Well, it looks like I made a mistake here... upon further reading: http://tech.groups.yahoo.com/group/power-pro/messages/29085?threaded=1 credit goes to bruce...
I'm back on this problem. I also tried closing PPro with task manager and on restarting everything works fine. It's really only when PowerPro crashes or...
I just noticed that startup alarms (or any alarms) will not be run when PowerPro configure dialog is open. Does that help? Also, if PowerPro crashes in that...
... That article is on math logic which is not really applicable to day-to-day programming (it is for theoretical computer science). Th udacity courses are...
I am not really sure what you are referring to: I don't both with skins anymore: either using them or looking at the code. That is definitely is one area I...
... fwiw, I did tested both, skin and pcf but saw the same behavior... I just pointed it out, because you mentioned a fix, so I needed to test. However, I've...
I uploaded 4.9p7 earlier to the files section, but have uploaded an improved version, which may work better with plugins not installed by PowerPro. See the...
I had this working at one time but it has stopped working. I selectively go to either Powerpro or Dropbox directory by going to the menu command box and using ...
... I have not had much luck with pipe plugin using Alan's supplied test scripts. I can get single process talking itself to work, but two processes talking to...
Hi all - I am following along here, but am caught up in some sharepoint stuff right now and don't have time for testing. But I'll be back before long......
From a Command List dropdown menu a selection "Notes to Dropbox" is implemented with Note.SetFolder as the command and ("Dropbox path") as the command...
... EndFunction is not really intended as a replacement for quit. Endfunction is intended as a marker for editors which do text folding, eg notepad++. You can...
Reinstalling PowerPro won't help with this situation. There has to be something which is bothering PowerPro. Maybe it is a bug, or maybe something else has...
Does it exist a way to edit individual existing/new hotkey ? I know that i can use the export/import using ini but your configuration dialog is really good for...
Are you trying to edit in pcf file or in ini files For pcf configure key/mouse More Commands: keys {to = pproconf}%w will work for new. To edit, you'd need to...
I want to rebuild the hotkey manager to group by application/context using a tree and edit/add keys using a dialog. I can build a simple dialog that will cover...
Bruce, you don't need a special function in NP++ to create a cold folding routine. You can just put function as your keyword for openfold and ;closefold as...
Actually, Bruce, I did have ;closefold in the npp sytax schema. I agree, however, that endfunction would be better. I never much liked "quit" anyway. But I...
EndFunction should be considered as block marker (like end endif enddo ... ) and not as a control keyword like exit, return, quit. It makes the code more...
I saw that but just assumed that the ; meant comment to Notepad++ and that this was just a hint left over from the original set up template provided by...
Sorry, I did read your original note well. As others have pointed out, think of endfunction like the closing brace in a C or other languages function xxx { ...