scel/sc
crucialfelix 881b34bf41 use "Walk Like and Egyptian" aka K&R braces for all class definitions
Sublime Text syntax grammar does not do multi-line matching,
so all editors that use this (including Atom and its symbol matching)
cannot detect classes defined as

    MyClass
    {

    }

This also makes all classes in the class lib consistent in style which is nice
for everybody.
2015-11-07 12:50:24 +01:00
..
CMakeLists.txt basic cmake-based build system: 2010-08-10 21:40:54 +00:00
Document.sc scide + lang: Remove Document redirect 2013-11-12 14:37:49 +00:00
Emacs.sc editors: avoid IDE-specific overwrites by introducing IDE actions 2011-12-09 19:43:37 +01:00
EmacsBuffer.sc remove trailing whitespaces 2009-09-26 06:17:48 +00:00
EmacsDocument.sc use "Walk Like and Egyptian" aka K&R braces for all class definitions 2015-11-07 12:50:24 +01:00
extBuffer.sc editors: avoid IDE-specific overwrites by introducing IDE actions 2011-12-09 19:43:37 +01:00
extClassBrowser.sc move scel to editors 2009-01-02 19:06:25 +00:00
extString.sc editors: avoid IDE-specific overwrites by introducing IDE actions 2011-12-09 19:43:37 +01:00
homeContext.sc move scel to editors 2009-01-02 19:06:25 +00:00
ScelDocument.sc Fix nowExecutingPath bug in scel 2011-04-03 12:06:44 +02:00
storeLispOn.sc Bonehead: If you plan to escape \, do it FIRST before escaping anything else 2011-12-20 09:34:23 +08:00