Erik Verbruggen
bd435499b6
Fixed compiler warnings.
...
(cherry picked from commit b049937ae013b47e9b86aacd60325dbd382319ed)
2010-09-27 19:07:35 +02:00
Erik Verbruggen
f39494e4c2
C++: make InsertionPointLocator ready for re-use.
...
(cherry picked from commit 519f1d11947ff3109850e559fae868c4a55deb43)
2010-09-27 19:07:15 +02:00
Lasse Holmstedt
912487d3eb
Insertion point fix for Declaration from Definition quickfix
...
Reviewed-by: Erik Verbruggen
2010-07-30 17:45:28 +02:00
Erik Verbruggen
a8179152c9
Added tests for the InsertionPointLocator and fixed bugs.
2010-07-28 12:10:11 +02:00
Erik Verbruggen
aec36eec7c
Use the new InsertionPointLocator for declarations.
...
Still need to change it to use RefactoringChanges, and to do better definition
generation.
2010-07-28 12:10:11 +02:00
Erik Verbruggen
b2659950e2
Added the InsertionPointLocator.
...
For answers to questions about where to insert a snippet/chunk of C++ code. Ok,
currently it will only find the One And Only place to insert method
declarations in classes, and it will need some tuning.
2010-07-27 15:32:40 +02:00