1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 20:45:22 +02:00
Commit graph

3623 commits

Author SHA1 Message Date
Martin Oberhuber
210612068c Fix SystemRegistryUI.postEvent() 2007-05-24 10:17:40 +00:00
David McKnight
0905ccf300 [187285] patch to mark the directory shown in the table stale when a new resource is created 2007-05-23 20:24:40 +00:00
David McKnight
4034c5bfca [187736] event handling to check for List not vector 2007-05-23 19:36:30 +00:00
David Dykstal
1d9e074af1 [188718] fixing remote search dialog mnemonics, fixing create remote project strings 2007-05-23 18:47:43 +00:00
David McKnight
a99711b80a [187732] getting a parent from a non-existant file is still important for local 2007-05-23 16:37:45 +00:00
David McKnight
835a63b776 [187732] for refreshing a deleted container - do a requery to make sure we have an uptodate object before determining whether it's a container or not..if it's deleted, it won't have children and we can refresh it's parent 2007-05-23 16:05:35 +00:00
David McKnight
bcf9a1c7b8 [187732] exists checking on query 2007-05-23 16:03:57 +00:00
David McKnight
9e9213cb95 [187732] if file doesn't exist, don't try to get the parent 2007-05-23 16:03:08 +00:00
David McKnight
59c2b899a3 null check on certificates (not sure if this would actually happen but I had made this change a while back) 2007-05-23 16:02:17 +00:00
David McKnight
f5509c3959 [187732]check that attributes aren't null before using them 2007-05-23 14:58:05 +00:00
David McKnight
3703d9ab65 [187732] if the object to refresh is a leaf, refresh it's parent instead 2007-05-23 14:35:36 +00:00
David McKnight
eff8e204e2 [187732] fix hasChildren() so that a non-archive file can't return true for hasChildren 2007-05-23 14:35:02 +00:00
Martin Oberhuber
af76788da1 [186773] split SystemRegistryUI from SystemRegistry implementation, in preparation of UI/Non-UI splitting. This is not an API change. 2007-05-23 14:28:16 +00:00
David McKnight
7edc93c3d8 [188425] check for null selection before attempting to open dialog 2007-05-23 13:25:49 +00:00
Martin Oberhuber
f31cc68a3c [176211][api] Moving SystemHostPool to Core 2007-05-23 12:41:24 +00:00
David Dykstal
edce1e4fe7 [188516] fix handling of accelerators on menu items when generating mnemonics 2007-05-23 00:06:26 +00:00
David Dykstal
2bac427bcd [188159] corrected some layout problems 2007-05-22 23:54:33 +00:00
David Dykstal
73ec321c8c [188463] widened the environment variables dialog just a bit 2007-05-22 23:51:49 +00:00
David McKnight
dd6163b462 [188425] check selection before attempting to open dialog 2007-05-22 21:12:29 +00:00
David McKnight
8ccaf101ec [187737] need to account for hosts in copy and paste actions 2007-05-22 20:46:24 +00:00
Martin Oberhuber
5c025fd25d Organize Imports 2007-05-22 20:34:35 +00:00
Martin Oberhuber
090e32b14e Fix Javadoc 2007-05-22 20:28:06 +00:00
David McKnight
56a587f45e [182403] drag and drop to the scratchpad was not refreshing at all. It used to work but some recent refactoring seems to have broken it. Anyway, this solves that part of the problem. 2007-05-22 20:24:14 +00:00
David Dykstal
089766f081 [188150] Added strings for "move up one level" action for hierarchy operations. Move up in list and move up in hierarchy are translated differently. 2007-05-22 19:42:53 +00:00
David Dykstal
0d4191c560 [188284] add ILabeledObject and exploit in server launchers and property sets 2007-05-22 13:47:46 +00:00
Martin Oberhuber
cc453b444a Fix id of "create remote project" action 2007-05-22 11:17:29 +00:00
David Dykstal
79e57ab60f [188189] externalize strings for "create remote project" 2007-05-22 00:22:09 +00:00
David Dykstal
ccc15bddbc [188183] fix NPE when restoring a subsystem for a nonexistent subsystem config 2007-05-21 23:51:28 +00:00
David Dykstal
41f8b75e9f [187851] removing duplicate entries in properties file 2007-05-21 22:39:51 +00:00
David Dykstal
3acaf2da51 [187860] Mnemonics class rewrite - added ability to use non-latin mnemonics, added policies for mnemonic generation. 2007-05-21 21:45:51 +00:00
Martin Oberhuber
c1d7fbe5f0 [188160] avoid parent refresh if not doing deferred queries 2007-05-21 19:34:29 +00:00
Martin Oberhuber
50f739ec70 Update Javadoc 2007-05-21 19:10:12 +00:00
David Dykstal
d49c58f1af [187608] upating getEntry to getResource. getEntry does not search fragments. 2007-05-21 15:58:20 +00:00
Martin Oberhuber
e5a4e4f455 Update Javadoc 2007-05-21 12:42:15 +00:00
David Dykstal
3577769f43 [cleanup] formating in preparation for bug fixing 2007-05-18 18:31:07 +00:00
David McKnight
0c5a08d8ce [187670] exception in classifier when element is deleted 2007-05-18 15:58:12 +00:00
David McKnight
d6a5819222 [187021] propagating the exception that occurs in a bad query operation 2007-05-18 15:17:51 +00:00
David Dykstal
3a0905f71d [187747] fixed strings on new file and folder wizards 2007-05-18 15:16:07 +00:00
Martin Oberhuber
1519fe42b6 Label Telnet Only as Experimental 2007-05-18 11:39:06 +00:00
Martin Oberhuber
b9c23e6eac Label Telnet Only as Experimental 2007-05-18 11:37:22 +00:00
Martin Oberhuber
07eaaaeb0f [179937] Mark IRemoteCmdSubsystem#getShellEncoding() deprecated 2007-05-18 11:36:21 +00:00
Martin Oberhuber
b4d23ea0c6 [187096] Fix invalid use of Mutex 2007-05-18 10:36:17 +00:00
Martin Oberhuber
4892a31c45 Change display name of ftpListingParsers -> FTP Directory Listing Parsers 2007-05-18 10:27:17 +00:00
David Dykstal
feb24c7ed7 [187608] fix for message file lookup problem 2007-05-18 03:40:24 +00:00
Kushal Munir
d74c44458a [187335] Remove Search from popup menu on Files. The search page is not prefilled with the parent folder path. 2007-05-18 03:06:57 +00:00
Kushal Munir
dd1475a718 [181615] Local Search throws NPE. This happens if the search is on a drive such as C:\ on Windows. 2007-05-18 02:44:19 +00:00
Kushal Munir
58e1c330a1 [179937] [api] New control in property page for connection. Added new API to IHost() to set and get default encodings and to SystemConnectionForm to deal with encoding fields for connection "Host" property page. 2007-05-18 00:53:52 +00:00
David McKnight
000f9f0413 shell refresh needs to be on main thread 2007-05-17 19:36:42 +00:00
David Dykstal
a148f884d7 [187647][api][breaking] add properties capabilities to persistence providers so that they can be told where to store their data. 2007-05-17 18:50:15 +00:00
Martin Oberhuber
bb59761f3c Add display name for ftpListingParsers extension point 2007-05-17 06:21:57 +00:00