Some things small for the version 5 wish list
 1-6  7-26  27-46  47-48

Previous
Next
 From:  Michael Gibson
12055.47 In reply to 12055.46 
Hi Frederick,

re:
> - Also not add the backup files to the recent file list.

There isn't any way currently to not have the file get added to the recent file list, but I will set up a way to do that.

The way it will work is by giving an option to the incrementalSave() and saveAs() calls.

So in IncrementalSaveSuffix.js line 51 where it currently has:
code:
moi.geometryDatabase.incrementalSave();

you would give it the option to not put it on the recent files list by giving it a 'nomru=true' option like this:
code:
moi.geometryDatabase.incrementalSave( 'nomru=true' );


And on line 70 in IncrementalSaveSuffix.js where it currently has:
code:
moi.geometryDatabase.saveAs( path_with_suffix );

you would do this:
code:
moi.geometryDatabase.saveAs( path_with_suffix, 'nomru=true' );


- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  fcwilt
12055.48 In reply to 12055.47 
Hi Michael,

We need a way to make donations to your company.

I would jump on that in a heartbeat.

PayPal makes it easy for me as I can setup recurring payments.

Something to think about.

Frederick
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages:  1-6  7-26  27-46  47-48