Michael Scharf
c0580c4fe0
[181868] Terminal does not use the font set in the preference after restart of eclipse
2007-04-11 16:38:30 +00:00
Michael Scharf
572bf57a40
[173730] [terminal] Provide an optional input line editing field for dumb remote systems
...
- created an interface ICommandInputField with 3 methods: createControl,dispose and setFont.
- concrete class CommandInputFieldWithHistory creates a Text widget and keeps a history
- ITerminalViewControl has [sg]etCommandInputField. If null no input field is shown.
- TerminalView got new action TooggleCommandInputField
- TerminalView uses concrete class CommandInputFieldWithHistory and saves history in memento.
The idea is that all handling and widget creating is done in ICommandInputField. New fancy implementations with incremental search, history pop-up, history manager etc just have to implement ICommandInputField. Or enhance CommandInputFieldWithHistory...
2007-04-11 16:31:57 +00:00
David McKnight
6cfb4e0fba
[180994] I still can't reproduce this problem but Martin pointed out that the ClientUpdateHandler is not finishing on disconnect. I've fixed that here by making sure that finish calls notifyAll().
2007-04-11 13:01:17 +00:00
Uwe Stieber
bf9cf5a671
[sync] Add proper group markers to the toolbar groups. Re-used the context menu group markers for easier orientation
2007-04-11 08:45:09 +00:00
Michael Scharf
966efba4b2
use SWT beep instead of AWT!
2007-04-11 01:37:32 +00:00
Michael Scharf
4ea9553ee3
[174313] Terminal View leaves empty, unscrolled space in the Terminal Widget
2007-04-10 22:31:08 +00:00
David McKnight
f6e7310a3a
[176603] connect(IProgressMonitor, boolean forcePrompt)
2007-04-10 16:26:03 +00:00
Martin Oberhuber
e321ca933f
Release potential fix for [180994] so we get a new dstore server for testing
2007-04-10 13:38:53 +00:00
David McKnight
97e60bc916
[180994] I can't reproduce this problem but there was a locking problem recently discovered in version 7 RSE. I've put the fix here although I can't be sure if it fixes the problem Dave D and Martin are seeing.
2007-04-07 20:24:48 +00:00
Martin Oberhuber
b17abac910
Release for 2.0M6: [170916] [plan][efs] Fix and improve the RSE EFS integration. Implement childInfos() to get info about all children at once, rather than calling fetchInfo() for each child which would mean network access for each child. This is a big performance improvement.
2007-04-06 21:32:22 +00:00
Martin Oberhuber
c968891174
Add doc reminder
2007-04-06 21:30:09 +00:00
Martin Oberhuber
574d0e2f51
Update build notes and download index for 2.0M6
2007-04-06 21:19:32 +00:00
Martin Oberhuber
dfb8eb5e10
Update build notes and download index for 2.0M6
2007-04-06 21:15:36 +00:00
Kushal Munir
c7642d11a5
[170916] [plan][efs] Fix and improve the RSE EFS integration. Implement childInfos() to get info about all children at once, rather than calling fetchInfo() for each child which would mean network access for each child. This is a big performance improvement.
2007-04-06 17:04:14 +00:00
Kushal Munir
5577903f02
[170916] [plan][efs] Fix and improve the RSE EFS integration. Remove unnecessary implementation of local file cache.
2007-04-06 16:19:26 +00:00
Martin Oberhuber
447c0b0d87
Release for I20070406-0930: [170916] Simplify EFS to use handles where possible; [175341][nls] Add NLS strings for tmMilestoneUpdateSite in features; [170916] get rid of separate EFS feature; [181394][contributed] Fix incorrect elements shown below filters;
2007-04-06 13:28:44 +00:00
Martin Oberhuber
f3435b0150
[181394][contributed] Fix incorrect elements shown below filters by fixing getAbsoluteName() of filter and pool references to include context
2007-04-06 12:56:24 +00:00
Martin Oberhuber
eedb7b4c9c
[cleanup] update javadoc
2007-04-06 12:42:15 +00:00
Martin Oberhuber
3fc8103b84
[170916] get rid of separate EFS feature and download, moving EFS plugin and functionality into org.eclipse.rse.core
2007-04-06 12:29:24 +00:00
Martin Oberhuber
875e32a5cc
[175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite
2007-04-06 12:09:48 +00:00
Martin Oberhuber
d4881b58d7
[180874] progress dialog when creating remote project
2007-04-06 11:31:58 +00:00
Martin Oberhuber
8022c9712d
SSH Tracing: add filename to getFile
2007-04-06 10:07:26 +00:00
Martin Oberhuber
c013e2aede
SSH Tracing: add filename to getFile
2007-04-06 10:04:42 +00:00
Martin Oberhuber
f5e4eca250
SSH Tracing: add filename to getFile
2007-04-06 10:04:06 +00:00
Martin Oberhuber
4da778ed1b
Release [170916] Simplify EFS to use handles where possible
2007-04-06 09:56:35 +00:00
Kushal Munir
b0cd9eb3e0
[170916] [plan][efs] Fix and improve the RSE EFS integration. Simplify the implementation and get rid of URI to filestore caching which is unenecessary and dangerous.
2007-04-06 04:56:25 +00:00
Martin Oberhuber
822e369485
Release for I20070405-1830: [181197] avoid refresh event for file transfer when create event already sent; [181222] prevent null set on SaveAsForm; [180602] [api] Remove remaining messages for Communications Daemon; [181222] for SystemResoruceSelectionInputProvider (used by file dialog) the initial connection should be set; [150939] added readOnly attribute to IProperty; [cleanup] make IRSEDOMExporter & IRSEDOMImporter internal, add package.html; [180091] Use handles to fix EFS project on workbench startup
2007-04-05 22:08:11 +00:00
Kushal Munir
1c629b9a94
[180091] EFS project fails to open on workbench startup. Now only return a handle on workbench startup instead of trying to connect. This means that an EFS project will be closed on workbench startup. The user will have to right click on the project and select Open Project.
2007-04-05 20:47:43 +00:00
David Dykstal
a20092ebdf
[cleanup] make IRSEDOMExporter & IRSEDOMImporter internal, add package.html
2007-04-05 19:28:07 +00:00
David Dykstal
cafd9f15eb
[150939] added readOnly attribute to IProperty
2007-04-05 18:51:14 +00:00
David McKnight
092ed936f3
[181222] for SystemResoruceSelectionInputProvider (used by file dialog) the initial connection should be set
2007-04-05 17:00:18 +00:00
Kushal Munir
7d4bb4f754
[180602] [api] Remove Communications Daemon and associated classes. Get rid of all associated messages and F1 help as well.
2007-04-05 16:46:45 +00:00
David McKnight
364077fab3
[181222] prevent null set when there is not initial file name (SaveAsForm appears to have expected an initial file name).
2007-04-05 16:40:35 +00:00
David McKnight
8dcbb6ec39
[181197] only need to fire a create event for file transfer operations. The additional refresh was redundant and causes the problem of the monitor getting cancelled since two jobs end up doing the same thing
2007-04-05 16:22:38 +00:00
Martin Oberhuber
cec805307d
[cleanup] update javadoc
2007-04-05 16:01:26 +00:00
David McKnight
1ba9a8256e
[181069] can't do a query to get context for saving shell states. Need a new API for IRemoteCommandShell to getContextString() so that a query can be avoided at this point.
2007-04-05 15:48:58 +00:00
Martin Oberhuber
a718276754
Release for I20070405-1200: [179184] changed preference name to DEFAULT_PERSISTENCE_PROVIDER; [181069] getContextString() for saving shell states; [175686] Get rid of Platform CVS Dependency; [177882] Fixed PropertyFileProvider for garbling of CJK characters
2007-04-05 15:48:56 +00:00
David Dykstal
9f181bbfcf
[177882] Fixed PropertyFileProvider for garbling of CJK characters.
2007-04-05 15:17:31 +00:00
Martin Oberhuber
69e3611f4f
[175686] Get rid of Platform CVS Dependency: Configure SSH through new IJschService and Prefs
2007-04-05 15:14:15 +00:00
David McKnight
8af84a782b
[181069] can't do a query to get context for saving shell states. Need a new API for IRemoteCommandShell to getContextString() so that a query can be avoided at this point.
2007-04-05 14:56:22 +00:00
David Dykstal
3b85d3f712
[179184] changed preference name to DEFAULT_PERSISTENCE_PROVIDER
2007-04-05 13:54:08 +00:00
Martin Oberhuber
55973c21f9
[cleanup][180606] put subclassing info javadoc into a separate paragraph
2007-04-05 09:41:10 +00:00
Martin Oberhuber
9b04251b0b
Release for I20070405-0600: [177530] [ftp] passive mode control in wizard; [180994] clean up environment miner variables; [181006] asynch exec job to avoid endless looping of dstore shell; [179184][api] Default Persistence Provider Preference; [180642] make test scripting internal; [166339] deprecating getVendorAttributes and setVendorAttributes; [150931][api] added setDescription() method; [181112] NLS missing messages in Security Prefs Page; [181066] NLS missing messages with DAEMON and Shells
2007-04-05 09:09:20 +00:00
Martin Oberhuber
2e12ffc72f
[181066] NLS missing messages with DAEMON and Shells
2007-04-05 08:17:51 +00:00
Martin Oberhuber
e3425deafb
[181112] NLS missing messages in Security Prefs Page
2007-04-05 08:09:09 +00:00
David Dykstal
0c5ccb71c1
[150931][api] added setDescription() method.
2007-04-05 03:02:14 +00:00
David Dykstal
c1fd138673
[166339] deprecating getVendorAttributes and setVendorAttributes
2007-04-05 02:32:10 +00:00
David Dykstal
8c8e37df5c
[180642] make test scripting internal
2007-04-05 02:20:16 +00:00
David Dykstal
eac0923a01
[142806] Touched up preference handling for default persistence provider. No api changes in this commit.
2007-04-05 02:03:34 +00:00
David McKnight
9cb7bd0227
[181006] schedule job to do asynch exec rather than directly do asynch exec
2007-04-05 00:33:21 +00:00