Skip to content

Releases: promethial/paxedit

Support for Common Lisp

02 Jul 22:43
Compare
Choose a tag to compare

Adding support for Common Lisp implicit functions.

New functionality: symbol kill & open pair

03 Jan 02:27
Compare
Choose a tag to compare

Two new context sensitive functions added for symbol modification:

  1. paxedit-backward-kill
  2. paxedit-forward-kill

Several new context sensitive functions added for opening pairs:

  1. paxedit-open-bracket
  2. paxedit-open-round
  3. paxedit-open-quoted-round
  4. paxedit-open-curly-bracket

Documentation Fixes

05 Apr 23:17
Compare
Choose a tag to compare

Several spelling and grammatical improvements in the Emacs Lisp function descriptions and readme file.

Paxedit New Features & Bug Fix Release

28 Feb 22:48
Compare
Choose a tag to compare

New Features

  1. New functions paxedit-compress,paxedit-format-1, and paxedit-dissolve.

Bug Fix

  1. paxedit-copy no longer deletes a space when trying to copy an expression.

Paxedit v1.1.4

03 Dec 04:58
Compare
Choose a tag to compare

New Feature & Bug Fix Release

  1. New feature paxedit-insert-semicolon (see documentation for more details).
  2. Better error messages when using paxedit-raise.
  3. Bug fix for paxedit-backward-up and paxedit-backward-end.
    Specifically for implicit expressions
(setf x 1
      y-!- 2  ; some comment
      )

Calling backward-up or backward-end will move to the end of the comment. Now cursor moves correctly to the end of the implicit expression.

Paxedit v1.1.3

23 Nov 03:03
Compare
Choose a tag to compare

Bug Fix Release:

  • Fixed bug with implicit expressions where implicit expressions containing more than two sub-expressions didn't refactor properly. Below is an example of a function that wouldn't refactor correctly. :one 1 "one" is one implicit unit.
(some-function some-arg
               :one 1 "one"
               :two 2 "two")
  • Customization functionality was not working correctly. Fix was made to allow addition of user defined implicit functions and structures.
  • Documentation was changed to show correct way to add user defined implicit functions.

Paxedit v1.1.2

21 Nov 22:28
Compare
Choose a tag to compare

Bug Fix & Internal Code Improvement Release:

Bug Fixes:

  1. Fixed issue with transposing symbols backward and forward in comments.
  2. Fixed issue with paxedit-next-symbol and paxedit-previous-symbol where commands would move cursor two symbols forward or backwards if cursor was not already on a symbol.

Code Improvements:

  1. Removed unnecessary code.
  2. Cleanup of existing code and test cases.
  3. Reorganized tests and practice code under new folder system.

Paxedit v1.1.1

17 Nov 21:22
Compare
Choose a tag to compare
  1. Support for Clojure let bindings.
  2. Updated documentation.

Paxedit v1.1.0

15 Nov 20:15
Compare
Choose a tag to compare
  1. Paxedit is now a minor mode.
  2. Significant bug fixes.
  3. Improved documentation.

Inaugural Release

13 Nov 23:36
Compare
Choose a tag to compare
v1.0.0

Correct demo video link - remove org mode inserted %