summaryrefslogtreecommitdiff
path: root/cider-util.el
Commit message (Collapse)AuthorAge
* Add one more inspirational quoteBozhidar Batsov2016-06-29
|
* Add one more inspirational messageBozhidar Batsov2016-06-12
|
* [Fix #1768] Don't font-lock buffers if font-lock-mode is offArtur Malabarba2016-05-31
|
* Simplifications to cider--doc-make-xrefsArtur Malabarba2016-05-24
|
* [#1746] Parse docstrings to create help var xrefs (#1750)Chaitanya Koparkar2016-05-21
|
* Add font-lock-variable-name-face in cider-propertize (#1753)Chaitanya Koparkar2016-05-19
|
* [#1736] Show see-also links in the documentation viewer (#1742)Chaitanya Koparkar2016-05-10
|
* [Fix #1735] Display eldoc only for existing forms (#1738)Chaitanya Koparkar2016-05-10
| | | If the user has entered incorrect class/ns name, like `(X/.length)` or `(X/defn)`, the eldoc is not displayed.
* Fix eldoc errors for empty parentheses (#1734)Chaitanya Koparkar2016-05-05
|
* [Fix #1725] Display class names in eldoc for interop forms (#1729)Chaitanya Koparkar2016-05-05
| | | | The class information returned by `eldoc` middleware op is used. clojure-emacs/cider-nrepl#349
* Add one more inspirational quoteBozhidar Batsov2016-04-29
|
* Add a couple of tipsBozhidar Batsov2016-04-24
|
* Improve CIDER's menu-bar menu (#1661)Artur Malabarba2016-04-11
| | | | | | | | | | | | * Improve CIDER's menu-bar menu - Thoroughly reorganize it and split it into 3 separate menus; - Add a 4th menu, that only appears if `cider-mode` isn't active; - Add custom-written `:help` strings to some items, and automatically add help strings to the rest; - Add a few commands; - Grey-out commands that rely on connections while there is no connection. * Add a screenshot to the Readme
* Kill everything that was obsoleted in the previous releaseBozhidar Batsov2016-04-10
|
* Fix some copyright yearsBozhidar Batsov2016-04-09
|
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
|
* Add a couple of inspirational messagesBozhidar Batsov2016-04-05
|
* Update the REPL warnings to refer to the new manualBozhidar Batsov2016-04-04
|
* Strip text properties in cider-symbol-at-pointBozhidar Batsov2016-04-03
|
* Add a few more quotesBozhidar Batsov2016-03-24
|
* Acknowledge properly @Malabarba's amazing contributions to CIDERBozhidar Batsov2016-03-23
|
* Kill an extra spaceBozhidar Batsov2016-03-21
|
* Add one more inspirational quoteBozhidar Batsov2016-03-21
|
* Add one more inspirational quoteBozhidar Batsov2016-03-20
|
* Add a tip about cleaning up ancillary buffersBozhidar Batsov2016-03-09
|
* Add missing spaceBozhidar Batsov2016-03-08
|
* Revert "Update font-locking of evaluated regions"Artur Malabarba2016-03-04
| | | | | There is no apparent need for this change. We can add it back if I ever remember why I wrote it.
* [Fix #1601] Use save-excursion in cider--font-lock-flushMichael Griffiths2016-03-04
|
* Update font-locking of evaluated regionsArtur Malabarba2016-03-03
|
* Really fix cider--make-buffer-for-mode for dead buffersArtur Malabarba2016-03-03
|
* New function cider-add-to-alist to set injected deps and pluginsArtur Malabarba2016-03-03
| | | | | | | | This is helpful so that the versions get correctly updated when the user upgrades cider (and similarly for deps that use these variables). It also means the user can safely setq these variables to whatever value they want without the risk of overriding our values.
* Fix a couple of bytecomp warningsArtur Malabarba2016-03-03
|
* Introduce codenames for stable releasesBozhidar Batsov2016-03-02
|
* Add a few more tipsBozhidar Batsov2016-03-01
|
* Add some more words of inspirationBozhidar Batsov2016-03-01
|
* [Fix #1593] Don't move point in cider-symbol-at-pointArtur Malabarba2016-02-29
|
* Remove a bunch of stuff that were marked as obsolete in 0.10Bozhidar Batsov2016-02-27
|
* Add a command to display the refcardBozhidar Batsov2016-02-24
|
* Don't assume that the buffers in cider--mode-buffers are aliveArtur Malabarba2016-02-23
|
* Add a tip about cider-enlighten-modeBozhidar Batsov2016-02-23
|
* Add a few more tipsBozhidar Batsov2016-02-23
|
* Add a tip about eldoc-modeBozhidar Batsov2016-02-23
|
* Add a tip about cider-refresh-before-fn and cider-refresh-after-fnBozhidar Batsov2016-02-16
|
* Correct a tipBozhidar Batsov2016-02-15
|
* Add a few more tipsBozhidar Batsov2016-02-15
|
* [Fix #1567] Prevent symbol-at-point inf-loopArtur Malabarba2016-02-14
|
* Simplify cider--font-lock-ensure and define cider--font-lock-flushArtur Malabarba2016-02-14
|
* Fix a couple of function namesBozhidar Batsov2016-02-14
|
* Move string compatibility functions to cider-utilBozhidar Batsov2016-02-13
| | | | | I can't figure out what's bothering the byte-compiler in the old approach... this should solve the problem, though.
* Add a few more tipsBozhidar Batsov2016-02-10
|