Code texteditor that supporting George?

A forum dedicated to George scripting questions
Post Reply
User avatar
Lukas
Posts: 526
Joined: 14 Jan 2011, 11:15
Contact:

Code texteditor that supporting George?

Post by Lukas »

Hello Georgers, :)

I was curious if there are any code text editors (that show colours etc so you know when you forgot an END for example) that support George?

I usually code in Textwrangler, and you can install custom language support, but I can't find anything on George.

What do you use?
  • Lukas Sketch Panel
  • TVPaint Pro 11.7.3
  • MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
  • Wacom Cintiq 27QHD + Wacom Intuos4
  • YouTube.com/@ClubBaboo
  • YouTube.com/@FrameOrder
User avatar
Thierry
Site Admin
Posts: 2756
Joined: 07 Jan 2013, 08:28

Re: Code texteditor that supporting George?

Post by Thierry »

No, there isn't any code text editors that support George.
Si votre question a trouvé réponse, marquez votre sujet comme Résolu.
If your question has been answered, mark your topic as Solved.
User avatar
Lukas
Posts: 526
Joined: 14 Jan 2011, 11:15
Contact:

Re: Code texteditor that supporting George?

Post by Lukas »

Ok, thanks :)

What common code language is most like george?
  • Lukas Sketch Panel
  • TVPaint Pro 11.7.3
  • MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
  • Wacom Cintiq 27QHD + Wacom Intuos4
  • YouTube.com/@ClubBaboo
  • YouTube.com/@FrameOrder
User avatar
ematecki
Site Admin
Posts: 2258
Joined: 15 Feb 2006, 14:32

Re: Code texteditor that supporting George?

Post by ematecki »

Maybe shell scripts...
But it really shouldn't be hard to configure an editor, due to the very simple syntax of George :
- comments
- keywords (if else function etc...)
- strings inside simple and double quotes
- numerical constants
- everything else are variables...

Duplicate the 'C' specs, get rid of everything George doesn't use, tweek a bit around for the "simple inside double quotes" (and vice-versa) of George, and you should be set.
Quicktime is DEAD. Get over it and move on !
User avatar
Lukas
Posts: 526
Joined: 14 Jan 2011, 11:15
Contact:

Re: Code texteditor that supporting George?

Post by Lukas »

I'll try that, thanks!
  • Lukas Sketch Panel
  • TVPaint Pro 11.7.3
  • MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
  • Wacom Cintiq 27QHD + Wacom Intuos4
  • YouTube.com/@ClubBaboo
  • YouTube.com/@FrameOrder
Post Reply