The secretary here must create word documents with Word 2007 and the default line spacing and after paragraph spacing makes it hard to format documents. If I make it single spacing and 0pt after paragraphs this works for her. She can easily double space where needed. The problem is I must do this every time. I've seen a few ways that claim to make this permanent but I must be missing a step because its never persistent. Every time I close Word and reopen it the changes are gone. What am I missing?
I can:
Right click the Normal style -> Modify -> Format -> Paragraph
- Change After to 0pt
- Change Spacing to single
Click OK -> Click "New documents based on template" -> Click OK
The spacing works perfect until I close Word and re-open it. The changes are lost.
I also can:
Open the styles dialog -> Manage Styles -> Modify -> Format -> Paragraph
- Change After to 0pt
- Change Spacing to single
Click OK -> Click "New documents based on template" -> Click OK -> Click "New documents based on template" -> Click OK
The spacing works perfect until I close Word and re-open it. The changes are lost.
I've done this at her desk and at mine. I've tried it saving the document and not saving the document. I've also clicked and not clicked the radio "New documents based on template". I've tried 3 different examples i've found searching. At this point it is less time consuming to walk to her desk and perform a few clicks. There must be some way to make this the default behavior. Anyone know what I need to do?
To change the default line spacing in Microsoft Word, complete the following steps:
Open a new blank document in Word.
Click on the "Page Layout" tab > Locate the "Paragraph" group.
Click the small arrow in the lower right of the "Paragraph" group. A "Paragraph" dialog box will open.
Click the "Indents and Spacing" tab > Locate the "Spacing" section.
Set the line spacing in the "Line spacing:" drop-down list to "Single" for single spacing.
Set the spacing "Before:" and "After:" paragraphs as desired. (If you want no extra spacing between paragraphs, set the spacing at 0 points.)
This last part is the critical one for you:
Click the [Set As Default] button > Select "All documents based on the Normal Template?" > Click [OK].
Graham Mayor - MS MVP (Word) provided the solution.
The way to solve this is to open the template (normal.dotm), make the change then save it.
The hours I've wasted and the number of times I've tried to set the default page style to be "No Spacing", I can't imagine. The most annoying answer is being told to change the normal.dotm template with no clear instructions on how to do it.
Well, I found a simple way to do it. This works in Word 2016 and I would imagine it works in older versions as well.
Open Word
Press Alt-F11 to open the VBA editor
Press Ctrl-G to activate the Immediate Window
Type: NormalTemplate.OpenAsDocument
Press Enter (This will open the Normal Template and you will see it in the task bar in Windows. The doc title will be normal.dot or normal.dotm)
Go to that document template and make whatever style changes you want, ie. No Spacing
Press the spacebar when you're done to force a change to the document, and then press backspace to get rid of it
Click Save and say yes to overwrite the template
Close Word (This will also close the VBA editor)
Done. Word now has sensible line spacing that most people want rather than stupid gaps between lines that hardly anybody wants.
Credit for this solution: http://wordfaqs.ssbarnhill.com/CustomizeNormalTemplate.htm#Word2013DocumentDefaults
Related
Usually when I use VS Code, very first thing I do on new document is command: "Toggle Word Wrap" or Alt+Z. I tried looking into User Settings, but I didn't find any relevant entries. Is there some way to have text wrapping 'on' for every document by default?
The setting is now "editor.wordWrap": "on", which should be set to "on" (the default value is "off").
Switching to "on" activates word wrap on all documents in Visual Studio Code.
See the release notes about Word Wrap changes for more info.
Version 1.32.3
If you don't want to edit any files you can just turn it on under user settings:
Code > Preferences > Settings > Text Editor
Type "wordwrap" in the search or scroll to bottom of the list just before the cursor section. You'll see it as "Word Wrap / Controls how lines should wrap."
Have a look at the setting editor.wrappingColumn (see the docs for more information)
Update 2017-04-06:
Recently the setting changed (see here) to editor.wordWrap with several options:
We therefore decided to deprecate editor.wrappingColumn (with its -1,
0, >0 cases) in favor of editor.wordWrap.
Here are the new word wrap options:
editor.wordWrap: "off" - Lines will never wrap.
editor.wordWrap: "on" - Lines will wrap at viewport width.
editor.wordWrap: "wordWrapColumn" - Lines will wrap at the value of editor.wordWrapColumn.
editor.wordWrap: "bounded" - Lines will wrap at the minimum of viewport width and the value of editor.wordWrapColumn.
In 2020, here are simple steps to do it.
Click on 'File' on the top menu.
Click on 'Preferences' --> 'Settings'.
Scroll a little bit until you find 'Editor: Word Wrap'.
Click on the dropdown menu and choose 'on'.
Done. Settings will be saved by default.
Hope this helps.
So easy. This solution worked for me.
Click on 'File' on the top menu.
Click on 'Preferences' --> 'Settings'.
Search Word Wrap in the search box then you will see Editor: Word Wrap.
Click on the dropdown menu and choose 'on'.
It will definitely work.
Thank You.
Firstly go to the setting-> the search on search box word wrap-> then on the word wrap option.
Open User Settings Json and add ( As shown in the image below)
"editor.wordWrap": "on",
Press ctrl + , from the keyboard.
This will take you to the settings tab.
Type word wrap in the search tab.
Click on Editor: Word Wrap drop down.
Select on.
You are done.
See the image and follow the red boxes.
caw5v's answer mentions that word wrapping would not work if accessibility is on.
But that will change with VSCode 1.73 (Oct. 2022):
We disable word wrap when accessibility is turned on.
I would remove this limitation due to three reasons
User feedback
Now the status bar is accessible and Ctrl + g announces line number so it is much easier to figure out what line you are on
WordWrap is off by default if the user turns it on he or she should be aware of it
This is now the new policy available today in VSCode Insiders:
If you activate Word Wrap, it will be active even if Accessibility mode is on.
For those still having issues, make sure to check if 'Accessibility Support' is on. While "on" word wrapping can be disabled if a screen reader is detected.
settings > user&workspace > accessibility support
This worked for me. I run two additional monitors, however, I use an m1 macbookpro so support for two monitors is not available. To solve this I use a displaylink connection. Vscode appears to identify my displaylink connection as an accessibility screen reader.
I don't know what the hotkey I accidentally clicked, but this Ǧ looking sign appeared on every line of code, and there are grey dots instead of spaces in the code.
How can I get rid of those characters?
Assuming this is SQL Developer, go to Tools->Preferences (or on Mac, find that under the SQL Developer menu). Expand the Code Editor section and click on Display. Untick "Show whitespace characters" (second checkbox in the list).
You can check for defined shortcuts under Preferences, in the Shortcut Keys section. On Mac there isn't one for this, but Windows has it as Control+Shift+W, which will also toggle them off if you don't want to go through the preference pane.
i see this post. but i still dont see any way to be able to quickly step through a bunch of search results, making edits, and using a shortcut key to advance to the next result. the Find Next shortcut only works in the Search Tab window, not in the Editor window, where i have focus, while editing. I have to keep clicking on the next result and then clicking in the editor window to make my edits.
Seems so basic, i must be missing something.
i now see that Ctl+K is set to do something similar.
Ctrl+Alt+G is a default shortcut to search currently selected text in the whole workspace (Search>Text>Workspace from menu).
There are no default key mappings for searching selected text in file and in the current project but I find it very usefull added (Ctrl+Alt+F, and Ctrl+Alt+P respectively (Window>Preferences>Keys))
When I search something in Eclipse, the search items stay highlighted for some time. How do I remove this after I have found what I was looking for?
Remove your matches in the search view, that will remove the highlighting. I.e., click the button with the two X's in the search view.
If you cannot see that view, navigate to window -> show view -> Search
AFIAK, the search result view has a toolbar button to clear the search results. This removes the highlighting in the editor.
An alternative way is to run a search that will yield no results. For example file search, containing text - leave this field empty, files - some stupid extension like ".qwe".
For people concerned that https://stackoverflow.com/a/3545215/6012102 removes search results from history.
Select the search from history, press "Run the current search again" (2 rotating arrows icon). This will run the search and you will get all the results back (this brings back the text highlight as well unfortunately).
Disable Preferences->General->Text Editors->Annotations->Search Results->Text as.
For a single instance, delete the line and undo it: Ctrl+DCtrl+Z. This is faster than the other answers, and worked when they failed (for some buggy JSP I had).
In word 2007, I'm trying to use the default activex control as check box. I would like the color of text changed after some one check the box it.
I know how to get it done with VBA and checkbox formfield, but how can this be done with checkbox(active control)?
Shortly, is there any way I can retrieve the properties or other object information of ActiveX control check box?
I think this answer is too late for the questioner, how ever i am sending it for those who will face this problem later on.
IF you know how to change check box color in VBA then you can do it in word as well. All you have to do is to insert a check box that you can code your self. to do so.
Generate Developor's Tab in MS Word by clicking word button at the top left of MS WORD 07 Window; Select Advanced; Select Popular; then in the pan opened, check the check box that contains Developor's tab.
Now Click the Developer's Tab, Locate the Control Group and from their, click on legacy tools pull down menu.Click on more controls option at the lowest left of the legacy tools pull down menu. A new Window will open.
Scroll down to find the option Micrsoft Forms 2.0checkbox.
Click to select it, and you are done. You will receive a check box at the place where your cursor was blinking before you startated this process.
This Checkbox is very similar to the Check box from VB. Now if you know the VBA Codes and want to change the properties of check box like color etc. Look at the Control Group in Developer's Tab. Click Design Mode. Now DOUBLE CLICK THE CHECK BOX AND VB CODING FORM OPENS WHERE YOU CAN CODE.
In case you do not know how to code in VB, You can still make some useful changes in check box. Single click on the check box and Then Click Properties Immediately below the Design Mode in the devloper's Tab.
Here you can make changes in properties.