aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into visit-question-from-linkSean Allred2014-12-261-6/+6
|\ | | | | | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078
| * Displaying questions uses pop-to-buffer instead of switch by defaultArtur Malabarba2014-12-201-2/+4
| | | | | | | | | | Fixes #153 See variable `sx-question-mode-display-buffer-function'
| * Properly skip invisible sections.Artur Malabarba2014-12-181-4/+2
| |
* | Refactor sx-visit to sx-visit-externallyArtur Malabarba2014-12-201-1/+1
|/
* Fix lexical bindings.Artur Malabarba2014-12-141-4/+0
|
* Also mention qArtur Malabarba2014-12-141-1/+4
|
* Use the header-line as a UI guide on the question buffer.Artur Malabarba2014-12-141-0/+19
|
* HOTFIX: Mark question as read when displaying it.Artur Malabarba2014-12-131-1/+3
| | | | | | | This is a pretty big bug because it was leading SX to think the question wasn't read, even though it was open. This, in turn, prevented the user from being able to do anything (vote, comment) on the question, since we prevent interaction with unread questions.
* Define up and down keys in question-mode.Artur Malabarba2014-12-091-1/+4
|
* Improve some header comments.Artur Malabarba2014-12-061-1/+1
|
* Merge branch 'master' into answeringArtur Malabarba2014-12-031-3/+17
|\ | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el
| * Merge branch 'master' into improve-display-engineSean Allred2014-12-021-7/+9
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-interaction.el Conflicting functions: sx--data-here
| * | Refactor sx-question-mode--window into a function.Artur Malabarba2014-12-011-3/+8
| | | | | | | | | | | | | | | It made little sense the way it was, and it was complicated. Now that it's a function, it's always up to date.
| * | Define and use sx-question-mode-display-buffer-functionArtur Malabarba2014-12-011-1/+10
| | |
* | | Fix bug introduced by new use of overlays.Artur Malabarba2014-12-021-1/+1
| | |
* | | Editing implementedArtur Malabarba2014-12-021-0/+1
| | | | | | | | | | | | Fix #11
* | | sx-answer to start composing from the question bufferArtur Malabarba2014-12-021-0/+1
| |/ |/|
* | Comments are now hidden when you fold the questionArtur Malabarba2014-12-011-6/+8
| |
* | Slight tweak to question-mode-recenter-lineArtur Malabarba2014-11-291-1/+1
|/ | | | | So the "add comment" button is visible after navigating to the comments section.
* Split sx-question-mode into two files.Artur Malabarba2014-11-291-408/+3
| | | | | | | 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.
* Tweak section header face.Artur Malabarba2014-11-291-2/+2
|
* Turn interactible objects into actual buttonsArtur Malabarba2014-11-291-54/+43
| | | | Fixes #96
* Merge branch 'master' into hotfixSean Allred2014-11-271-3/+24
|\
| * Merge pull request #105 from vermiculus/issue-97Sean Allred2014-11-271-3/+24
| |\ | | | | | | Don't fill link labels or headers
| | * Finish partial fix.Artur Malabarba2014-11-261-8/+8
| | |
| | * Don't fill link labels or headersArtur Malabarba2014-11-261-3/+24
| | | | | | | | | | | | Fixes #97
* | | Fix #111Sean Allred2014-11-271-1/+7
| | |
* | | Fix #110Sean Allred2014-11-271-1/+1
|/ /
* | Give feedback on finished refresh.Artur Malabarba2014-11-261-1/+2
| | | | | | | | | | Now that position is preserved, refreshing is so discreet that we need some feedback. :)
* | Preserve visual position when refreshingArtur Malabarba2014-11-261-3/+6
|/ | | | Both for question list and question mode.
* Add keybind for commenting.Artur Malabarba2014-11-261-0/+1
|
* Merge branch 'voting' into commentingArtur Malabarba2014-11-261-18/+51
|\
| * Question/answer score is displayed in the question bufferArtur Malabarba2014-11-251-15/+49
| |
| * Cleanup old obsolete line.Artur Malabarba2014-11-251-3/+2
| |
* | Old recentering bugArtur Malabarba2014-11-261-5/+6
|/ | | | | We sometimes get an error because we're recentering a window that's not selected.
* Binds for voting.Artur Malabarba2014-11-251-0/+2
|
* sx can also updates question-mode buffer.Artur Malabarba2014-11-251-7/+12
|
* Refactor visit from question-mode to sxArtur Malabarba2014-11-251-16/+2
|
* Move wrap-in-text-property/overlay to sxArtur Malabarba2014-11-251-72/+42
|
* Streamline the refactoringArtur Malabarba2014-11-241-2/+1
|
* Patch faulty separatorArtur Malabarba2014-11-211-0/+1
|
* Derive special-mode instead of markdown-modeArtur Malabarba2014-11-211-1/+1
| | | | After recent changes, markdown-mode no longer makes sense.
* GitHub comments -- #77Sean Allred2014-11-201-33/+13
|
* Use `user-error' when there's no question at pointSean Allred2014-11-191-1/+1
|
* Enhance documentationSean Allred2014-11-191-3/+4
|
* Minor typos and incorrect informationSean Allred2014-11-191-1/+1
|
* Merge branch 'master' into documentationSean Allred2014-11-191-65/+99
|\ | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el
| * QUICK-FIX: Link regexp Fixes #74Artur Malabarba2014-11-181-1/+1
| |
| * Merge branch 'master' into question-mode-keybindings++Artur Malabarba2014-11-171-2/+2
| |\
| | * Merge pull request #68 from vermiculus/question-mode-keybindingsSean Allred2014-11-171-2/+15
| | |\ | | | | | | | | Question mode keybindings