Author Topic: 'Project->Project Props->Open cmds' are imm. executed  (Read 6442 times)

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
'Project->Project Props->Open cmds' are imm. executed
« on: August 16, 2006, 07:21:27 PM »
Hello Slickteam,

is it intended that the commands entered in the 'Project -> Project Properties -> Open' dialog are imm. executed when quittting the dialog (w/ OK) ?
(@see  http://community.slickedit.com/index.php?topic=259.msg1005#msg1005
If this is not a bug, what's the idea behind ?
Kind of verification that the 'Open' cmds are valid ?

I already had some troubles with that and in my opinion it's not the best solution...

HS2

Edited:
I found it, it's not a bug it's a feature :( - but that's easy to 'solve' for me...
But my question about the 'idea' remains the same ...

Code: [Select]
// project.e [v11.01 $Revision: 1.133.2.5 $] - doOK() [line 5663]:
         if (macrosChanged) {
            _project_run_macro2();
         }
« Last Edit: August 16, 2006, 07:28:15 PM by hs2 »