1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 13:05:22 +02:00
Commit graph

116 commits

Author SHA1 Message Date
Michael Scharf
46c49d37c3 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
54925f0d08 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
Michael Scharf
41f91667e5 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
ea883b0865 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
3e40a63159 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
6277f9c068 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
df7c2da4d3 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
5869dca969 resolved a name conflict on the mac 2007-10-17 22:33:54 +00:00
Michael Scharf
ff95b7a3f8 Do not cache the GC 2007-10-16 14:56:44 +00:00
Martin Oberhuber
0b3547c651 [206363][regression] Terminal shows spurious vertical bars around the cursor on Vista 2007-10-16 12:20:58 +00:00
Michael Scharf
d18c99e50b 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
2dce7a8d96 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
524295c2fa 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
e0c1432aaa 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
51e913592d 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
0114f92c25 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
139e02ecdf 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
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
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
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
25490cd6a2 speedtest added 2007-10-04 18:44:59 +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
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
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
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
016607fa6e [191305] Fix incorrect handling of errors during terminal connector initialization 2007-06-06 17:37:04 +00:00
Martin Oberhuber
f90d5dbafc [174162][api] Move Terminal Telnet Connector into a separate plugin 2007-06-05 12:48:29 +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