When you are coding is very usefull to hihglight all words you have selected.
For example i select a variable and in gedit highlight all the ocurrences of this word. Why geany not??
- Search->Find or Ctrl-F to open the Find dialog and then use 'Mark' in the 'Find All' area
- Use the keybinding Ctrl-Shift-M ('Mark all') after selecting a word
- Use the SVN version of the Addons plugin and simply double-click a word to highlight all occurrences
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You have three ways to do this already:
- Search->Find or Ctrl-F to open the Find dialog and then use 'Mark' in the 'Find All' area
- Use the keybinding Ctrl-Shift-M ('Mark all') after selecting a word
- Use the SVN version of the Addons plugin and simply double-click a word to highlight all occurrences
Ctrl+Shift+M is an interesting alternative solution. Maybe some "Tip of de day" might be of use to help a normal user know such features.