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.
This commit is contained in:
Viktor Szakats
2011-05-19 22:31:41 +00:00
parent c176358aca
commit 7762ed80aa
2 changed files with 15 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 )