Thursday, October 23, 2008

Edit/view your ABAP code locally

I was trying to store/view/edit my ABAP code locally - I have stored some useful programs on my laptop. Unfortunately most of the editors don't recognize(color) ABAP code. So I have written user defined syntax file for my favorite free Windows editor - Notepad++. So if you want to be able to open text files with extension ".abap" and ".ab4" and to view them like this:



Download this file (userDefineLang.xml) and put it in your Application Data\Notepad++ directory. (In most common cases it should look like 'C:\Documents and Settings\yourUser\Application Data\Notepad++'). If you have such file - then you should append data manually.

Enjoy.

Labels: , , , ,

1 Comments:

Blogger H.H. said...

Problem when using < charachter (unless you use LT).

Example:
if count < max.

Then, everything beween < and > becomes orange colour.

March 9, 2009 3:06 PM  

Post a Comment

<< Home