1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
Commit graph

302 commits

Author SHA1 Message Date
Michael Scharf
27b1f002ea UNFINISHED (does not work as expected) - bug 205486: [terminal] create a switch for scroll locking
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205486
2007-10-11 20:20:51 +00:00
Michael Scharf
36ae768f63 UNFINISHED (does not work as expected) - bug 205486: [terminal] create a switch for scroll locking
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205486
2007-10-11 20:00:56 +00:00
Michael Scharf
e48c0ba278 bug 205879: [terminal] clicking into the terminal creates a selection of one character
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205879
The user has to drag at least one character to make a selection
2007-10-11 16:42:39 +00:00
Michael Scharf
74215bde26 bug 205879: [terminal] clicking into the terminal creates a selection of one character
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205879
2007-10-11 16:30:42 +00:00
Michael Scharf
c7a377406d helper method added to be used in "New Detail Formatter.." in the debugger variables view 2007-10-11 15:39:20 +00:00
Michael Scharf
e4e7a45b2a only re-layout hen the parent is visible 2007-10-11 15:25:51 +00:00
Michael Scharf
ee9c1f6531 don't clean the screen at the end 2007-10-11 15:25:08 +00:00
Martin Oberhuber
4cd66774b4 Organize Manifest, throwing out old Telnet String 2007-10-09 15:23:30 +00:00
Martin Oberhuber
780f1149c4 Fix unnecessary access warning from Terminal tests 2007-10-09 15:22:33 +00:00
Martin Oberhuber
883cbc3930 Fix build.properties for Terminal tests 2007-10-09 15:21:41 +00:00
Michael Scharf
3f72eabcb1 make sure to run tests with assertions enabled II 2007-10-09 15:01:05 +00:00
Michael Scharf
e9f1fd274f make sure to run tests with assertions enabled 2007-10-09 14:58:09 +00:00
Michael Scharf
94ad453a01 fixed tests 2007-10-09 14:48:53 +00:00
Michael Scharf
0f9ca60727 bug 205772: [terminal] crash on linux (division by zero)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205772
2007-10-09 01:12:11 +00:00
Michael Scharf
c96b764980 bug 205679: [terminal] Before the terminal is connected, the cursor and scrollbar are wrong
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205679
2007-10-08 21:12:57 +00:00
Michael Scharf
ab379497f4 added logging to recursion guard (log at most once!) 2007-10-08 13:21:03 +00:00
Michael Scharf
3880e531ab bug 205443: [terminal] Workbench terminal view refresh problem between perspectives
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205443
2007-10-08 04:15:46 +00:00
Michael Scharf
064f9aad7b 199285: [terminal][api] id is optional to not break API
https://bugs.eclipse.org/bugs/show_bug.cgi?id=199285
2007-10-05 13:01:02 +00:00
Michael Scharf
249a6c3753 throttle was saved wrongly 2007-10-05 03:06:10 +00:00
Michael Scharf
4888031daf better throttle 2007-10-05 00:06:54 +00:00
Michael Scharf
bd392c36c6 speedtest improved 2007-10-04 23:56:38 +00:00
Michael Scharf
25490cd6a2 speedtest added 2007-10-04 18:44:59 +00:00
Michael Scharf
e0ac61bfdc merged performance branch into main 2007-10-04 18:38:31 +00:00
Michael Scharf
a4699ff8ef bug 205393: [terminal] terminal causes stack overflow
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205393
2007-10-04 17:51:44 +00:00
Michael Scharf
a6bab8287c remove obsolete code 2007-10-04 17:21:53 +00:00
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