Andrew Gvozdev
c6f2dac626
compilation warnings, unnecessary null check
2009-08-05 21:20:22 +00:00
Andrew Gvozdev
f50f3209a0
compiler warnings - @Override annotations
2009-08-05 18:27:52 +00:00
Andrew Gvozdev
c77289f6c3
JavaDoc warnings fixed
2009-08-05 18:23:59 +00:00
Andrew Gvozdev
de5c528c09
bug 285746: Replace deprecated class org.eclipse.ui.views.navigator.LocalSelectionTransfer
2009-08-05 18:01:03 +00:00
Andrew Gvozdev
60abfcd3e2
Bug 281786: Confirm target deletion asked twice
2009-07-09 16:15:25 +00:00
Anton Leherbauer
ff27c21286
Increment bundle version
2009-07-07 12:11:22 +00:00
Anton Leherbauer
a2a8ff55a9
Bug 278987 - Text Colors wrong in Makefile
2009-07-07 12:06:09 +00:00
Alena Laskavaia
65b34ea1cc
[275773] - added icon
2009-05-29 19:22:55 +00:00
Vivian Kong
c921a8f760
update copyrights
2009-05-27 15:34:50 +00:00
Vivian Kong
5e92597120
bug 254307 - branding
2009-05-26 14:48:10 +00:00
Alena Laskavaia
f0b42a7fa6
[275773] - updated labels and icons for make targets view, patch from Andrew Gvozdev
2009-05-20 13:59:58 +00:00
James Blackburn
ee9b1aa905
Bug 276688 Deadlock in MakeContentProvider
...
- Display#syncExec(...) while the workspace lock is held => changed to #asyncExec(...)
- Generics
2009-05-18 19:24:24 +00:00
Vivian Kong
b08713702c
bug 271449: Incorrect text direction in makefile in mirrored eclipse
2009-04-30 16:41:00 +00:00
Alena Laskavaia
9ec1cc1155
[271550] Make Target View: preserve "Same as Target Name" when copying targets - patch applied
2009-04-16 17:02:48 +00:00
James Blackburn
a39047b78c
Bug 242004 ISVs should be able to position their cPropertyTabs amongst built-in CDT provided tabs
...
- Tabs should be sorted by 'weight' attribute (as detailed in the extension point documentation)
2009-04-14 20:23:45 +00:00
Vivian Kong
b849a3be06
bug 268581 individual source bundles
2009-04-09 19:51:46 +00:00
Anton Leherbauer
5dc7000a12
Bug 270013 - Open Include action always displayed in the outline view in the Makefile editor, by Violaine Batthish
2009-03-26 12:05:23 +00:00
Alena Laskavaia
084f3fbdef
[128990] - fixed strings for convertion
2009-03-16 20:36:31 +00:00
Alena Laskavaia
1ea10c1975
[268850] - fixed project conversion wizard (patch applied)
2009-03-16 19:49:04 +00:00
Vivian Kong
fa3911cd90
bug 254200 - use ICU4J
2009-03-13 13:47:48 +00:00
Alena Laskavaia
c3755751d8
[265472] - Drag-Copy of Make Targets in the same folder should not be allowed without Ctrl key, patch applied
2009-03-12 18:23:28 +00:00
Alena Laskavaia
d87cfdf0b6
[125538] applied patch to fix more target drag & drop issues
...
- bug with renaming of target being copied.
- allow Ctr-C and then Ctrl-V without need for selecting the folder. this has a
side effect enabling copying on selection of make target. Well, at least it is
consistent with current drag&drop behaviour.
- small fixes, such as disabling "Build" button initially, or not allowing
"Add" action on multiple selection.
2009-03-12 18:21:05 +00:00
Anton Leherbauer
00cce01cfc
API cleanup in make plugins
2009-02-26 13:27:28 +00:00
Alena Laskavaia
ca733564e8
[263133] - Copy & Paste inside same directory in Make Target View, applied patch
2009-02-05 15:04:42 +00:00
Anton Leherbauer
0abeb03657
Bug 259073 - Duplicate wizard shortcuts in File > New menu
2009-02-04 13:19:07 +00:00
Alena Laskavaia
bd7f096c7c
[124456] - drag & drop looses argument, patch applied
2009-02-03 14:59:50 +00:00
Alena Laskavaia
dd74a6f0eb
[124421] - applied clean-up patch
2009-02-03 14:56:01 +00:00
Alena Laskavaia
a752179168
[261277] patch for make target dialog
2009-01-30 15:45:55 +00:00
Alena Laskavaia
1307b246eb
[261280] - customization for discovery and proper filtration in ui
2009-01-29 22:11:00 +00:00
Alena Laskavaia
571a64414d
[260771] - applying patch for drag and drop for make targets
2009-01-29 18:46:54 +00:00
Anton Leherbauer
52034c884a
Fix Eclipse 3.5 dependency
2009-01-16 08:04:36 +00:00
Alena Laskavaia
56c5c65d37
[171814] - fixed another typo
2009-01-15 21:01:00 +00:00
Alena Laskavaia
c83ea0d247
[171814] - added checkbox for make name same as target name, patch
2009-01-15 20:19:35 +00:00
Anton Leherbauer
31e004f8cb
Bug 260261 - Makefile syntax highlighting error on comments at multiple lines
2009-01-15 13:35:25 +00:00
Anton Leherbauer
e8260482d9
Bug 244054 - Makefile editor: cannot add bookmarks
2008-12-18 13:44:43 +00:00
Anton Leherbauer
962fa81bd5
Bug 172331 - F3 shortcut does not work in Makefile editor
2008-12-18 13:42:02 +00:00
Anton Leherbauer
2529e886bb
Bug 172331 - Keyboard shortcuts don't work in Makefile Editor, patch by Olexiy Buyanskyy
2008-12-18 13:39:50 +00:00
Anton Leherbauer
941076063d
Bug 253522 - Convert to new message bundle format
2008-11-25 11:01:58 +00:00
Anton Leherbauer
7db7ce6ac9
Update bundle versions
2008-11-24 09:29:32 +00:00
Anton Leherbauer
415ff10013
Code cleanup
2008-11-05 10:26:58 +00:00
Alena Laskavaia
a10ab1f0bf
[236186] - fixing bugs with make targets, contributed by Andrew Gvozdev
2008-07-11 14:26:02 +00:00
Chris Recoskie
7bf1b3fe02
copyrights
2008-06-11 15:50:53 +00:00
Vivian Kong
421cf10687
fix for bug 234912
2008-05-30 19:29:15 +00:00
Oleg Krasilnikov
4e2a3b2bfc
Bug #229327 : CDT help pages for Property Tabs are not accessible
2008-05-13 16:04:05 +00:00
Anton Leherbauer
0ba4cad18d
Fix for 224567: Makefile compare editor uses non fixed width font
2008-04-03 08:57:57 +00:00
Anton Leherbauer
7fde922525
Fix for 194578: NPE when attempting to edit a (new type) Makefile on a remote system
...
Patch by David Inglis
2008-04-02 10:37:56 +00:00
Alain Magloire
15447a0c0b
Cosmetic changes and long time fixes for the Makefile editore.
2008-03-28 15:43:03 +00:00
Ken Ryall
0bb43e91f2
Fix build on Mac OS by removing the specified 1.4 VM and using the default (1.5) instead.
2008-03-27 06:12:56 +00:00
Anton Leherbauer
8f9be92af5
Fix manifest warnings
2008-02-15 10:29:25 +00:00
Anton Leherbauer
f27ad8dfdf
Fix for 186106: The Makefile Editor inserts spaces instead of a tab character
2008-02-06 09:11:27 +00:00