Tagged Questions
0
votes
1answer
104 views
Match (highlight) invalid Hungarian notation variables syntax
We follow our own defined coding standard (Hungarian notation) as per our checklist, using Notepad++:
Check that all variables are valid according to Hungarian notation identifier naming convention, ...
3
votes
1answer
482 views
How to set the default language in Notepad++ for Rails View files
Similar question to this but my question goes a step further.
I'm developing in rails and would like Notepad++ to automatically use html formatting on files with the extension html.erb. For example ...
3
votes
2answers
2k views
How to 'code collapse' wiki syntax on Notepad++ (or any other text editor)?
I'm familiar with Notepad++'s code collapse for certain programming languages but recently I've been working with a plain text file that uses with Wiki syntax. For example:
==Heading1==
Content
...