1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
Commit graph

756 commits

Author SHA1 Message Date
Michael Scharf
7fa5d0ab1e bug 206218: [terminal] Terminal instances should use shared colors
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206218
2007-10-13 03:18:46 +00:00
Michael Scharf
fb49a4b183 bug 206219: [terminal] make it easy to invert the terminal colors
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206219
2007-10-13 02:20:08 +00:00
Michael Scharf
19da04c3ec bug 205260: [terminal] The terminal does not take the font from the preferences
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205260
2007-10-13 01:36:50 +00:00
Michael Scharf
e18580df42 bug 206164: [terminal] StringIndexOutOfBoundsException in getSelectedText
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206164
2007-10-12 16:23:41 +00:00
Michael Scharf
29fe824ee1 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
3284e79cbb 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
2fceb87742 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
ff7683de7d 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
ed15760bd9 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
b84df5798a only re-layout hen the parent is visible 2007-10-11 15:25:51 +00:00
Michael Scharf
cb381d72fe don't clean the screen at the end 2007-10-11 15:25:08 +00:00
Martin Oberhuber
edd1e5aaa8 Organize Manifest, throwing out old Telnet String 2007-10-09 15:23:30 +00:00
Martin Oberhuber
bc17809fed Fix unnecessary access warning from Terminal tests 2007-10-09 15:22:33 +00:00
Martin Oberhuber
08ef6ffd08 Fix build.properties for Terminal tests 2007-10-09 15:21:41 +00:00
Michael Scharf
9a1593c2cc make sure to run tests with assertions enabled II 2007-10-09 15:01:05 +00:00
Michael Scharf
35bd7142e1 make sure to run tests with assertions enabled 2007-10-09 14:58:09 +00:00
Michael Scharf
f3b468ac9d fixed tests 2007-10-09 14:48:53 +00:00
Michael Scharf
fab2469938 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
c3f3b3ab7f 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
fcf8a099dd added logging to recursion guard (log at most once!) 2007-10-08 13:21:03 +00:00
Michael Scharf
384a4bd15b 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
a26aaa1e71 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
a6f144f5a5 throttle was saved wrongly 2007-10-05 03:06:10 +00:00
Michael Scharf
05762f33a7 better throttle 2007-10-05 00:06:54 +00:00
Michael Scharf
5453da9558 speedtest improved 2007-10-04 23:56:38 +00:00
Michael Scharf
5adbff1e78 speedtest added 2007-10-04 18:44:59 +00:00
Michael Scharf
576da581b6 merged performance branch into main 2007-10-04 18:38:31 +00:00
Michael Scharf
1ce1fdb18b 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
6858b99c79 remove obsolete code 2007-10-04 17:21:53 +00:00
Michael Scharf
afc9e961b8 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
984dc089d4 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
7277f80257 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
76fd67c2f6 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
4482950496 fixed selection (now shift works to expand the selection) 2007-09-27 20:57:16 +00:00
Michael Scharf
6a8d0159c7 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
3a918ab9eb Rev up terminal serial connector version 2007-09-27 01:30:26 +00:00
Michael Scharf
d4bfcf01e9 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
e969407d60 fixed: when serial port in use, ask if connected terminal should be closed. 2007-09-26 21:17:16 +00:00
Michael Scharf
2ef6949e94 one character of selection is lost when copying 2007-09-19 02:23:09 +00:00
Martin Oberhuber
b650d3043b Merge R2_0_terminal_performance changes 2007-09-19 02:11:40 +00:00
Martin Oberhuber
ed01e4f3c8 [201867] Improve Terminal SSH connection summary string 2007-09-03 15:20:54 +00:00
Martin Oberhuber
7910c3e1f0 [201864] Fix Terminal SSH keyboard interactive authentication 2007-08-31 14:06:02 +00:00
Michael Scharf
b7e56e84b8 fixed build error 2007-08-03 15:40:25 +00:00
Michael Scharf
a5c3b15c07 Initial version 2007-08-03 15:33:15 +00:00
Martin Oberhuber
364b88ed63 [198790] rev up terminal SSH feature versions 2007-08-03 11:22:00 +00:00
Martin Oberhuber
405c61ee63 [198790] make SSH createSession() protected 2007-08-03 10:37:46 +00:00
Michael Scharf
1cd3d6daad put the experimental warning into the javadoc 2007-06-26 04:01:01 +00:00
Michael Scharf
699960aa48 [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
6389731b6f Move from Milestone Update Site to Real Update Site 2007-06-10 22:13:27 +00:00
Martin Oberhuber
3ba1731131 [191305] Fix incorrect handling of errors during terminal connector initialization 2007-06-06 17:37:04 +00:00