Ekopalypse
Ekopalypse
I do not know what "command" you are referring to but to make something permanent you usually create a script and name it `startup.py`. It must be called startup.py and...
No, the startup.py that is supplied with the plugin must remain. The "user" startup.py must be created in addition. the setProperty function must be called for both editor instances ```python...
No, this is a Lexer property that you want to set. This must be done differently. You need to register a callback for bufferactivated and then set the property. This...
getBookMarkID is available now, can this be closed?
Ah, ok - so this is only available with a recent PS3 version, I see ...
... looks like the MS way. Offer a new product with new features to attract users for beta testing :-D
I wouldn't call this a bug, it does what it is supposed to do, which is to terminate the running program, which in this case is Npp. It may not...
> Those commands are supposed/meant/defined to terminate Python, not N++... So I don't see why people good at Python would think terminating N++ is expected. > IMO, the natural expectation...
> I don't understand why you (and others) try to cover it up or defend it, instead of acknowledging, so that a solution will be found, in time. I'm not...
> I'll go on a limb here, ... I don't think so. Concurrent access to a memory area is always the same challenge, whether it's from a thread or a...