I've got a huge list of words (every single word in one line in a txt file) and certain words need to get capitalized manually (e.g. by hand), so I was looking if there's a shortcut in notepad++ (my editor currently) to automatically capitalize the first letter of a line but couldnt find one. Is there none? If not, can you advise me an alternative windows program to quickly do this by using a simple shortcut (so I can go through with the arrow-down key and use the shortcut whenever needed on a specific word)? thanks a lot
相关问题
- Fixing Markdown styling in Notepad++
- VBA Getting date from properties of a text file
- Notepad++ Regex + python script (addition in the r
- QML Keyboard Shortcuts are interfering with Key On
- Regex to find double parenthesis using Notepad++
相关文章
- NSMenuItem KeyEquivalent “ ”(space) bug
- Disabling drag-and-drop of text in Notepad++
- How can I do a non greedy regex query in notepad++
- regular expression to add characters before and af
- Reset bash history search position
- How do I use a shortcut to comment out code automa
- Visual Studio 2012 debug tests keyboard shortcut
- eclipse key bindings everywhere
Enable Column Mode in N++ and then select the first column. change case to upper case.
You can do this quickly in MS Word by highliting the list and then using shift + f3 This will cycle through all-upper, all-lower or first letter caps.
For those who have hard time following textual instructions, here is the screenshot. (answer credit to @Placido)
first you select the first column by pressing alt+ctrl+shift. After seletion just press ctrl+U keys Problem solved
There is a shortcut available in Notepad++ v7.3.2 to capitalize the first letter of a line(Sentence Case).
ALT + CTRL + U
Not sure about prior versions.
Well, you can install the TextFX plugin and apply Sentense case. Here you have some tricks (including this one). http://a4apphack.com/featured/tricks-with-notepad