i'm changing from ultraedit to notepad++ and I have 2 tasks that I can't do and I need yours help :)
In ultraedit there is the colomn-mode(alt+u), does n++ have this?
and how can I activate an automatic syntax highlighting for the jsp?
Every time I need to go to Language-->Java but I'm sure that there is other way, right?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Q : Does Notepad++ support column mode selection?
A : Yes. Alt-Shift-Arrow keys or Alt + left mouse click. See Shortcuts page to get all Notepad++ shortcuts.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Q : Every time I need to go to Language-->Java but I'm sure that there is other way, right?
A : Yes - add jsp to extensions using java highlighting
In Settings --> Styler Configurator ...
Under Language: select Java
at the bottom of the window you will see
default ext :
java
next to that is
User ext :
type jsp in the box
click "Save and Close" or "Apply"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The hard way, then: remove the .inc extension from the Pascal list in stylers.xml or remove the Pascal language completely, although personally I think you should learn and use Pascal to overcome your problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i'm changing from ultraedit to notepad++ and I have 2 tasks that I can't do and I need yours help :)
In ultraedit there is the colomn-mode(alt+u), does n++ have this?
and how can I activate an automatic syntax highlighting for the jsp?
Every time I need to go to Language-->Java but I'm sure that there is other way, right?
Thanks!
http://notepad-plus.sourceforge.net/uk/generalFAQ.php
Q : Does Notepad++ support column mode selection?
A : Yes. Alt-Shift-Arrow keys or Alt + left mouse click. See Shortcuts page to get all Notepad++ shortcuts.
Q : Every time I need to go to Language-->Java but I'm sure that there is other way, right?
A : Yes - add jsp to extensions using java highlighting
In Settings --> Styler Configurator ...
Under Language: select Java
at the bottom of the window you will see
default ext :
java
next to that is
User ext :
type jsp in the box
click "Save and Close" or "Apply"
I did the same: from ultraedit to notepad++.
Good choice.
I'm trying to add inc to php, but it's not working. maybe, because inc assigned to Pascal. how I can change it. Note:I'm not using Pascal.
The hard way, then: remove the .inc extension from the Pascal list in stylers.xml or remove the Pascal language completely, although personally I think you should learn and use Pascal to overcome your problem.