Alexey Melnichuk
Alexey Melnichuk
With the last update, config looks like ``` debugger.pathmap = { {'/usr/share/userverlua/userver/wssp', '../wssp/lua/userver/wssp'}, {'/usr/share/userverlua/userver', '../userverlua/lua/userver'}, } ``` This allows to use the same config on all platforma (Win/Linux) and by...
Sorry I thoght that i unswer on this. Yes I whant only determenistic menu order created by plugins. I think it is quite important
> I was looking for more details on why you think it's needed. I add menu items to popup menu and I use these items quite often. So when I...
May be also add example of how to add not Lua interpreter. E.g. I want add ability to run perl scripts. (not debug but just run) **Update** I update my...
From the [doc](https://docs.wxwidgets.org/3.0/classwx_key_event.html) ``` While both of these functions can be used with the events of wxEVT_KEY_DOWN, wxEVT_KEY_UP and wxEVT_CHAR types, the values returned by them are different for the...
At first, I use Ubuntu 18.04.4 LTS with Gnome shell 3.28.2 on a laptop with the external monitor. I think there 2 separate issues. 1. Command bar - showed on...
I did not investigate it further. Maybe you have some hint to where I can start E.g. how to check `Does ide:GetEditor():AutoCompPosStart() return correct position when the popup is shown`....
Please checkout my [snippets](https://github.com/pkulchenko/ZeroBranePackage/pull/92) plugin Any feedbacks are welcome.
May be is it possible to switch to some other text control, say wxStyledTextCtrl, or even to the scintilla one, but in some restricted mode?
@stuta > It's hard to find a good debugger for VSCode and Luajit. If this could be a plugin in VSCode the I would test it. I working on such...