lazarus/components/idescout
2024-09-28 09:15:31 +02:00
..
languages Translations: Turkish translation update by Onur ERÇELEN, issue #40106 2023-02-02 23:52:31 +03:00
frmscout.lfm
frmscout.pas IDE Scout: Fix a memory leak. RemoveHandler...() threw an AV because this plugin form is destroyed too late when Lazarus closes. FSearchItems was not freed. 2024-08-03 19:30:32 +03:00
idescout.lpk idescout: camel case 2024-09-28 09:15:31 +02: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)