aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Collapse)AuthorAge
* Clean up reader_write_title to work with wcstringGravatar ridiculousfish2014-08-02
|
* add command line string as $argv[1] for fish_titleGravatar jianjun2014-08-02
|
* Make abbreviations work correctly with type-aheadGravatar ridiculousfish2014-07-25
| | | | Fixes #1434
* Allow parse_util_detect_errors to treat incomplete strings as errorsGravatar ridiculousfish2014-07-24
| | | | | Fixes bug where sourcing a file with an unclosed quote would not have a backtrace
* Fix for crash in kill-whole-lineGravatar ridiculousfish2014-07-13
| | | | Fixes #1548
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
|
* Merge branch 'master' of github.com:fish-shell/fish-shellGravatar ridiculousfish2014-03-30
|\
* | Changes to bind_mode implementation based on code review and mergeGravatar ridiculousfish2014-03-30
| | | | | | | | errors
* | Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: builtin.cpp builtin_commandline.cpp highlight.cpp input.cpp input.h reader.cpp screen.cpp screen.h
| | * Allow appending path hints to history items after they have been added,Gravatar ridiculousfish2014-03-28
| |/ | | | | | | | | allowing us to avoid the delay before items appear in history. Should fix #984
| * Equip syntax highlighting with a variant that does no disk I/O. InvokeGravatar ridiculousfish2014-03-26
| | | | | | | | | | it after expanding an abbreviation, so that the expanded abbreviation appears with (some) syntax highlighting.
| * Fix for issue where pager contents may stay around if you executed aGravatar ridiculousfish2014-03-20
| | | | | | | | command with pager contents visible
| * Remove support for input IO_BUFFERs, which were only used by fish_pagerGravatar ridiculousfish2014-03-15
| |
| * Remove old fish_pager source and implementationGravatar ridiculousfish2014-03-15
| |
| * Remove support for invoking old pagerGravatar ridiculousfish2014-03-15
| |
| * Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| | | | | | | | | | | | | | This reverts commit 74135c0600d5dcc40d396d0e7293c17b8d4bdaa7, reversing changes made to 6d749789ce240a3e6f1447777db63fd8e7525560. See discussion in #1317
| * Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
| |
| * Allow double-tapping tab to fully disclose pager, per #291Gravatar ridiculousfish2014-02-20
| |
| * Remove the reader_selected_completion_changed callback. Fix a hang whenGravatar ridiculousfish2014-02-16
| | | | | | | | the pager gets empty, as reported in 291
| * Make COMPLETE_AND_SEARCH always show the search field. Also end paging uponGravatar ridiculousfish2014-01-28
| | | | | | | | modifying the command line contents.
| * Make return not execute the selected completion in the pager, insteadGravatar ridiculousfish2014-01-27
| | | | | | | | just accept it
| * Make escape clear the current completionGravatar ridiculousfish2014-01-27
| |
| * Make arrow keys navigate completions instead of manipulate completionGravatar ridiculousfish2014-01-27
| | | | | | | | search field
| * Support escape or up-arrow to cancel the completion search field.Gravatar ridiculousfish2014-01-27
| |
| * Increased support for completion search field. Use btab (shift-tab) toGravatar ridiculousfish2014-01-27
| | | | | | | | complete-and-search.
| * Eliminate dangerous command_length() function. Use editable_line_t in aGravatar ridiculousfish2014-01-26
| | | | | | | | few places we missed.
| * Refactor reader to work on selectable 'editable_line_t' so that mostGravatar ridiculousfish2014-01-26
| | | | | | | | commands can operate on pager search field
| * Beginnings of work for search field feature of new pagerGravatar ridiculousfish2014-01-26
| |
| * Add fish_new_pager variable to enable new pager on request, disabled by default.Gravatar ridiculousfish2014-01-24
| |
| * Support for "merged completions" (multiple completions on the same line)Gravatar ridiculousfish2014-01-24
| | | | | | | | in new pager. Support for using up-arrow to end pager navigation.
* | Add 'and' input function; fixes a bug with t,TGravatar Julian Aron Prenner2014-01-23
| | | | | | | | | | | | 'and' will prevent later input functions from being executed if the previous one did not succeed (e.g. a jump to a char not on the command line)
| * Various tweaks and improvements to new pager, including disclosureGravatar ridiculousfish2014-01-22
| | | | | | | | feature
* | Experimental support for f,F,t,T vi commands.Gravatar Julian Aron Prenner2014-01-22
| | | | | | | | Input functions can now have arguments
| * Allow down arrow to enter pager. Clean up repainting withinGravatar ridiculousfish2014-01-21
| | | | | | | | reader_readline
| * Support for scrolling through the pagerGravatar ridiculousfish2014-01-21
| |
| * Correctly clear pager contents on ctrl-CGravatar ridiculousfish2014-01-20
| |
| * Support for correctly resizing pager contents.Gravatar ridiculousfish2014-01-19
| |
| * Improved navigation of pager list. Added tests for it too.Gravatar ridiculousfish2014-01-19
| |
| * Further work on keyboard navigating the completion listGravatar ridiculousfish2014-01-18
| |
* | Add kill-selection function and visual binds for 'y' and 'd'Gravatar Julian Aron Prenner2014-01-18
| |
| * Implement and document new -P / --paging-mode flags to commandline, to ↵Gravatar ridiculousfish2014-01-17
| | | | | | | | | | | | support new pager
| * Initial support for navigating completions that appear under theGravatar ridiculousfish2014-01-17
| | | | | | | | commandline using arrow keys
| * Clean up pager on exit from interactive readGravatar ridiculousfish2014-01-15
| |
* | Remove unused #definesGravatar Julian Aron Prenner2014-01-15
| |
* | Pull from upstreamGravatar Julian Aron Prenner2014-01-15
| |
* | Merge remote-tracking branch 'upstream/master' into bind_modeGravatar Julian Aron Prenner2014-01-15
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: builtin.cpp reader.cpp share/functions/fish_default_key_bindings.fish
* | | Add experimental support for selection and visual modeGravatar Julian Aron Prenner2014-01-15
| | |
* | | Rename 'new-mode' to 'sets-mode', prepare for selection support.Gravatar Julian Aron Prenner2014-01-15
| | |
| | * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-15
| | |\ | | |/ | |/| | | | | | | Conflicts: highlight.h
| * | Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
| | |