Editing scripts

Antworten
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Editing scripts

Beitrag von bobzbobz »

Hello

What IDE's can be used for editing the script-files for software-packages?
I have watched the tutorial-vids for creating packages where the narrator uses jEdit.
I have downloaded jEdit but it doesnt recognize the syntax of the script-file, so everything is just in plain black text.
I would like som colors for ease of use - is there somekind of plugin i am missing or maybe some alternative IDE's?

Best Regards,
Soren
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Editing scripts

Beitrag von bobzbobz »

I am of cource talking about the setup32.ins, uninstall32.ins-files
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Editing scripts

Beitrag von bobzbobz »

Hi again

I figured it out from another (german) post:
I installed jEdit from our OPSI-server, which has opsi-winst syntax highlighting as default.
Zakyl
Beiträge: 68
Registriert: 16 Okt 2012, 11:03

Re: Editing scripts

Beitrag von Zakyl »

Hi, I know it's too late but it can help :

For JEdit syntax you need :
- Copy in C:\Program Files\JEdit\modes the winst.xml (http://dl.free.fr/jVNN2UL6A)
- Modify "catalog" file in C:\Program Files\JEdit\modes and add at the end of it :

Code: Alles auswählen

<MODE NAME="winst"              FILE="winst.xml"
                                                       FILE_NAME_GLOB="*.ins" />
Antworten