0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 17 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Create README.md More... almost 11 years ago
Added macroexpansion action, and also enhanced the lexer and parser to properly handle more of the Clojure language. I'm trying to get more fun configurable stuff in (e.g., file templates, live template context, etc.), but I'm running into a hairy bug where opening the settings dialog blows the heap. Strangely, disabling the IDETalk plugin fixes it. More... about 15 years ago
Added more enhancements to the parser, including VariableReference, which enables users to navigate from symbol references to where those symbols are defined. More... about 15 years ago
Added support for parsing metdata blocks at the head of 'def' statements. More... about 15 years ago
Continuing the process of enhancing the parser to truly understand more Clojure syntax. Also added the colors/fonts preference page, which seems to be causing IntelliJ to blow the heap when I bring up the settings dialog, which is a total mystery. More... about 15 years ago
Added copyright header to all files. More... about 15 years ago
Just cleaning up some old garbage - old, renamed files. More... about 15 years ago
Added color settings page, plugin is now available as an alpha release. More... about 15 years ago
Made better (?) icons for defn and defmacro in the structure view editor; also added a link to the Clojure download site to the configuration panel. More... about 15 years ago
Configuration now works correctly, so that users can specify their Clojure home directory. I'm still occasionally seeing big bad out of memory errors when I bring up the Clo-Jet configuration panel, however. Stay tuned... More... about 15 years ago
Enhanced parser and added support for code folding. Also added a first cut at structure view browsing. More... about 15 years ago
Created a first cut at a parser. Basic elements are correctly wrapped in the proper PSI types, but the error handling is still poor to non-existent, and there's no parsing happening within def, defn, defmacro, etc. More... about 15 years ago
Cleaned up the tabbed REPL, although there are still a number of small issues to be addressed. More... about 15 years ago
Added configuration panel. Not yet functional, but users can now actually specify the location of their clojure.jar. More... about 15 years ago
Continuing work on the REPL. The caret should now alwaysbe blinking more or less where you expect it to be. More... about 15 years ago
Added tabbed REPL. I also fixed some glaring REPL bugs, added icons for *.clj files and the REPL, and also added two simple actions: Go To REPL, and Run Selected Text. More... about 15 years ago
Initial commit for the Clo-Jet plugin. Successfully lexes *.clj files, and includes a very simple REPL. More... about 15 years ago
Initial commit for the Clo-Jet plugin. Successfully lexes *.clj files, but doesn't do much else. First order of business will be to add a REPL, and build out the parser. More... about 15 years ago