Hello H-B,
if PythonScript has been already installed, then a simple script could do the job.
Place the cursor where you want to add the uuid and execute the following script.
In addition the ToolBucket plugin has such functionality, be aware that the
version which plugin manager knows isn’t the most recent one.
This can be found here.
I should explain more it edited the line in the right positions but from the wrong side, in mixed Arabic English lines when I won’t to edit an Arabic word it will start writing from the right Col but from the left side not the right one
Thanks for the answer and yes, I’m aware of that workaround, as well the Analyse Plugin, which is not highlighting the matching patterns in result panel.
I just thought that default feature could be made more customizable, since right now notepad++ is easily one the more user friendly and more complete text editors around (even under Linux there’s no such match). But of course this is up to developers.
Hi
Thanks, I am using a different strategy to achieve how to know when to store the changes back into the DB.
I save as a file locally when I open the data from the database. (I did this anyway so the Tab Caption would have the correct name and to do comparisons with what is in the DB)
I save the local file again every time the user saves to the DB
I listen to the notification NPPN_FILEBEFORESAVE and save the data to the database. (user click the Save icon etc)
So if the user closes the application or a file that NPP knows needs saving and NPP asks if the user wants to save then the save is also stored into the DB.
Relax, guys. OP’s only wondering whether such would be possible, perhaps before attempting to implement it himself as an optional plugin.
The main reason i see lots of people jizzing their pants over Sublime Text is that it looks nice. I prefer the superior feature suite of Notepad++ but agree that ST’s Monokai and tabs look better than Npp’s.
Hi Martin,
from my understanding this needs to be handled by the scintilla component
or you have to define your own user defined language using builtin UDL.
@dail Problem is fixed - I believe it had to do with false implementation of folding… In any case I cannot reproduce this anymore, so I think it’s plugin specific.
Honestly you can probably use whatever you want as long as the user has the correct runtime/redistributable etc installed. Notepad++ is currently built with VS2013 but that doesn’t mean you have to use that in particular.