Page 1 of 1

Syntax highlight for the Problem Types

Posted: Thu Apr 06, 2017 11:52 pm
by jdromeiro
Dear Sir,

I'm currently developing some Problem Types for GID, and I would like to know if there is any way we can have the GID syntax highlighted, as it makes it easier to read and understand the code.
I've created a User Defined Language in Notepad++ with the commands used in GID, but I would like to know if you have some identical package that may work with a Text Editor in Mac?

Thanks in advance,
João

Re: Syntax highlight for the Problem Types

Posted: Tue Apr 11, 2017 1:21 pm
by escolano
You can use ramdebugger: a Tcl debugger, and also text editor that highlight the syntax of most Tcl command and also keywords of known GiD customization files (.bas, .cnd, .mat, .prb,..)

To open the Ramdebugger copy included in GiD go to menu Data->Problemtype->Debugger (or press <F12>)

There is also a lisp template 'gid.el' for the emacs editor: http://www.gidhome.com/gid-plus/tools/4 ... -is-emacs/