mintmenu/usr/lib/linuxmint/mintMenu/plugins
Vincent Vermeulen 5f190ceac9 Highlight previous search so typing overwrites it (#191)
* Highlight previous search so typing overwrites it

When set to remember the last search, on next opening the menu it would display the last search and put the cursor at the end of it. If you wanted to do a new search you would first have to delete your previous search. More convenient if you starting typing it overwrites the last search and only if you place the cursor with arrow keys or mouse it switches to insert / append text to the last search.

There was existing code that did in fact do that but it was in the wrong place. This patch puts it in the right place. Fixes #86.

* Remove code to set position at end

Because it doesn't do anything when you select all the text.
2018-03-09 15:45:25 +00:00
..
__init__.py Coerse shebangs to #!/usr/bin/python2 2015-06-25 17:44:30 -07:00
applications.glade glade part #1 2016-09-06 17:52:12 +01:00
applications.py Highlight previous search so typing overwrites it (#191) 2018-03-09 15:45:25 +00:00
easybuttons.py fix indent (#183) 2017-08-26 17:35:45 +02:00
easyfiles.py Fixed indentation and trailing spaces 2016-05-21 17:11:36 +01:00
easygsettings.py fix indent (#183) 2017-08-26 17:35:45 +02:00
execute.py fix indent (#183) 2017-08-26 17:35:45 +02:00
filemonitor.py fix indent (#183) 2017-08-26 17:35:45 +02:00
get_apt_cache.py Fixed indentation and trailing spaces 2016-05-21 17:11:36 +01:00
places.glade glade part #1 2016-09-06 17:52:12 +01:00
places.py Places: Explicitly import GLib 2017-05-06 14:10:07 +01:00
recent.glade Show recently used apps (#167) 2017-11-11 08:59:49 +00:00
recent.py Show recently used apps (#167) 2017-11-11 08:59:49 +00:00
recentHelper.py Show recently used apps (#167) 2017-11-11 08:59:49 +00:00
system_management.glade glade part #1 2016-09-06 17:52:12 +01:00
system_management.py Don't run mintinstall as root 2017-11-12 14:33:42 +00:00