--- In [email protected], sgp <acs322...@...> wrote:
>
> I grabbed all updates, and it's brilliant.

lol :D

> 
> Minor point, IMO this code:
> 
> global gvConfig=pprofolder++?"ini_4_notes\"
> if (!gvConfig.validpath)
>   gvConfig=pprofolder
> 
> could be changed to:
> 
> global gvConfig
> if (!gvConfig.validpath)
>   gvConfig=pprofolder++?"ini_4_notes\"

done, but I'll use pprofolder for the distribution.
> 
> because its original intent was to allow for setting gvConfig
> before notemenu.powerpro get loaded. For instance, I set gvConfig
> in a scheduler startup item.

Ok, I'm documenting that. Hopefully will be able to post official
updates in the morning. You will be posting your extensions when
ready, right?

> 
> Have you tried my Ctrl+right-click note stack merge function? Its
> input is a stack of notes. For instance, you could stack all open
> notes with your menu, then rclick the note on top and stack merge
> to get a new note that combines all notes under it.
>

Yes, that worked well. However merge order wasn't completely
predictable, and I managed to include some notes I wasn't expecting
(they were under my web browser window). Still I'm sure if I were
actually trying to merge notes I'd only have the ones of interest
open, so I'll have to remember to use it when appropriate.

Does your "Park All" option work for you?

Regards,
Sheri



Reply via email to