IDE Insight for easy access to all IDE features, settings and components without searching through menus and dialogs
http://edn.embarcadero.com/article/39909
Speed is the key – the new IDE Insight
Hide image
A paradigm shift is in the works with the new IDE Insight feature found in RAD Studio. This allows developers to quickly find anything in the IDE like from the projects, the components, templates, or configurations settings. By simply pressing the F6 key, the IDE insight is activated, and then the developer starts to type in the desired feature or function they want to perform. A list of possible items is displayed. The developer can then select the feature of function and it will be executed or the IDE will go to that location. IDE insight is available throughout the entire IDE making it on a key-press away at any time.
For the developers who are heavy keyboard users, the IDE Insight can also be started by pressing the CTRL and the ‘.’ keys.
So a quick example of how you could use IDE Insight would be:
- Start the IDE
- F6 – IDE Insight
- Type ‘vcl forms (pick new application)
- Hide image
F6 – type “Tedit1” and hit enter
- F6 – type “Tlistbox1” and hit enter
- F6 – type “Button” and hit enter
- Now align the components on the form
- Go to code – double clicking on the button
- Hit the F6 and show the templates
- Cancel – hit the ECS key
- Put in the line of code
- ListBox1->Items->Add(Edit1->Text);
- Run
on the toolbar