summaryrefslogtreecommitdiff
path: root/cider-mode.el
Commit message (Expand)AuthorAge
* Actually use the style/indent metadata we claim to supportArtur Malabarba2015-11-18
* [Fix #1419] Use dynamic font-lock wherever possibleArtur Malabarba2015-11-14
* [Fix #1418] Make clojure-indent-function work with full namespacesArtur Malabarba2015-11-14
* Work on the assumption that cider-repl-type is never nilArtur Malabarba2015-11-06
* [#1337] Unify the REPL clearing behavior in cider-mode and cider-repl-modeBozhidar Batsov2015-11-05
* [Fix #1324] Don't font-lock local variablesArtur Malabarba2015-11-04
* Implement detection and recording of local variablesArtur Malabarba2015-11-04
* [Fix #1330] Leverage the source-tracking mechanism introduced in nREPL 0.2.11Bozhidar Batsov2015-10-25
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* [Fix #1371] Font-lock deprecated vars with a background colorArtur Malabarba2015-10-19
* Replace cider-jump-back with cider-pop-backBozhidar Batsov2015-10-11
* Add a simple command to report a bugBozhidar Batsov2015-10-11
* Add a simple command to view the manual onlineBozhidar Batsov2015-10-11
* Add cider-selector to the cider-mode menuBozhidar Batsov2015-10-11
* Move switch-to-repl logic to cider-mode.elArtur Malabarba2015-10-01
* Further unentangle cider-interaction from the other filesArtur Malabarba2015-10-01
* Font-lock REPL input as it's being typedArtur Malabarba2015-10-01
* Do dynamic font-locking after clojure-mode's font-lockArtur Malabarba2015-09-29
* Implement dynamic indentationArtur Malabarba2015-09-28
* Fix a few left-over byte-comp warningsArtur Malabarba2015-09-24
* Add cider-load-buffer-and-switch-to-repl-bufferJeremy Heiler2015-09-20
* [Fix #1317] Sanitize the way we update font-lock keywordsArtur Malabarba2015-09-14
* Use plist instead of dict when compiling keywordsArtur Malabarba2015-09-10
* Implement dynamic font-lockingArtur Malabarba2015-09-09
* Make relevant-connection a little smarter, and rename it to current-connectionArtur Malabarba2015-08-30
* Don't complain in mode-line redisplayArtur Malabarba2015-08-30
* Alias cider-current-repl-buffer to cider-find-relevant-connectionArtur Malabarba2015-08-30
* Partially remove sibling connections featuresArtur Malabarba2015-08-29
* Fix many compile warningsArtur Malabarba2015-08-25
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* Rename cider-rotate-connection to cider-rotate-default-connectionBozhidar Batsov2015-08-12
* Make cider-display-default-connection-info more genericBozhidar Batsov2015-08-11
* Rename cider-display-current-connection-info to cider-display-default-connect...Bozhidar Batsov2015-08-11
* Improve mode-line lighterArtur Malabarba2015-07-13
* Add a menu to debug-modeArtur Malabarba2015-07-07
* Add cider-run to the menusBozhidar Batsov2015-07-01
* Remove clojure-enable-cider and clojure-disable-ciderBozhidar Batsov2015-06-07
* [Fix #1111] Clean up the cider-mode & cider-repl-mode menusBozhidar Batsov2015-06-06
* Display the current connection in cider-mode's modelineBozhidar Batsov2015-05-04
* [Fix #1061] Add cider-find-nsexpez2015-05-02
* [#1032] Combine jump-to-var and jump-to-resource into one functionEricGebhart2015-04-02
* Add cider-debug.el: Interactive debugger similar to edebugArtur Malabarba2015-03-28
* Use #' where applicableBozhidar Batsov2015-03-07
* Update copyright yearsBozhidar Batsov2015-03-01
* Fix typo in cide-mode-line docstringRyan Smith2015-01-12
* Compilation optimizationsBozhidar Batsov2015-01-07
* [Fix #934] Simplify eldoc setupBozhidar Batsov2015-01-07
* Clarify interrupt entry in the menusBozhidar Batsov2014-11-25
* Implement ns tracingBozhidar Batsov2014-11-14