Quote from: VVV_Easy_Programing« on: 22 May 2018, 19:22:06 »
Hello,
When you are programming you need a good editor that highligh the code and allow folding (colapse coherent parts of code, for instance a function).
Notepad++ with the attached "udl-Notepad++PVD_Script.xml" you can changed your code vision of
Without:(http://www.videodb.info/forum_en/index.php?action=dlattach;topic=4133.0;attach=6654)
With Notepad++ and 'udl-Notepad++PVD_Script.xml':(http://www.videodb.info/forum_en/index.php?action=dlattach;topic=4133.0;attach=6656)
You must:
1)Download the minimalist portable NotePad++ from https://notepad-plus-plus.org/repository/7.x/7.5.6/npp.7.5.6.bin.minimalist.7z (https://notepad-plus-plus.org/repository/7.x/7.5.6/npp.7.5.6.bin.minimalist.7z)
2)In Notepad++ import the attached here udl file (udl-Notepad++PVD_Script.xml) as described in: http://docs.notepad-plus-plus.org/index.php/User_Defined_Language_Files#How_to_install_user_defined_language_files (http://docs.notepad-plus-plus.org/index.php/User_Defined_Language_Files).
When you open the *.psf PDV script file, Notepad++ do the rest.
Note: You can use the comentaries //BlockOpen and //BlockClose for folding functions, comentaries, etc.
Updated 23/05/2018: HighLight Field Names.