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

177 commits

Author SHA1 Message Date
Michael Scharf
37f90eb1eb bug 196456: [terminal] Multiple Terminal Instances should be distinguishable
https://bugs.eclipse.org/bugs/show_bug.cgi?id=196456
2007-10-04 04:51:06 +00:00
Michael Scharf
f87d3d8141 bug 205389: [terminal] null pointer exception when opening a view
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205389
2007-10-04 04:46:30 +00:00
Michael Scharf
ae203509de bug 205385: [terminal] Use system property to switch to old implementation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205385
2007-10-04 03:34:00 +00:00
Michael Scharf
2ad64ddcdd bug 199285: [terminal][api] TerminalConnector ID should be mandatory in plugin.xml
https://bugs.eclipse.org/bugs/show_bug.cgi?id=199285
2007-10-03 01:05:11 +00:00
Michael Scharf
3dafd57026 fixed selection (now shift works to expand the selection) 2007-09-27 20:57:16 +00:00
Michael Scharf
a0cde25ac6 bug 204794: [terminal] StringIndexOutOfBoundException when selecting text and doing right-click
https://bugs.eclipse.org/bugs/show_bug.cgi?id=204794
check for negative column and do not copy in that case
2007-09-27 12:33:45 +00:00
Martin Oberhuber
6a54ad79e1 Rev up terminal serial connector version 2007-09-27 01:30:26 +00:00
Michael Scharf
53be336cfa Serial terminal now allows to specify a port manually (e.g. to access virtual devices that are not found by the port scan) 2007-09-26 23:00:19 +00:00
Michael Scharf
48a344793d fixed: when serial port in use, ask if connected terminal should be closed. 2007-09-26 21:17:16 +00:00
Michael Scharf
9c65d5876a one character of selection is lost when copying 2007-09-19 02:23:09 +00:00
Martin Oberhuber
89a03bcb5a Merge R2_0_terminal_performance changes 2007-09-19 02:11:40 +00:00
Martin Oberhuber
4517021a75 [201867] Improve Terminal SSH connection summary string 2007-09-03 15:20:54 +00:00
Martin Oberhuber
ebd3a5ab05 [201864] Fix Terminal SSH keyboard interactive authentication 2007-08-31 14:06:02 +00:00
Michael Scharf
3942b1f006 fixed build error 2007-08-03 15:40:25 +00:00
Michael Scharf
e940279c31 Initial version 2007-08-03 15:33:15 +00:00
Martin Oberhuber
3660ff71e9 [198790] rev up terminal SSH feature versions 2007-08-03 11:22:00 +00:00
Martin Oberhuber
80c67c5af6 [198790] make SSH createSession() protected 2007-08-03 10:37:46 +00:00
Michael Scharf
60ba3dc3b9 put the experimental warning into the javadoc 2007-06-26 04:01:01 +00:00
Michael Scharf
135be9c970 [192999] Terminal will crashes eclipse.exe when it received too many lines.
Now the limits in the terminal buffer lines preferences take effect
2007-06-20 13:40:04 +00:00
Martin Oberhuber
76ae94228d Move from Milestone Update Site to Real Update Site 2007-06-10 22:13:27 +00:00
Martin Oberhuber
016607fa6e [191305] Fix incorrect handling of errors during terminal connector initialization 2007-06-06 17:37:04 +00:00
Martin Oberhuber
b8aea32ae8 [168291] Send terminal type "ansi" to jsch in order to fix scrolling in Terminal. This requires Eclipse 3.3RC3. 2007-06-06 17:35:35 +00:00
Martin Oberhuber
73bd0b6c03 [168291] Require jsch-0.1.31 2007-06-06 16:36:32 +00:00
Martin Oberhuber
6c8f8258d5 [189269] Add version range specifiers with all plugin dependencies. Make features require plugins. Avoid Discovery require RSE. 2007-06-05 19:46:41 +00:00
Martin Oberhuber
dd11f2359c [releng] Generate source plugins instead of features for Terminal SDK 2007-06-05 14:19:48 +00:00
Martin Oberhuber
30d5479e4f Fix Terminal Serial description to refer to RXTX rather than javacomm 2007-06-05 13:37:16 +00:00
Martin Oberhuber
9988220bab [IPBug:1565] Update epl-v10.html to cleaned-up simplified version 2007-06-05 13:23:27 +00:00
Martin Oberhuber
ae9c95cb2f [cleanup] Update Copyrights 2007-06-05 12:51:06 +00:00
Martin Oberhuber
f90d5dbafc [174162][api] Move Terminal Telnet Connector into a separate plugin 2007-06-05 12:48:29 +00:00
Martin Oberhuber
e8f1e5e923 [cleanup] Fix Terminal SSH Feature Copyright Dates 2007-06-05 12:47:09 +00:00
Martin Oberhuber
d03243be99 Restore apostrophe instead of ’ in license.html in order to be the verbatim notice.html 2007-06-04 16:09:55 +00:00
Martin Oberhuber
1b80c1f839 [189543] Fix feature licensing for Europa 2007-06-01 12:58:47 +00:00
Michael Scharf
7f123847a5 [189818] Terminal View : Connection Settings, Telnel and SSH : Time out value does not have unit specified. 2007-05-30 02:55:34 +00:00
Martin Oberhuber
a924ffced5 Update about.html date for Europa 2007-05-29 20:30:45 +00:00
Michael Scharf
521f6a5a41 [188939] All terminal connections fail if RXTX is not available
I did quite some refactoring:
- I added ITerminalConnectorInfo
- ITerminalConnectorInfo still returns a proxy to ITerminalConnector to deal with lazy initialization.
- ITerminalConnector.isInstalled, getName and getId have been removed
- ITerminalConnector now has a new initialize() method that can throw an Exception. This exception should have a localized massage that can be (and is) displayed in a dialog when something goes wrong.
- If a ITerminalConnector has initialization problems, it is not shown in the terminal  settings dialog for that connection
2007-05-26 04:15:43 +00:00
Martin Oberhuber
0768e55d9d Adapt legal info for BoundedByteBuffer 2007-05-26 03:02:11 +00:00
Michael Scharf
7073302564 Logger logs errors to eclipse error log 2007-05-26 02:06:42 +00:00
Michael Scharf
cc9068c724 [188939] All terminal connections fail if RXTX is not available 2007-05-25 00:07:16 +00:00
Martin Oberhuber
f687d1e8e4 Update Copyright Dates 2007-05-24 14:53:28 +00:00
Michael Scharf
77ef9307f8 comment cleanup 2007-05-18 15:03:07 +00:00
Michael Scharf
284c70914e make TerminalConnectionProxy private 2007-05-18 13:22:03 +00:00
Martin Oberhuber
51366b66f2 [182698] Register TM Update Site as Discovery Site 2007-05-18 12:09:30 +00:00
Martin Oberhuber
906cb6bee7 Mark provisional API package as x-internal, according to http://wiki.eclipse.org/index.php/Provisional_API_Guidelines 2007-05-17 20:13:13 +00:00
Martin Oberhuber
17e8b8d9ee Add TODO comment for assembling terminal Title with NLS String 2007-05-17 06:08:12 +00:00
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
Martin Oberhuber
bf55e1b690 Fixed another accidental change of a String 2007-05-16 07:56:22 +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
08da7ba1b3 [186134] [api] Mark Terminal API as provisional 2007-05-15 23:13:57 +00:00
Michael Scharf
ca1d643e1a [186134] [api] Mark Terminal API as provisional 2007-05-15 22:48:40 +00:00
Martin Oberhuber
ccd8f4b3ae Fix comment header boundary 2007-05-07 12:53:33 +00:00