1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-07-16 14:29:49 +00:00
parent 088b72acaf
commit 0eb01b1ba1
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2003-07-16 Alain Magloire
Patch from Thomas Fletcher.
Update the core MakeUtil class with a method to support inline replacement
of a make target with a different make target.
* src/org/eclipse/cdt/core/resources/MakeUtil.java
2003-07-04 Victor Mozgin
Added CTaskTagsReconciler.

View file

@ -1,3 +1,11 @@
2003-07-16 Alain Magloire
Patch from Thomas Fletcher.
Update the MakeView class to match UI standards and to contain a new action
to support editing of an existing make target.
* src/org/eclipse/cdt/internal/ui/makeview/MakeView.java
2003-07-14 Andrew Niefer
-modified plugin.xml entry for search's PathNameSorter
-added src/org/eclipse/cdt/internal/ui/search/Match.java which implements IMatch to store