Log of /branches/Eiffel_57_docking/Src/Eiffel/interface/new_graphical/commands/eb_delete_class_cluster_command.e
Parent Directory
|
Revision Log
Revision
59163 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 24 16:21:42 2006 UTC
(13 years, 6 months ago)
by
tedf
Original Path:
trunk/Src/Eiffel/interface/new_graphical/commands/eb_delete_class_cluster_command.e
File length: 9600 byte(s)
Diff to
previous 58325
Enhanced memory management. Detected and handled some codes that caused memory leaks.
Two places remaining:
1. Toolbar button pixmap related. 4 TUPLE [INTEGER, INTEGER] increase after open and close a window.
2. ESTUDIO_DEBUG_CMD always keep a reference to a recently open window even when the window has been closed. (Debug menu is disabled for the moment, this will be fixed in later commit)
Revision
58144 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 10 18:36:33 2006 UTC
(13 years, 8 months ago)
by
patrickr
Original Path:
trunk/Src/bench/Eiffel/interface/new_graphical/commands/eb_delete_class_cluster_command.e
File length: 9509 byte(s)
Diff to
previous 58068
display which target we are consuming assemblies for
added force_rebuild possibility needed if we want to force a rebuild during the next compilation
also display precompiles in classes tree
allow removal of empty groups/sub folders from classes tree
keep order of targets when we print them out again because this order is important for the extension of targets
added some more contracts to the configuration system
fixed a bug if we had an overridden class where the original class was changed but not the overriden and we still recompiled the class
Revision
58068 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 6 22:32:47 2006 UTC
(13 years, 8 months ago)
by
patrickr
Original Path:
trunk/Src/bench/Eiffel/interface/new_graphical/commands/eb_delete_class_cluster_command.e
File length: 9512 byte(s)
Diff to
previous 58051
update file_date of libraries if we reparse
store project file if configuration has changed
class_by_name of groups doesn't need a platform/build anymore, as only groups that where enabled have classes set
fixed a bug where we got the old lace from the project file instead of updating the new one
implemented group/subfolder removal in classes tree
CLUSTER_STONE has now a path in addition to the group which is used to specify a subfolder of a cluster
some refactoring of the class tree
Revision
58051 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 5 21:02:26 2006 UTC
(13 years, 8 months ago)
by
patrickr
Original Path:
trunk/Src/bench/Eiffel/interface/new_graphical/commands/eb_delete_class_cluster_command.e
File length: 8538 byte(s)
Diff to
previous 58027
-speed improvement for first compilation, don't check suppliers of unchanged classes if the compilation has not started yet
-changed read_only behaviour for groups in libraries. They are readonly unless the library is specified directly in the application target and is not read only there.
-added accessible_classes and accessible_groups which return the same information that class_by_name is working on
-added some more conditions in CONF_BUILD_VISITOR to protect against assembly problems.
Revision
56447 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 5 12:39:02 2006 UTC
(13 years, 11 months ago)
by
jfiat
Original Path:
trunk/Src/bench/Eiffel/interface/new_graphical/commands/eb_delete_class_cluster_command.e
File length: 7215 byte(s)
Diff to
previous 53864
+ Deeply refactored the debugger's component.
- Tried to distinguish the graphical part from the pure debugger's part.
- reduced the number of dependence to the debugger, by using DEBUGGER_MANAGER as
main debugger interface. (and EB_.. for specific graphical part)
- Redesigned location of debugger's data to be more logical
(i.e: putting the dbg session's data, inside APPLICATION_STATUS object
which is alive only during the dbg session .. and so on)
- added notion of on_application_before_resuming, .._before_launching
+ better use of process_events_and_idle, now use refresh_now as often as possible, and avoid calling idle actions in the code.
+ fixed potential issue on setting the split position for the debugger's tools.
+ minor improvements in how we use the debugger's interface and data.
+ cleaned useless inheritance, and unused code.
+ cosmetic
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.