Log of /trunk/gui/gui/inc/TGTextEditor.h
Parent Directory
Revision
48039 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 14 10:32:37 2012 UTC (2 years, 1 month ago) by
bellenot
File length: 4302 byte(s)
Diff to
previous 23115
Move the DataChanged() slot method in the source file, otherwise TQObject::CheckConnectArgs doesn't find it (at least with cling, since it was working with cint...)
Revision
18556 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 23 09:07:27 2007 UTC (7 years, 9 months ago) by
brun
Original Path:
trunk/gui/inc/TGTextEditor.h
File length: 4225 byte(s)
Diff to
previous 15819
From Bertrand:
- Improve TGLVEntry picking for Drag operation
- Use Turl for uri-list format in TGTextView::HandleDNDdrop
- Update file infos in TGTextEditor when a file has been dropped
- Change highlight color in TGTextEditor
Revision
15478 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Tue Jun 20 07:58:33 2006 UTC (8 years, 7 months ago) by
antcheva
Original Path:
trunk/gui/inc/TGTextEditor.h
File length: 4596 byte(s)
From Bertrand:
- new GUI class TGTextEditor
A simple text editor that uses the TGTextEdit widget.
It provides all functionalities of TGTextEdit as copy, paste, cut,
search, go to a given line number. In addition, it provides the
possibilities for compiling, executing or interrupting a
running macro.
This class can be used in following ways:
- with file name as argument:
new TGTextEditor("hsimple.C");
- with a TMacro* as argument:
TMacro *macro = new TMacro("hsimple.C");
new TGTextEditor(macro);
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.