1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
This commit is contained in:
Alain Magloire 2003-04-17 16:56:13 +00:00
parent 7f50dfa6f3
commit 58c8ae1977

View file

@ -1,3 +1,15 @@
2003-04-17 Alain Magloire
Bug 36584
When switching the through the CEditor the range was not
save.
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java:
setSelection(ICElement), new method
* src/org/eclipse/cdt/internal/util/EditorUtility.java:
revealInEditor use setSelection(ICElement).
2003-04-16 Alain Magloire
Bug 36582