Search found 3 matches
- Mon Feb 03, 2014 9:51 pm
- Forum: Enhancement Suggestions
- Topic: middle-click on tab to close
- Replies: 1
- Views: 1566
middle-click on tab to close
As in most browsers and text editors nowadays, there should be an option to close a tab by middle-clicking in the tab.
- Mon Aug 02, 2010 1:14 am
- Forum: Enhancement Suggestions
- Topic: Middle-click to close tab
- Replies: 3
- Views: 1203
Middle-click to close tab
I'd like to see the ability to close a tab with a mouse middle button click, as one can now do in many other apps (Firefox, Eclipse, Oxygen/XML, etc). Middle-click close seems to have become a standard.
It would also be nice to add a close button on each tab.
It would also be nice to add a close button on each tab.
- Wed Nov 04, 2009 9:57 pm
- Forum: General
- Topic: Regex bug in UNIX mode file?
- Replies: 1
- Views: 192
Regex bug in UNIX mode file?
The following regex should find the next line that is empty or contains one or more tabs and/or spaces: ^[ \t]*$ This works, but when in UNIX mode and you hit a completely empty line (containing no spaces, tabs or other characters), you cannot advance past it hitting "Find Next". You have to ...