πΏππππ’ππ©ππ€π£
πΏππππ’ππ©ππ€π£
> In previous commits, I solved some problems with namespaces, which inspired me something about this request. > > The most challenging part is to relocate the symbols after source...
All I know of is `TreeView` but it's not multi-column. There are custom controls which you may be able to use.
> Hmm, maybe multi-column is not a must. But drag-and-drop should be the feature your want. If you want multi-column, you could use `ListView`. If you want a tree view,...
@wmjordan in regards to [your problem](https://github.com/wmjordan/Codist/issues/231#issuecomment-1415348943) with uniquely identifying symbols: > The most challenging part is to relocate the symbols after source changes. For code files, types, fields, properties, events,...
@dodexahedron [Spectre.Console](https://github.com/spectreconsole/spectre.console) has a robust cross-platform implementation with VTS support. It's similar to `Terminal.Gui` but is more focused on discrete shell controls. I think its implementation could be used as...
You're welcome. I've worked with VTS myself so I understand how it works to an extent. Here is additional information: - I wrote my own [shell UI ](https://github.com/Decimation/Kantan/tree/master/Kantan.Console) which uses...
It works correctly when using the functions _within_ the original document, just not in any other document. The same is true for using it on the computer software. So it...
I tried it on the latest OS version and the error is still present.
> It works correctly when using the functions _within_ the original document, just not in any other document. The same is true for using it on the computer software. So...
I just developed a fix to both issues: I created a forked version named _**xpy**_ which you can see [here](https://github.com/Decimation/Nspire-Library/blob/master/xpy.py). It works when you import the Python module in separate...