Akira-Hayasaka / ofxGLEditor

Script editor for oF Live Coding
GNU General Public License v2.0
100 stars 16 forks source link

Adding in GLSL Syntax highlighting example #13

Closed JoshuaBatty closed 9 years ago

JoshuaBatty commented 9 years ago

just adding in the GLSL syntax highlighting example and have also modified the ofxEditorSettings so that the + - / * symbols can be used in front of a keyword and syntax highlighting still occurs.

danomatika commented 9 years ago

I have some updates which fix the punctuation issue. Also, can you remove the project files (.xcodeproj, .plist, .xcconfig, etc)? We only need the bin & src folders. It's more maintainable in the long run if we don't have to update project files since people can use the ProjectGenerator.

JoshuaBatty commented 9 years ago

Great news about fixing the punctuation issue, looking forward to having a look. I have updated my fork now so that each example on includes the /src and /data folders. Let me know if i'v done this correct as this is the first time i've ever done a pull request. Cheers.

danomatika commented 9 years ago

I added the example as glslExample. I didn't merge the PR because there were still a number of issues with it (gitignore & addon_config.mk were deleted, DecimaMonoPro is a licensed font and not distributable, etc).

Also, I did some major updates on how the highlighter works. It simplifies some things.

JoshuaBatty commented 9 years ago

Ok no problem. Just glad I got to contribute something to this awesome library. Im at the airport in transit to Berlin so will pull in the latest changes and merge with my fork as soon as I get a chance. Cheers.