Welcome to CAA RADE V5R14

New in this release:

 

New keyboard shortcuts in Visual Studio:
[Ctrl-E] To launch a windows file explorer on the directory of the current edited source file
[Ctrl-Shift-C] To set in comment a selected bloc in the current edited source code
[Ctrl-PgUp] To go to the previous method in the current edited source code
[Ctrl-PgDown] To go to the next method in the current edited source code
[Ctrl-Shift-H] To insert include of the header associated to the selected symbol in the source code
[Ctrl+Shift+UpArrow] To go to the previous occurence of the selected symbol in the source code
[Ctrl+Shift+DownArrow] To go to the next occurence of the selected symbol in the source code
[Ctrl-Shift-D] To get additional Debug information on CATBaseUnknown objects (available on VS.Net only)
 

and always:

[F7] To build the module containing the source file in editor
[Ctrl-Shift-F] To get the directory of the current open file
[Ctrl-Q] To swap between .h and .cpp files or French and English NLS files.
[Ctrl-T] To open the .h file corresponding to the keyword under the cusror
[F8] To check-out the source file in editor (Workspace Manager)
[Ctrl-F1] To get access to API documentation
[F1] To get contextual help in dialog boxes