Log of /trunk/gui/gui/src/TGTextEditor.cxx
Parent Directory
Revision
48992 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 28 15:26:26 2013 UTC (21 months, 3 weeks ago) by
rdm
File length: 41670 byte(s)
Diff to
previous 48039
From Lifeng Sun:
The attached patchset fixes a bunch of typo in the source:
0001-succes-success.patch
0002-preceed-preced.patch
0003-informations-information.patch
0004-childs-children.patch
0005-avaliable-available.patch
0006-writeable-writable.patch
0007-comand-command.patch
0008-unkown-unknown.patch
0009-wierd-weird.patch
0010-wheter-whether.patch
0011-unecessary-unnecessary.patch
0012-splitted-split.patch
0013-registerd-registered.patch
0014-recieve-receive.patch
0015-processsing-processing.patch
0016-ouput-output.patch
0017-mutiple-multiple.patch
0018-lenght-length.patch
0019-interupted-interrupted.patch
0020-independant-independent.patch
0021-inconsistant-inconsistent.patch
0022-expresion-expression.patch
0023-explicitely-explicitly.patch
0024-enviroment-environment.patch
0025-deafult-default.patch
0026-continous-continuous.patch
0027-completly-completely.patch
0028-commited-committed.patch
0029-choosen-chosen.patch
0030-backgroud-background.patch
0031-auxilliary-auxiliary.patch
0032-authentification-authentication.patch
0033-appropiate-appropriate.patch
0034-an-other-another.patch
0035-environement-environment.patch
0036-targetting-targeting.patch
0037-suppported-supported.patch
0038-paramater-parameter.patch
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: 41671 byte(s)
Diff to
previous 43733
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
43733 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 13 13:43:16 2012 UTC (2 years, 9 months ago) by
bellenot
File length: 41426 byte(s)
Diff to
previous 42790
Make sure we disconnect from the gApplication->Terminate(Int_t) signal when closing the window (should fix crash in the stressGUI app)
Revision
42790 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 25 13:28:42 2012 UTC (2 years, 11 months ago) by
bellenot
File length: 41328 byte(s)
Diff to
previous 41891
Stay in the current (working) directory when using "File -> Save as..." from a canvas or from a text editor (as the file dialog changes the current directory). This solves the bug #90474: When savin a TCanvas from Canvas Window the current working directory in python shell get's changed (https://savannah.cern.ch/bugs/?90474)
Revision
38125 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 17 20:11:36 2011 UTC (3 years, 11 months ago) by
bellenot
File length: 41059 byte(s)
Diff to
previous 33875
- Add a "Close" menu entry
- Properly ask the user to save the currently opened file (if modified) when trying to open a new file
- Moved the IsSaved() part of the code in the LoadFile() method, to make sure it works also the text editor is used as a plugin in the browser
Revision
25914 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 22 09:44:05 2008 UTC (6 years, 3 months ago) by
bellenot
File length: 40587 byte(s)
Diff to
previous 23115
TGFrame.cxx, TGSplitter.cxx:
- Allow to properly save splitter primitives
TGTextEditor.cxx:
- Remove unused frames instead of just unmap them
(solve problem with SavePrimitive)
Revision
20634 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 4 08:55:06 2007 UTC (7 years, 2 months ago) by
brun
Original Path:
trunk/gui/src/TGTextEditor.cxx
File length: 40707 byte(s)
Diff to
previous 20620
From Bertrand:
- Fix a problem reported by Sergey Linev:
When I work with new browser and edit text file, it
ask to save modified file when browser is closed.
If I press "Yes" or "No", everything is ok, but if
I press "Cancel", I get segmentation violation.
Same is happening, if I press "Yes", but in file
dialog press "Cancel".
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/src/TGTextEditor.cxx
File length: 39091 byte(s)
Diff to
previous 17379
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
15487 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 20 13:17:48 2006 UTC (8 years, 7 months ago) by
antcheva
Original Path:
trunk/gui/src/TGTextEditor.cxx
File length: 30172 byte(s)
Diff to
previous 15480
From Bertrand:
TGTextEdit widget:
- Added Ctrl+Home and Ctrl+End key handling.
- Added a protection in HandleDoubleClick in case of empty text.
TGTextEditor:
- Fixed alignment of shortcut names.
- Added shortcut for Compile, Execute and Interrupt menu entries.
- Fixed a type casting problem on Solaris and MSVC8.
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/src/TGTextEditor.cxx
File length: 29285 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.