Pages: 1 2
Author Topic: LateralGM Theming  (70,758 Views)
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #15 Posted on: May 16, 2013, 03:21:45 AM
I have now also merged in JoshEdit, this will fix all current bugs with the script editor and allow syntax highlighting customization as well as code folding. I have so fared fixed a few issues and added the context menu and made line numbering align right of the content area and be less in your face.

@IsmAvatar I had to to comment out a few @Override statements in org.lateralgm.joshedit .java files because it was erorring for me and telling me to remove them, Josh said this may have future implications on LGM. I replaced them with //r@Override so you can easily find them with regexp.


Offline (Unknown gender) IsmAvatar

LateralGM Developer
LGM Developer
Joined: Apr 2008
Posts: 877
View profile
Reply #16 Posted on: May 20, 2013, 04:15:12 PM
The Override tag will not directly cause any implications. They simply prevent the programmer from doing something stupid like mistyping an override function (capitalization, for example) and ending up with inherited behavior when you thought you overrode it. They're just a preventitive measure, so to remove them will not break anything.
Pages: 1 2