1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

82 commits

Author SHA1 Message Date
Michael Scharf
d038f96ff3 removed warmings and code cleanup 2007-02-02 04:25:13 +00:00
Michael Scharf
cc3f619114 removed warning: created preference initializer 2007-01-31 19:42:35 +00:00
Michael Scharf
3da1864665 make compatible with 3.2 2007-01-31 19:26:57 +00:00
Martin Oberhuber
a10b0e7b59 [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
Martin Oberhuber
26eca8925e [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:28:32 +00:00
Martin Oberhuber
fbd66af4f0 [cleanup] avoid Platform internal access 2007-01-30 20:26:32 +00:00
Martin Oberhuber
be31fcaf8d [cleanup] compiler warnings 2007-01-30 18:06:57 +00:00
Michael Scharf
a5644ed6de reduced compiler warnings 2007-01-30 18:02:25 +00:00
Martin Oberhuber
e71b62c8d1 [cleanup] compiler warnings 2007-01-30 17:59:31 +00:00
Michael Scharf
d533122199 fix for bug 172023: when RXTX library is not installed, a warning is printed to the error log which includes the install instructions 2007-01-29 22:18:50 +00:00
Martin Oberhuber
a31509ca8e Add link to previous versions 2007-01-18 11:54:33 +00:00
Martin Oberhuber
9e62becd1e [170814] avoid excessive sending of resize packets 2007-01-17 18:51:18 +00:00
Martin Oberhuber
8f52495e85 Improved terminal logging 2007-01-17 18:50:22 +00:00
Martin Oberhuber
583749bec5 Switch terminal.serial to using rxtx-2.1 / gnu.io namespace instead of javax.comm 2007-01-17 17:35:56 +00:00
Martin Oberhuber
cd1decc3cf Improve Terminal Logging by quoting characters. Move logs to "eclipselogs" 2007-01-03 11:52:41 +00:00
Martin Oberhuber
95a8de4d41 Workaround [168606]: Revert to default workspace JRE for terminal.serial 2006-12-20 20:43:22 +00:00
Martin Oberhuber
a313f08e4c Fix Terminal Widget Command Context descriptions 2006-12-20 18:42:02 +00:00
Martin Oberhuber
44513bb634 Rev down ssh version again since it is not changed 2006-12-20 18:38:43 +00:00
Martin Oberhuber
69598a4e18 Rev up version numbers for 2.0M4 according to changes in plugins 2006-12-20 18:30:03 +00:00
Martin Oberhuber
4b684c972e Add eclipse_update_120.jpg to RSE SDK and Terminal 2006-12-20 17:03:15 +00:00
Michael Scharf
09f8e0da59 dialog settings uses a new section 2006-12-16 05:33:13 +00:00
Michael Scharf
ce78696d0c bug 168185: [terminal] text entry fields in connection properties should be wider
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168185
Remember the size of the dialog
2006-12-16 05:20:10 +00:00
Michael Scharf
bf7e0820ef bug 168185: [terminal] text entry fields in connection properties should be wider
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168185
2006-12-16 05:12:36 +00:00
Michael Scharf
5b9336c685 bug 168183: [terminal] Exception logged when switching to terminal view for the first time
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168183
removed obsolete stuff
2006-12-16 01:15:54 +00:00
Michael Scharf
dbadd01cfb bug 168183: [terminal] Exception logged when switching to terminal view for the first time
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168183
moved the context and key bindings to the terminal plugin
2006-12-16 01:14:22 +00:00
Michael Scharf
06fe1788dc fixed bug 168183: [terminal] Exception logged when switching to terminal view for the first time
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168183
The contexd ID defined in the plugin.xml was not used in the terminal
2006-12-16 00:56:45 +00:00
Martin Oberhuber
2110d38eec Fix missing copyrights 2006-12-15 19:46:40 +00:00
Martin Oberhuber
bd6017dfab Simplify feature descriptions 2006-12-15 14:00:10 +00:00
Martin Oberhuber
baea3555b0 Fix typo 2006-12-15 13:47:50 +00:00
Martin Oberhuber
cb13dff6b2 Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
Martin Oberhuber
800978bdcc Adding SourceTemplateFeature for Terminal 2006-12-14 21:58:06 +00:00
Martin Oberhuber
5664ab6f2b Add Terminal to Build 2006-12-14 20:05:23 +00:00
Martin Oberhuber
8a9022f1ff Make Terminal View feature optional for SDK 2006-12-14 15:49:03 +00:00
Michael Scharf
ebd56a3b69 fixed out of bounds error on save 2006-12-12 17:58:36 +00:00
Michael Scharf
faa9f5f147 FIXED - bug 165984: [terminal] store view data in memento and not in dialog settings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=165984
2006-12-11 22:15:14 +00:00
Michael Scharf
bbbb6b4070 clarified the comments 2006-12-11 22:14:44 +00:00
Michael Scharf
fd97bbcbc0 telnet connector is called Telnet instead of Network 2006-12-11 22:04:52 +00:00
Michael Scharf
b9a7b43661 cancel the ssh connection correctly (terminate the SshConnection thread) 2006-12-08 05:25:42 +00:00
Michael Scharf
d78bc8b97e log error messagen on extension loading 2006-12-07 20:35:32 +00:00
Martin Oberhuber
e059ef7a3b Get rid of dependency to team.cvs, re-using Preferences directly by Strings 2006-12-07 16:49:38 +00:00
Martin Oberhuber
f82b22249e Support Terminal Ssh Preferences, Proxy, Passphrase and KI authentication 2006-12-07 15:25:50 +00:00
Martin Oberhuber
b1691c603d [167071] use telnet ports that cannot be mapped verbatim 2006-12-07 14:21:29 +00:00
Martin Oberhuber
2629b26966 [167071] use telnet ports that cannot be mapped verbatim 2006-12-07 14:16:24 +00:00
Martin Oberhuber
98faf558cb Switch terminal to standard RSE jdt.core.prefs 2006-12-07 13:43:20 +00:00
Martin Oberhuber
ca49b2458e Fix terminal build.properties for adding about.html 2006-12-07 13:37:18 +00:00
Martin Oberhuber
0eb19686c5 Add README for Terminal widget 2006-12-07 13:26:07 +00:00
Martin Oberhuber
44948e7c66 Generate separate source plugins for each terminal feature. Add install sizes. 2006-12-07 13:04:45 +00:00
Martin Oberhuber
88a0069ece Add .qualifier 2006-12-07 12:41:36 +00:00
Martin Oberhuber
19087e5c5e Fix terminal.ssh version number 2006-12-07 12:35:07 +00:00
Martin Oberhuber
d71dbb8993 Add terminal feature licenses, copyrights, descriptions and sdk-feature 2006-12-07 12:34:16 +00:00