summaryrefslogtreecommitdiff
path: root/cider-util.el
Commit message (Collapse)AuthorAge
* Make a tip more applicableTianxiang Xiong2018-03-24
|
* Add one more inspirational "quote" :-)Bozhidar Batsov2018-03-15
|
* Add an inspirational quoteBozhidar Batsov2018-03-15
|
* Add one more inspirational "quote"Bozhidar Batsov2018-02-20
|
* Add some new words of inspirationBozhidar Batsov2018-02-01
|
* Drop support for cljxBozhidar Batsov2018-01-21
| | | | | Clojure 1.7 has been around for 3 years now and it's pretty safe to assume almost no one is still using cljx at this point.
* Add missing :group propertyBozhidar Batsov2018-01-15
|
* Move cider-resolve-java-class to cider-util.elBozhidar Batsov2018-01-15
| | | | It's a generic function, so it should live at some more generic location.
* Sort `require`s in `cider-util.el`Tianxiang Xiong2018-01-10
|
* Use `color-lighten-name` instead of custom color scaling functionTianxiang Xiong2018-01-10
|
* Update links to the manualBozhidar Batsov2018-01-08
| | | | See https://blog.readthedocs.com/securing-subdomains/ for details.
* Bump the copyright yearsBozhidar Batsov2018-01-01
|
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
| | | | | | | | | | Fix #2130. Emacs 26 obsoletes `if-let` and `when-let`, replacing them with `if-let*` and `when-let*`. This raises byte-compilation warnings (treated as errors) when testing against Emacs 26. See: http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-26#n1278
* Add debug spec to cider-propertize-regionVitalie Spinu2017-10-01
|
* New utility function `cider-add-face`Vitalie Spinu2017-09-05
|
* New utility function `cider-run-chained-hook`Vitalie Spinu2017-09-05
|
* Fix `checkdoc` errorsTianxiang Xiong2017-07-23
|
* Factor out back/forward button parts from `cider--doc-make-xrefs`Tianxiang Xiong2017-07-19
|
* Handle ANSI color REPL evaluation created by Puget (#2021)Paul Landes2017-07-15
| | | Basically we simply apply the ANSI color and discard it, so it would interfere with the `clojure-mode` font-locking we're doing.
* [Fix #1832] Add eldoc info for datomic query input parameterstijsmallaerts2017-03-22
|
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
| | | This also fixes some issues checkdoc was currently reporting.
* Kill an obsolete requireBozhidar Batsov2017-03-08
|
* Add cider-history command, based on browse-kill-ringJohn Valente2017-01-11
|
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
|
* Drop some redundant string-related functionsBozhidar Batsov2016-11-25
| | | | | We can now use the versions of those functions that were added in Emacs 24.4.
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
| | | | | The functions in `cider-compat.el` were actually added in Emacs 25.1, not Emacs 24.4.
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
|
* [Fix #1823] Properly set the column metadata on interactive evaluationBozhidar Batsov2016-10-08
| | | | | | | Basically the issue was coming from the fact that Clojure counts columns from 1 and Emacs from 0. Somewhat amusing Emacs counts lines from 1, not 0.
* 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
|