so you are asking for a Vivado lexer, correct?
Or to extend the keywords of Verilog of VHDL lexer? (which, by the way, can be done by yourself using style configurator)
Unfortunately the C# plugin from the website is out dated and not maintained. I don’t know that much about developing in C# but I’d make sure that whatever framework you are building your plugin with that you check to see if that is installed on your machine. I know there are a few C# developers around so maybe they can point you in the right direction :)
I already searched for plugin that implement their own auto-completion, but unfortunatlely, none of them prevent the default autocomp from being displayed :
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.