Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Hi, everyone!

How many times either for one reason or another I play us to edit or revise code offline and if the Syntax Highlighting recognition is fantastic (please visit the post of manish.kumar19 for add that feature ABAP Syntax Highlighting in Notepad++ Part 2)
https://upload.wikimedia.org/wikipedia/commons/0/0f/Notepad%2B%2B_Logo.png
But sometimes you need to edit quickly in Notepad ++ and you are missing one of the useful features .... The  function List.


Function List Panel is a zone to display all the function (or method) find in current file. User can use Function List Panel to access to a function definition quickly by double clicking function item on the list.


Ok, friends hope you like it and to get down to work.

1-Add the feature Syntax Highlighting for ABAP

please visit the post of manish.kumar19 for add that feature ABAP Syntax Highlighting in Notepad++ Part 2


2-File to Modify

To make Notepad++ recognize ABAP function lists, we need to modify the file:

C:\Users\your_user_name\AppData\Roaming\Notepad++\functionList.xml

3-XML Nodes

Add to Node <associationMap> the entrie

<association userDefinedLangName="ABAP" id="abap_syntax"/>

and then add to node <parsers>

this part of code is in the attachment file

4-Save,Reset the application & enjoy!


Any comments or improvement is welcome

2 Comments