Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to colorize ABAP code (externally)?

former_member848108
Active Participant
0 Kudos

Hi all,

To make ABAP code which I have saved in txt files on my hard drive more readable, I want to colorize them with the help of an 3rd party application / library. For example, if abap code is pasted here on the forum, it is colorized on the server side. Does anyone know about such a solution? All suggestions are welcome.

Best regards;

Ozcan

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

There is GESHI (PHP) but it seems to handle only basic statements.

6 REPLIES 6

Clemenss
Active Contributor
0 Kudos

Hi,

what kind of colorization do you have in mind, won't crayons do?

I think you may ECLIPSE to do the job.

Regards,

Clemens

Sandra_Rossi
Active Contributor
0 Kudos

There is GESHI (PHP) but it seems to handle only basic statements.

Former Member
0 Kudos

why dont you do it on your own?

like store the keywords at one place,

and when ever it counters the keywords, convert them to color.

karol_seman
Active Participant

Hi,

PSPAD is freeware text editor which supports also ABAP.

Download PSPAD, install it and then go to menu Settings / Highlighter settings and assign ABAP definition to one of the 5 user highlighter slots. This definition is built-in you don't need nothing more.

Regards,

Karol

Former Member
0 Kudos

Hi,

This is not the exact place to ask this type of questions.

Post your questions in appropriate forums in the future.

Anyway you can try Notepad++ to read your ABAP code with syntax highlighting.

Google for Notepad++, download it .

Regards

Karthik D

former_member848108
Active Participant
0 Kudos

Hello all,

Thanks for all your rapid replies, GESHI was exactly what I was looking for.

Best regards;

Ozcan.