1

Я хотел бы искать файлы в папке так же, как вы можете сделать в Textmate в OSX, нажав CTRL+Shift f .

Как вы можете искать файлы в папке в Gedit?

1 ответ1

0

Установить поиск по подбору слова визуально

В теме 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

но эта функция работает, только если выбрано какое-то слово

Получить похожий поиск в файлах как в TextMate

Установите Input для Current document, но в остальном, как указано выше.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .