what is IDE insight

来源:互联网 发布:js 函数触发submit 编辑:程序博客网 时间:2024/06/05 09:21

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
Click to see full-sized imageA 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:

  1. Start the IDE
  2. F6 – IDE Insight
    1. Type ‘vcl forms (pick new application)
  3. Hide image
    F6 – type “Tedit1” and hit enter
  4. F6 – type “Tlistbox1” and hit enter
  5. F6 – type “Button” and hit enter
  6. Now align the components on the form
  7. Go to code – double clicking on the button
    1. Hit the F6 and show the templates
    2. Cancel – hit the ECS key
  8. Put in the line of code
    1. ListBox1->Items->Add(Edit1->Text);
  9. Run  on the toolbar


原创粉丝点击