Code texteditor that supporting George?

A forum dedicated to George scripting questions
Post Reply
User avatar
Lukas
Posts: 532
Joined: 14 Jan 2011, 11:15
Location: Utrecht, NL
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?
  • LukasKrepel.nl
  • TVPaint Pro 11.7.5
  • MacBook Pro i7 2018 macOS Sonoma 14.6.1 + PC Windows 10
  • Wacom Cintiq 27QHDT + Wacom Intuos4
  • YouTube.com/@ClubBaboo
  • YouTube.com/@FrameOrder
User avatar
Thierry
Site Admin
Posts: 2810
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.
On holidays until May 5th
User avatar
Lukas
Posts: 532
Joined: 14 Jan 2011, 11:15
Location: Utrecht, NL
Contact:

Re: Code texteditor that supporting George?

Post by Lukas »

Ok, thanks :)

What common code language is most like george?
  • LukasKrepel.nl
  • TVPaint Pro 11.7.5
  • MacBook Pro i7 2018 macOS Sonoma 14.6.1 + PC Windows 10
  • Wacom Cintiq 27QHDT + Wacom Intuos4
  • YouTube.com/@ClubBaboo
  • YouTube.com/@FrameOrder
User avatar
ematecki
Site Admin
Posts: 2267
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: 532
Joined: 14 Jan 2011, 11:15
Location: Utrecht, NL
Contact:

Re: Code texteditor that supporting George?

Post by Lukas »

I'll try that, thanks!
  • LukasKrepel.nl
  • TVPaint Pro 11.7.5
  • MacBook Pro i7 2018 macOS Sonoma 14.6.1 + PC Windows 10
  • Wacom Cintiq 27QHDT + Wacom Intuos4
  • YouTube.com/@ClubBaboo
  • YouTube.com/@FrameOrder
Post Reply