leointeg icon indicating copy to clipboard operation
leointeg copied to clipboard

Support @wrap

Open boltex opened this issue 4 years ago • 4 comments

Try to implement @wrap similarly to the language syntax coloring mechanics. (May need to modify the server)

boltex avatar Oct 18 '21 00:10 boltex

Made modifications to Leo itself : https://github.com/leo-editor/leo-editor/pull/2326

I also opened an issue with VSCODE for wrap-toggling to be available as option for extension developers when opening & showing a document. instead of only accessible to the user via alt+z : https://github.com/microsoft/vscode/issues/136927

boltex avatar Nov 11 '21 21:11 boltex

Diggin deeper I found this about setting configs with 'in memory' target, which may be used as a 'per opened file/editor' basis : https://github.com/Microsoft/vscode/issues/20675#issuecomment-572930374

boltex avatar Nov 14 '21 07:11 boltex

For now, the server side is done and leoserver.py starting at Leo 6.6 will have this available.

This feature will move forward along with https://github.com/microsoft/vscode/issues/136927

boltex avatar Nov 29 '21 00:11 boltex

I added the 'Help Wanted' tag to encourage leointeg's users to give a thumbs up to this vscode feature request: microsoft/vscode#136927

boltex avatar Nov 29 '21 00:11 boltex

New development and main focus of this feature has now shifted to LeoJS to implement first: will simply mirror the feature in LeoInteg as soon as its implemented in LeoJS: https://github.com/boltex/leojs/issues/112

boltex avatar Jan 21 '24 00:01 boltex