- Subject: [jed-users] Object Icon mode
- From: Jason Martin <jason.martin@xxxxxxxxxxxxxxx>
- Date: Mon, 22 Feb 2021 13:33:39 -0500
Here is an Object Icon [objecticon.sourceforge.net] mode for JED.
My solution for keywords prefixed with $ or & was to use hex chars.
() = define_keywords_n ($1, "\x24if\x26noendnot", 3, 0);
You can get or review the file at:
https://raw.githubusercontent.com/agrellum/Object-Icon-Syntax-Files/master/jed/icnmode.sl
Comments welcomed.
File is "Public Domain" as far as I am concerned.
I added these lines to these slang files to have a complete Icon ide.
bytecomp.sl
+"icnmode.sl";
# Catch Object Icon compiler errors
compile.sl
+%The Object Icon compiler oit
+%@oit;
+compile_add_compiler ("oit", "^File \\(.+\\); Line \\(\\d+\\) # \\(\\)");
# Add it to menu
popups.sl
+menu_append_item ($1, "&Icon Mode", "icn_mode");
preparse.sl
+ "icnmode.sl",
site.sl
+ "icn_mode", "icnmode",
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.
[2021 date index]
[2021 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]