trdm
trdm
> Currently it is not possible but would be desirable to have this functionality in the future. I suggest that you give access to the editor with the promotion of...
> Lua is already embedded in the application. Not saying this is a long-term solution but it at least gives a bit of programmatic control over the application. Any other...
> Even if it did support JS this application is just way too different than Notepad++ to make the scripts compatible. The underlying framework is totally different. Plugin [jN](https://github.com/sieukrem/jn-npp-plugin) provides...
I found the implementation of such a request to the editor+QtScript in the editor of Kate. Here is the implementation: https://github.com/ssj-gz/emscripten-kate/tree/emscripten-kde/part/script К сожалению у меня Windows и я не смог...
> But I did not get the point how text_en which steps are necessary to make the localization. Maybe an example of cfg and next steps could help me to...
``` var gHelpWindow = null; //var strDoc = ' '; // done function openHelp() { var rv = ''; var strDoc = ''; if(gHelpWindow) { return; } var option =...
Остальные файлы погибли вместе с винчестером. тебе нужно будет самому их генерировать. вот пример: https://coderanch.com/t/116549/languages/dtree
> @sieukrem @trdm Can you help to check how to integrate the dtree lib into the jn-npp-plugin, I have tried but cannot get the right method. да не нужно, у...
 [mytest.zip](https://github.com/sieukrem/jn-npp-plugin/files/6238664/mytest.zip) z_dtree_exam.js - кидаешь в %Notepad++\plugins\jN\jN\includes\% А в нем в function dtree_exam() настраиваешь путь к своим файлам. У меня так: vPath = 'E:\\Projects\\www\\jNpp\\mytest\\dtree\\'; только есть геммогой. Когда выполнена команда...
А как заставить docable сразу навигировать на локальный файл (без фреймов) я еще не разобрался. :(