Я хотел бы искать файлы в папке так же, как вы можете сделать в Textmate в OSX, нажав CTRL+Shift f
.
Как вы можете искать файлы в папке в Gedit?
Я хотел бы искать файлы в папке так же, как вы можете сделать в Textmate в OSX, нажав CTRL+Shift f
.
Как вы можете искать файлы в папке в Gedit?
В теме How-To: Поиск по файлам с GEdit написано
1) open Gedit and enable the "External tools" plugin in Edit >> Preferences >> Plugin 2) don't close the dialog but select the plugin and click "Configure plugin" instead 3) let's add a new tool with the following properties Name : Find in files (or whatever you want) Description : Find in files (or whatever you want) Accelerator (the keybord shortcut) : type <Control><Shift>f (or whatever you want - be sure it's not already used) Command : Code: #!/bin/sh xargs gnome-search-tool --contains Input : current selection Output: bottom panel Scope: all documents
но эта функция работает, только если выбрано какое-то слово
Установите Input для Current document, но в остальном, как указано выше.