1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 03:15:33 +02:00
cdt/core/org.eclipse.cdt.ui/NEWS

16 lines
418 B
Text
Raw Normal View History

2004-12-14 22:01:31 +00:00
Release CDT-3.0
* Added keybinding next/previous(CTRL-SHIFT-UP/DOWN) to move from
member to member in the CEditor(PR 84423).
2005-01-27 17:08:22 +00:00
* Drag && Drop support
for ICElement classes , in the C/C++ project view and C Outliner.
2004-12-14 22:01:31 +00:00
* C/C++ Editor:
- coloring of operators, braces and numbers,
- outline in selectable dialog (Ctrl O) with search input.
* sorting action
2005-01-27 17:08:22 +00:00
2004-12-14 22:01:31 +00:00
* Template Preference Page for C/C++ Editor