Felix
Felix
Support remote file opening to stabilize usage from connections coming from outside of 'localhost'. For now, LeoInteg "open-file browser" is just vscode's utility 'open-file-dialog', that offers to choose locally. A...
In welcome/settings webview: similar to hover commands interface preview. When the config changes, have the text be previewed over the png background of the statusbar, along with switching to the...
Indicator stays 'on' when the last editor is closed and focus falls in the 'empty' zone.
Testing the new typing devel branch, found a single seemingly small typing issue in leoserver ``` File "c:\prog\leo-editor\leo\core\leoserver.py", line 312, in ask if self.yesno_all_time + 3 >= time.time() and self.yesno_all_answer:...
🐞 bug report ### Description Pressing delete in the middle of an input field using a mask leaves the cursor one character too far to the right. ## 🔬 Minimal...
Use the new toolkit for webview to redo the find panel and settings panel: ### Webview UI Toolkit for Visual Studio Code[#](https://code.visualstudio.com/updates/v1_61#_webview-ui-toolkit-for-visual-studio-code) The [Webview UI Toolkit for Visual Studio Code](https://github.com/microsoft/vscode-webview-ui-toolkit)...
Your naming convention for the delay (in millisecs.) which you called frequency is semantically wrong. Frequency is literraly the inverse of delay.
I am going to assign this to 6.7.6 (for now) so that it doesn't interfere with leoJS. Specifically, that the intermediate node has to be empty for sub menus to...
This was fixed recently in Leo itself - so this is probably between the interaction of LeoInteg and leoserver.py
https://github.com/total-typescript/advanced-patterns-workshop/blob/84bdf1fd4cf070f6ffc5213e24f9176468ea7423/src/02-globals/08-add-to-window.problem.ts#L19 This last part is missing from the problem's tests at the bottom. (It's visible in the solutions video and in the problem's description on the side. ``` it("Should not...