From 7762ed80aa5659d6d64bb8dacb80515415b97682 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 19 May 2011 22:31:41 +0000 Subject: [PATCH] 2011-05-20 00:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/idesaveload.prg * turned off MDI mode by default reasons: - MDI is a concept is off the map these days - in MDI mode it's not possible (at least I could not find one) or not easily to disable the "stats" window - in MDI mode it's not possible to disable the editor related toolsbars - in MDI mode the window positions are not kept - it's very confusing as default state even if above are fixed if groups thinks that MDI is the future and it makes HBIDE a much better tool, pls shout. --- harbour/ChangeLog | 14 ++++++++++++++ harbour/contrib/hbide/idesaveload.prg | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 27e039a9bf..2d6032d3d5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,20 @@ The license applies to all entries newer than 2009-04-28. */ +2011-05-20 00:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbide/idesaveload.prg + * turned off MDI mode by default + reasons: + - MDI is a concept is off the map these days + - in MDI mode it's not possible (at least I could not find one) + or not easily to disable the "stats" window + - in MDI mode it's not possible to disable the editor related + toolsbars + - in MDI mode the window positions are not kept + - it's very confusing as default state even if above are fixed + if groups thinks that MDI is the future and it makes + HBIDE a much better tool, pls shout. + 2011-05-20 00:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/idemain.prg % do not force-link _all_ hbqt symbols/components to HBIDE. diff --git a/harbour/contrib/hbide/idesaveload.prg b/harbour/contrib/hbide/idesaveload.prg index 8d99b46323..eeff5a2d04 100644 --- a/harbour/contrib/hbide/idesaveload.prg +++ b/harbour/contrib/hbide/idesaveload.prg @@ -157,7 +157,7 @@ CLASS IdeINI INHERIT IdeObject DATA lCompleteArgumented INIT .f. DATA aAppThemes INIT {} - DATA lEditsMdi INIT .t. + DATA lEditsMdi INIT .f. METHOD new( oIde ) METHOD create( oIde )