Abap Syntax Highlighting in Notepad Part 2
Abap Syntax Highlighting in Notepad Part 2
Abap Syntax Highlighting in Notepad Part 2
Posted by Manish Kumar 12 Feb, 2014 This is a follow-up to my previous blog ABAP Syntax Highlighting in Notepad++ I have modified the UDL file to make code look more like New ABAP Editor. I'll soon try out similar thing in jEdit text editor. The modified UDL file might be useful for followers of ABAP Development space.
By using the modified UDL file given in this post, you could get ABAP code to look like this:
See this screenshot from SCN Wiki page using ABAP highlighting. Code following double quote across multiple lines is treated as comment. Wiki platform provider Atlassian does not know that ABAP does not have multi-line comments.
Below is the xml code for UDL file. You can copy it and save as abap2.xml. Then follow the same old steps to import the new UDL into Notepad++ and see the difference. It appears personal blog does not have the luxury to attach file. This is the reason why I have given the content in xml highlighter. <NotepadPlus> <UserLang name="abap2" ext="abap" udlVersion="2.1"> <Settings> <Global caseIgnored="ye /. 236 Views Tags: abap, syntax_highlighting, notepad, notepad_plus, notepad++, scn_editor There are no comments on this post