summaryrefslogtreecommitdiff
path: root/cider-mode.el
Commit message (Expand)AuthorAge
* [Fix #1748] Add new command cider-pprint-eval-last-sexp-to-replBozhidar Batsov2016-10-08
* [#1758] Add a new command nrepl-toggle-message-loggingBozhidar Batsov2016-10-07
* Move eval commands to a single keymap (#1805)dpsutton2016-07-16
* [Fix #1782] Make mouse-over tooltip less intrusive (#1801)Chaitanya Koparkar2016-07-11
* [Fix #1767] Read and eval defun at point (#1774)mallt2016-06-10
* Introduce a common prefix for some evaluation commands that aren't usedBozhidar Batsov2016-05-13
* [Fix #1737] Show value of locals in debugger tooltip (#1741)mallt2016-05-11
* Rename cider-eval-current-sexp to cider-eval-sexp-at-pointBozhidar Batsov2016-04-29
* [Fix #1720] Add a command to evaluate the form around pointBozhidar Batsov2016-04-29
* New option `cider-use-tooltips`Artur Malabarba2016-04-16
* Add -face to the names of a few faces we've definedBozhidar Batsov2016-04-14
* Fix a typoBozhidar Batsov2016-04-14
* Add missing dotBozhidar Batsov2016-04-13
* Fix a typoBozhidar Batsov2016-04-13
* Add a tooltip for local valuesArtur Malabarba2016-04-12
* [Fix #1671] Don't hang user input while fetching tooltipsArtur Malabarba2016-04-12
* Prevent an occasional info exception due to no symbol at pointArtur Malabarba2016-04-12
* Don't use the default face on tooltipsArtur Malabarba2016-04-12
* [Fix #1668] Never prompt in help-echoArtur Malabarba2016-04-12
* [Fix #1667] Never throw errors in help-echoArtur Malabarba2016-04-12
* Add a couple of missing dotsBozhidar Batsov2016-04-11
* Improve CIDER's menu-bar menu (#1661)Artur Malabarba2016-04-11
* Declare x-gtk-use-system-tooltipsArtur Malabarba2016-04-11
* Fix some copyright yearsBozhidar Batsov2016-04-09
* Display var docstrings in tooltips (#1657)Artur Malabarba2016-04-09
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
* Move cider-expected-ns to cider-client.elBozhidar Batsov2016-03-27
* Move cider-expected-ns to cider-common.elBozhidar Batsov2016-03-27
* Add a command to load all project namespacesBozhidar Batsov2016-03-26
* Use cider-expected-ns as the clojure-expected-ns-function when cider-mode is ...Bozhidar Batsov2016-03-26
* Acknowledge properly @Malabarba's amazing contributions to CIDERBozhidar Batsov2016-03-23
* Add cider-close-ancillary-buffers to the mode menusBozhidar Batsov2016-03-09
* [Fix #1612] Be more careful about parsing localsArtur Malabarba2016-03-09
* Merge pull request #1605 from grammati/debug-faces-terminalBozhidar Batsov2016-03-07
|\
| * Set instrumented and traced faces for terminalChris Perkins2016-03-06
* | More aggressively extend the region in locals parsingArtur Malabarba2016-03-06
* | Factor out most of the logic in cider--wrap-fontify-localsArtur Malabarba2016-03-06
* | Fix a logic bug in -parse-and-apply-localsArtur Malabarba2016-03-06
|/
* Be more careful with cider-locals font-lockingArtur Malabarba2016-03-04
* Add cider-open-classpath-entry to cider-mode's menuBozhidar Batsov2016-02-28
* Fix a command nameBozhidar Batsov2016-02-24
* Add a command to display the refcardBozhidar Batsov2016-02-24
* [Fix #1562] Actually disable cider-mode when it gets disabledArtur Malabarba2016-02-14
* Move a couple of faces to the file that uses themArtur Malabarba2016-02-13
* Fix traced var font-lockingArtur Malabarba2016-02-13
* Refactor duplicated code in -compile-font-lock-keywordsArtur Malabarba2016-02-13
* Remove obsolete defvarBozhidar Batsov2016-02-12
* Add the namespace and the classpath browser to cider-mode's menuBozhidar Batsov2016-02-12
* Add cider-drink-a-sip to the menusBozhidar Batsov2016-02-10
* Extract the cider-test menu into a variableBozhidar Batsov2016-02-07