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

245 commits

Author SHA1 Message Date
Martin Oberhuber
b587645a9e [cleanup] fix copyright notices for 2008 2008-02-12 23:51:21 +00:00
Martin Oberhuber
b9b3520c38 [cleanup] fix copyright notices for 2008 2008-02-12 22:22:00 +00:00
Martin Oberhuber
40420a8792 [217891][cleanup] Avoid Javadoc warnings due to missing reference visibility 2008-02-05 19:46:59 +00:00
Martin Oberhuber
6935aa8204 Remove Eclipse-LazyStart since no bundle activator defined 2008-02-05 18:50:09 +00:00
Martin Oberhuber
1019afcb51 Fix Javadoc spelling errors 2008-02-05 18:48:47 +00:00
Martin Oberhuber
1fad0e752a [199285][api][breaking] make terminal connector id required again in plugin.xml 2008-02-05 18:00:19 +00:00
Martin Oberhuber
a42bdaef89 Manifest: migrate Eclipse-LazyStart to Bundle-ActivationPolicy 2008-02-01 13:16:09 +00:00
Martin Oberhuber
53eafbe597 [155026] Add hardcoded keepalives for SSH 2008-01-25 12:43:40 +00:00
Michael Scharf
14cb84314f RESOLVED - bug 211659: Add FieldAssist to the terminal input field
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211659
(coments added)
2008-01-22 22:40:51 +00:00
Michael Scharf
7970d553df FIXED - bug 211659: Add FieldAssist to the terminal input field
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211659
2008-01-22 20:24:06 +00:00
Michael Scharf
c9a0fb7e54 RESOLVED - bug 211659: Add FieldAssist to the terminal input field
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211659
2007-11-30 23:51:31 +00:00
Michael Scharf
b660bdcc3a RESOLVED - bug 209746: [terminal] There are cases where some colors not displayed correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=209746
2007-11-15 01:37:41 +00:00
Michael Scharf
27406bb70a bug 189774: [terminal] Ctrl+V does not work in the command input field.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189774
2007-11-14 20:26:13 +00:00
Martin Oberhuber
47965c8123 [209656] ClassCastException in TerminalView under Eclipse-3.4M3 2007-11-14 12:40:45 +00:00
Michael Scharf
30aa2c9998 bug 209665: Need ability to log byte streams from Terminal for debugging
https://bugs.eclipse.org/bugs/show_bug.cgi?id=209665
2007-11-14 06:15:07 +00:00
Michael Scharf
2fdbf8e3e2 call Logger.encode only if logging is enabled 2007-11-14 05:58:57 +00:00
Martin Oberhuber
7a3ca9170a Update Terminal README for RXTX installation as plugins 2007-11-13 14:11:30 +00:00
Martin Oberhuber
4ab535db73 Update Terminal README for new fast implementation 2007-11-13 12:31:34 +00:00
Martin Oberhuber
49404acb05 Rev up plugin and feature versions towards TM 3.0 2007-10-31 18:13:23 +00:00
Martin Oberhuber
bfc803fd98 [208166] Avoid unnecessary arraycopy in BoundedByteBuffer 2007-10-31 00:47:20 +00:00
Martin Oberhuber
0e1dd48e01 [208029] COM port not released after quick disconnect/reconnect 2007-10-30 23:38:06 +00:00
Martin Oberhuber
1d64f9e9bf [207785] NPE when trying to send char while no longer connected 2007-10-30 23:19:13 +00:00
Martin Oberhuber
4bd12882d4 [208145] Terminal prints garbage after quick disconnect-reconnect 2007-10-30 22:38:44 +00:00
Michael Scharf
184f56e1ad NEW - bug 206328: [regression] Terminal does not draw correctly with proportional font
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206328
2007-10-26 05:42:19 +00:00
Michael Scharf
46fcf6c060 FIXED - bug 206328: [regression] Terminal does not draw correctly with proportional font
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206328
patch applied
2007-10-26 05:13:35 +00:00
Martin Oberhuber
a2ca08b5a8 [207158] improve error message when port not available 2007-10-23 13:20:30 +00:00
Michael Scharf
b1d2e6973c bug 206892: [terminal][serial] Incorrect connected state when COM port is owned by another terminal
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206892
fixed the accidentally reversed logic!
2007-10-22 07:35:06 +00:00
Michael Scharf
874b39827f NEW - bug 206883: [terminal][leak] VT100TerminalControl keeps a Job running even after disconnect
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206883
applied patch by Martin Oberhuber
2007-10-22 05:08:24 +00:00
Michael Scharf
a348175717 bug 206892: [terminal][serial] Incorrect connected state when COM port is owned by another terminal
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206892
applied patch provided by Martin Oberhuber
2007-10-22 04:57:11 +00:00
Michael Scharf
bf10b89b78 bug 205186: [regression][mac] SSH Terminal does not paint correctly on OSX
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205186
The correct solution is to Control.redraw(...) the rectangle and to Control.update() to display the results....
2007-10-17 23:18:18 +00:00
Michael Scharf
26abd8a713 bug 205186: [regression][mac] SSH Terminal does not paint correctly on OSX
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205186
2007-10-17 23:05:42 +00:00
Michael Scharf
c52fca1e6e resolved a name conflict on the mac 2007-10-17 22:33:54 +00:00
Michael Scharf
494e3e0027 Do not cache the GC 2007-10-16 14:56:44 +00:00
Martin Oberhuber
8266f8929e [206363][regression] Terminal shows spurious vertical bars around the cursor on Vista 2007-10-16 12:20:58 +00:00
Michael Scharf
42235e4d5e bug 206363: [regression] Terminal shows spurious vertical bars around the cursor when typing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206363
2007-10-16 03:57:30 +00:00
Michael Scharf
60e7a1f2d6 bug 206221: [terminal] The preference setting "Limit terminal output" has no effect
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206221
2007-10-13 03:32:22 +00:00
Michael Scharf
878abc5139 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 03:28:26 +00:00
Michael Scharf
e79b8fce94 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 03:28:06 +00:00
Michael Scharf
3e24a83518 color pref was not set at startup 2007-10-13 03:19:46 +00:00
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