Bug #212

TheIDE: SaveLoadPackageNS(false), SaveLoadPackage(false) applying

Added by Sender Ghost over 12 years ago. Updated over 12 years ago.

Status:ApprovedStart date:12/08/2011
Priority:ImmediateDue date:
Assignee:Miroslav Fidler% Done:

100%

Category:IDESpent time:-
Target version:-

Description

Fixing of issue #139 introduced new sel argument for SaveLoadPackageNS and SaveLoadPackage functions.
Mainly, to disable selection of package items inside these functions, if selection will be done after.
Example:

int i = filelist.GetCursor();
int s = filelist.GetSbPos();
SaveLoadPackage(false);
filelist.SetSbPos(s);
filelist.SetCursor(i);

I propose to use such functions with sel = false argument, where such situation exists.

212_uppsrc.diff Magnifier - The diff file to apply for uppsrc directory (2.21 KB) Sender Ghost, 12/08/2011 09:49 PM

History

#1 Updated by Sender Ghost over 12 years ago

  • File 212_uppsrc.diffMagnifier added
  • Status changed from New to Patch ready
  • % Done changed from 0 to 100

#2 Updated by Miroslav Fidler over 12 years ago

  • Priority changed from Normal to Immediate

#3 Updated by Miroslav Fidler over 12 years ago

  • Status changed from Patch ready to Approved

Patch applied, thank you.

Also available in: Atom PDF