1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00
Commit graph

36 commits

Author SHA1 Message Date
Michael Scharf
9ac1f1845e [186136] [terminal] Terminal activates extensions too early
Now the plugins are activated only when they are really needed:
- when a connection is made
- when the user selects the connection in the settings dialog
2007-05-16 20:38:23 +00:00
Michael Scharf
af8965d1f1 [186134] [api] Mark Terminal API as provisional Fixed some accidental changes of strings 2007-05-16 00:25:58 +00:00
Michael Scharf
ca1d643e1a [186134] [api] Mark Terminal API as provisional 2007-05-15 22:48:40 +00:00
Martin Oberhuber
6ad5c774d7 Fix Copyright Year 2007-05-07 12:33:00 +00:00
Michael Scharf
808665d9f4 [183901] Make the remote-to-terminal communication use an OutputStream
Added TerminalInputStream that provides an OutputStream for connections to write to.
The reading from the input stream is done in Runnables that are called from the Display thread. The time the runnable uses is limited. If data is available a new runnable is posted to the display thread.
2007-05-04 22:00:45 +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
Uwe Stieber
92320907ab [fix] remove non-standard net.sourceforge.metric.builder from project settings 2007-04-03 10:57:14 +00:00
Uwe Stieber
7f9be5d877 [fix] remove non-standard net.sourceforge.metric.builder from project settings 2007-04-03 10:51:32 +00:00
Michael Scharf
8e6cb9781b [174955] Terminal should go to "disconnected" state when typing "exit"
Simplified the read loop and check for InterruptedIOException...
2007-02-27 04:35:53 +00:00
Martin Oberhuber
de7d109aa0 [175245] spell out feature neames for Europa site 2007-02-23 10:54:54 +00:00
Martin Oberhuber
8966310924 Rev up version numbers according to recent refactorings (making stuff internal, systemTypes and subsystemConfigurations extension point) 2007-02-21 22:19:32 +00:00
Martin Oberhuber
31c4b30bcb [cleanup] update copyright year 2007 2007-02-15 10:28:32 +00:00
Martin Oberhuber
f6f19182d7 [cleanup] update copyright year 2007 2007-02-15 10:01:26 +00:00
Michael Scharf
51f924d27f Fixed the neming scheme to use tm.internal.terminal instead of tm.terminal.internal 2007-02-15 05:38:15 +00:00
Michael Scharf
be9d2cfd1b remove obsolete method 2007-02-15 05:21:39 +00:00
Michael Scharf
df030c023f added bin to cvsignore 2007-02-08 23:50:39 +00:00
Martin Oberhuber
856228b794 [refactor] tm.terminal.ssh --> tm.internal.terminal.ssh 2007-02-08 17:40:54 +00:00
Martin Oberhuber
db5d48507d [cleanup] Export all packages, mark internals with x-internal (PDE Tools: Organize Manifests) 2007-02-08 17:36:28 +00:00
Martin Oberhuber
d9654b70c8 [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
Martin Oberhuber
0448185c85 [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:28:32 +00:00
Martin Oberhuber
a90292215f [cleanup] compiler warnings 2007-01-30 17:59:31 +00:00
Martin Oberhuber
479e74ee2c [170814] avoid excessive sending of resize packets 2007-01-17 18:51:18 +00:00
Martin Oberhuber
dedb502a51 Rev down ssh version again since it is not changed 2006-12-20 18:38:43 +00:00
Martin Oberhuber
307ce06ce2 Rev up version numbers for 2.0M4 according to changes in plugins 2006-12-20 18:30:03 +00:00
Martin Oberhuber
f39a739c3d Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
Michael Scharf
f19c85aded cancel the ssh connection correctly (terminate the SshConnection thread) 2006-12-08 05:25:42 +00:00
Martin Oberhuber
047d99fa77 Get rid of dependency to team.cvs, re-using Preferences directly by Strings 2006-12-07 16:49:38 +00:00
Martin Oberhuber
9cda4a05af Support Terminal Ssh Preferences, Proxy, Passphrase and KI authentication 2006-12-07 15:25:50 +00:00
Martin Oberhuber
f5e7dae7ac Switch terminal to standard RSE jdt.core.prefs 2006-12-07 13:43:20 +00:00
Martin Oberhuber
209b7830ba Fix terminal build.properties for adding about.html 2006-12-07 13:37:18 +00:00
Martin Oberhuber
06a9119c12 Fix terminal.ssh version number 2006-12-07 12:35:07 +00:00
Martin Oberhuber
173795e905 Add about.html to terminal plugins 2006-12-07 11:07:43 +00:00
Martin Oberhuber
9d59d4087a [cleanup] fix terminal copyright headers and beautify 2006-12-07 10:26:20 +00:00
Michael Scharf
300953d6e5 build fixed 2006-12-07 02:52:27 +00:00
Michael Scharf
ab27dfc05b fixed warnings and set 1.4 execution environment 2006-12-07 02:43:54 +00:00
Michael Scharf
9cf56ceee9 initial version 2006-12-07 02:40:58 +00:00