Archive for March 20th, 2006

JetBrains Products Win Jolt Productivity Awards

Monday, March 20th, 2006

Once again JetBrains has been honored with new industry awards, this time at SD Magazine’s 16th Annual Jolt Product Excellence Awards. Two of our products received Productivity Awards in two categories:



   - IntelliJ IDEA 5.0 (Category: Development Environments)
   - ReSharper 1.5 (Category: Utilities)


(For details, please see http://www.sdmagazine.com/jolts/2006index.html)

The entire team here at JetBrains wishes to thank the judges, and especially our IntelliJ IDEA and ReSharper users who are instrumental to the success of our products.

Defining a Custom Quick List

Monday, March 20th, 2006

Contributed by: Etienne Studer

When you press let’s say Alt + F1 in the editor, you can see the so-called Quick List, that is actually a subset of commands that are nice to have “at your fingertips”.
In IntelliJ IDEA, you can create custom Quick Lists and fill them with the commands of your choice.
For example, a Quick List with the most frequently used commands of your Version Control (e.g. Perforce) can be of a great help.

To define a custom Quick List:

1.   Click IDE Settings | KeyMap.
2.   In the Quick lists area, click Add.



3.   Choose commands you want to add to the Quick List.



4.   Now your list is added to the list of actions in the keymap, and you can assign a shortcut to it (just don’t forget to create your own copy of the default schema).



When you press Alt + F2 in the editor, you can see the Quick List of the Perforce commands.