Is it possible to delete numbering <ol> in tinymce - tinymce

I wanna to delete numbering in tinymce . Is it even possible ?
When I write 1. then press enter it automaticaly add 2. I dont want it

If you press Enter a second time the number goes away and you exit the list. What behavior would you want while in a list and pressing Enter once? The creation of the next list element is standard behavior across word processors and rich text editors.

Related

VSCode how to automatically insert Intellisense suggestions without having to press Enter?

Default VS Code Intellisense behaviour
User is presented with a menu of suggestions
User then has to press the Up or Down arrow keys to navigate through the menu
Finally user has to confirm with Enter to insert the suggestion and close the dialog
What I would like instead
Don't need to press Enter
Suggestions are automatically inserted (and cycled through) by pressing Up/Down
Pressing any other keys will close the dialog and resume typing
To be clear, I want to replicate the default behaviour of YouCompleteMe:
When you type, a completion menu pops up. If you like the completions, you use the <Tab> key (by default, can be changed to <Enter> or <Down> arrow or whatever) to select a completion string you want. The very act of "tabbing through" the list to select the item you want inserts the candidate string. When you tab to a different candidate, the editor code is replaced with the new candidate. There is no accept key because by the point where you have the candidate you want selected in the menu the candidate has already been inserted in the editor. There is nothing to "accept". You just keep typing, the candidate has already been inserted.
Is such behaviour possible with Visual Studio Code, either by default or through a plugin?
The editor.tabCompletion option is the closest thing currently available:
By default, tab completion is disabled. Use the editor.tabCompletion setting to enable it. These values exist:
off - (default) Tab completion is disabled.
on - Tab completion is enabled for all suggestions and repeated invocations insert the next best suggestion.
onlySnippets - Tab completion only inserts static snippets which prefix match the current line prefix.
(Emphasis mine)
... except that the first Tab press hides the suggestion window.
I did some digging about editor.tabCompletion, and I found that closing the suggestion window is part of the tab completion's option original design, and that while other users have asked about an option not to close the suggestion window or specifically YouCompleteMe-style behaviour, that this is currently not supported.
"editor.acceptSuggestionOnEnter": "off",
To disable Enter to accept suggestion.

How to start the search process in Visual Studio Code

I can see the search form panel in left side, but, how can I start the search process? there is a field to put the text that I am looking for, but I don't find a button or icon to press and start the search process, I don't want to try pressing the enter button because I don't know if pressing enter will search or it will replace (since there is also a "replace" field)
Regards
Enter will start the search, don't worry. If I remember correctly
Ctrl+alt+enter does the replacement for all and you also have to
confirm before the replacement – FreshD
thanks, I also noticed a small triangle to hide the replace field

Eclipse - How to disable "direction" on find/replace dialog

In eclipse, when using the CTRL+F dialog, it is a bit annoying to search for some word in a file and having to select the direction you want to search (forward or backward) or having to put the cursor focus at the top of the file to search forward.
Is it possible to disable this direction option and search for words just like Chrome does? (when searching in Chrome, if you reach the last coincidence and press next again, it will go back to the first one immediately).
In the Find/Replace dialog in the section Options there is the checkbox Wrap search for that.
The Wrap search option of the Find/Replace dialog is also applied to the Find Next (Ctrl+K) command.
Alternatively, you can use Incremental Find (Ctrl+J) which is a Find without a dialog: in the Incremental Find mode the entered search string is displayed in the status bar and by hitting Ctrl+J again you go to the next match. On the last match you have to hit Ctrl+J twice to go to the first match.

Change the default line spacing in Word 2007

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

MS Access Form - Enter key not moving to new line

I have an odd issue with a form I have in MS Access. For some reason, when I hit the "enter" key within a text box, the cursor moves to a different text box. What i am looking to happen is for the cursor to simply move to another line within the same text box.
Anyone have any ideas how to correct this?
You can use Ctrl+Enter to enter a new line into any text box.
For a specific text box, you can make the Enter insert a new line instead of moving to another control on the form by changing the text box's Enter Key Behavior property.
That's what I think you're actually looking for, but you would need to set that property for every text box where you want it to happen ... which may be fine for your needs. I mentioned Ctrl+Enter first only because that method works for any text box without changing the default property setting.
Under file, options, client settings, very first one option move after enter and change from next field to next record.