Syntax highlight for the Problem Types

Moderator: GiD Team

Post Reply
jdromeiro
Posts: 1
Joined: Thu Apr 06, 2017 11:46 pm

Syntax highlight for the Problem Types

Post 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
User avatar
escolano
Posts: 1921
Joined: Sun Sep 05, 1982 10:51 pm

Re: Syntax highlight for the Problem Types

Post 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/
Post Reply