0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed arc2, added arc3 More... almost 15 years ago
Minor improvements to code completion I'm trying to get the code completion entries formatted the way I'd like, and I also removed the arc2 files and added the arc3 files. More... almost 15 years ago
Multiple bug fixes and additions TODO comments are now picked up correctly; simple code completion; using PG's Arc icon; updated and improved the colors and font settings; improved the Arc settings panel; tried very hard to hunt down and kill the memory bug that seems to be eminating from the settings window, but this is still a big bad problem. More... almost 15 years ago
Improved the parser to eliminate 'false negatives' (i.e., error messages for valid Arc code). Also tried a new set of icons for the structure view. Continuing work on 'find usages' and proper navigation from symbol references to symbol definitions. More... about 15 years ago
Added external documentation for any elements which have a doc availabel at the Practical Scheme Arc cross reference wiki. More... about 15 years ago
Now parsing let, with and if expressions; also improved the 'Go To Symbol' functionality defined in ArcChooser.java; also made some small improvements to the 'QuickDoc' functionality. More... about 15 years ago
Added Structure View filtering (by def or mac); Structure View grouping (by def and mac); cleaned some noise out of the Structure View by only showing defs and macs (for now - I'll revisit this later); fixed block comment lexing and parsing; ArcAnnotator now properly checks def/mac parameter counts (but note that the lack of macro template parsing still causes false positives here...) More... about 15 years ago
Another intermediate commit - I believe I finally have the annotater working for invalid parameter counts on def/mac calls, but the code is still getting defaced by error markers because the parser doesn't yet understand macro template (backquote and such) More... about 15 years ago
This commit is intermediate, and it's a mess. I've added a bunch of features, some of which are only half done. I may come back and fix the commit tree after this, but right now I'm days from my last commit, and I need to get stuff pushed out so it's safe. Features at this point include (but are not limited to): macroexpansion action, REPL improvements, annotater for custom docstring highlighting, annotater for checking that an acceptable number of parameters have been passed to a function or macro, new and improved parser (again), find usages.... More... about 15 years ago
Finally got around to adding a .gitignore file More... over 15 years ago
Minor cleanup More... over 15 years ago
Eliminated old parser. Full steam ahead! More... over 15 years ago
Removed some old noise More... over 15 years ago
Minor updates More... over 15 years ago
Minor parser fixes More... over 15 years ago
More fixes to ArcParser2 Continuing to work on the next version of ArcParser - made some fixes to optional parameter parsing; also working on parsing assignment expressions, which are trickier than i thought... More... over 15 years ago
Finally got optional parameter parsing working. The parser is dangerously close to NOT bursting into flames whenever I look at it funny. More... over 15 years ago
FINALLY got the improved parser working More... over 15 years ago
Syntax highlighting now works. Woo hoo! Stupid little XML config junk... More... over 15 years ago
Most of what was working in IntelliJ 7 is now working in IntelliJ 8, *except* syntax highlighting, which is driving me nuts. More... over 15 years ago
Made more migration changes, but *.arc files still aren't getting syntax highlighting More... over 15 years ago
Made more migration changes, but *.arc files still aren't parsing for some reason. More... over 15 years ago
I'm stupid - I had neglected to include idea.jar in the classpath, which most language plugins (including mine) require. That, along with some trivial migrations, has given me an Arc plugin which creaks into action for version 8. However, I still need to correctly specify how to get the ParserDefinition, because *.arc files aren't being parsed. More... over 15 years ago
Removed the old .svn noise; also trying to get the damn thing to compile with EAP build 8664 More... over 15 years ago
Test entry in build.xml; just experimenting with Git More... over 15 years ago
Initial commit to Git repo More... over 15 years ago