aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
Commit message (Collapse)AuthorAgeFilesLines
* Add an answer buttonArtur Malabarba2014-12-021-0/+3
|
* Comments are now hidden when you fold the questionArtur Malabarba2014-12-011-27/+27
|
* Better positioning of the add comment buttonArtur Malabarba2014-12-011-18/+25
|
* question-mod now uses overlays to store the sx--data-here propertyArtur Malabarba2014-12-011-2/+2
| | | | | This lets us stack one inside each other (comments inside questions) without overwriting them.
* Clean 'display in code-blocks. Fixes #117Artur Malabarba2014-11-291-0/+1
|
* Code-blocks are buttons. RET to edit, w to copy.Artur Malabarba2014-11-291-8/+32
|
* Woops. Fix swallowing one function inside the other.Artur Malabarba2014-11-291-11/+3
|
* New "Add a Comment" buttonArtur Malabarba2014-11-291-1/+6
|
* Better help-echo in linksArtur Malabarba2014-11-291-3/+3
|
* Normalize and improve button help-echo'sArtur Malabarba2014-11-291-6/+0
|
* Improve button-copyArtur Malabarba2014-11-291-11/+14
|
* Move buttons to sx-button.elArtur Malabarba2014-11-291-23/+4
| | | | Also define command to copy button's content under w.
* WhitespaceArtur Malabarba2014-11-291-1/+1
|
* Split sx-question-mode into two files.Artur Malabarba2014-11-291-0/+440
sx-question-print holds all the logic for printing the buffer's content. The original file is reserved for the mode definition, interactive commands, and functions that create and display the bufer.