Advice about adding vxml support using plugins
Posted: 17.07.2018 09:21
Hi all!
just found out about that cool text editor and i am wondering whether i can make a set of plugins for vxml editing.
it is basically xml files BUT..
first of all i need code tree to show ID attributes of tags, can i alter the current behavior of code tree or may be i can make my own with a plugin?
i also need i highlighter of currently selected word in whole document. i believe it should be possible with a plugin?
also i need a complex feature of parsing whole folde of vxmls and getting a list of menus and be able to view menu definition in other file, while having its name written in another, like "goto definition" in code editors. would it be possible with a plugin?
and main feature i am wanting to develop - editing almost the same pieces (menus) in different files (up to 30, so splitview is not an option)
the thing is that menu tag in vxml is mostly used and i want to allow selecting some same menus in different files, mark them some how and open popup where user can edit them, but as template, because files can differ in prefixes for variables or ids.
so basically this plugin should edit multiple files from a shown popup. is it possible?
just found out about that cool text editor and i am wondering whether i can make a set of plugins for vxml editing.
it is basically xml files BUT..
first of all i need code tree to show ID attributes of tags, can i alter the current behavior of code tree or may be i can make my own with a plugin?
i also need i highlighter of currently selected word in whole document. i believe it should be possible with a plugin?
also i need a complex feature of parsing whole folde of vxmls and getting a list of menus and be able to view menu definition in other file, while having its name written in another, like "goto definition" in code editors. would it be possible with a plugin?
and main feature i am wanting to develop - editing almost the same pieces (menus) in different files (up to 30, so splitview is not an option)
the thing is that menu tag in vxml is mostly used and i want to allow selecting some same menus in different files, mark them some how and open popup where user can edit them, but as template, because files can differ in prefixes for variables or ids.
so basically this plugin should edit multiple files from a shown popup. is it possible?