lazarus/components/idescout
2019-01-21 23:25:51 +00:00
..
languages Translations: Hungarian translation update by Péter Gábor, bug #34912 2019-01-21 23:25:51 +00:00
frmscout.lfm
frmscout.pas Components, IDEScout: i18n-ed and added Russian translation 2019-01-05 14:35:40 +00:00
idescout.lpk Components, IDEScout: i18n-ed and added Russian translation 2019-01-05 14:35:40 +00:00
idescout.pas Components, IDEScout: i18n-ed and added Russian translation 2019-01-05 14:35:40 +00:00
idescoutoptions.lfm Components, IDEScout: i18n-ed and added Russian translation 2019-01-05 14:35:40 +00:00
idescoutoptions.pas Components, IDEScout: i18n-ed and added Russian translation 2019-01-05 14:35:40 +00:00
idescoutstrconsts.pas Components, IDEScout: i18n-ed and added Russian translation 2019-01-05 14:35:40 +00:00
ReadMe.txt
regidescout.pas Components, IDEScout: i18n-ed and added Russian translation 2019-01-05 14:35:40 +00:00

IDE addon for showing a search box of all IDE commands.
It works like the command palette in Atom or Visual Studio Code.

It can be invoked using the key combination
Meta-Alt-P on MacOS
Shift-Alt-P on all other platforms.

Start typing, and the available commands will be filtered.
If you type multiple words, all words must match.

The list of recent files/packages/projects is also searchable. Using the
enter key will open the selected file.

The list of installed components is also searchable. Using the enter key
will drop the selected component on the currently designed form (if any is
active) or will select it on the component palette. This is configurable.

The key combination can be configured in the key options, search for
scout.

You can set
* the color of the matches,
* color of shortcut key (and whether it should be shown at all)
in the IDE options.
* What to search (commands/recent items/components)