Khan Winter
Khan Winter
This should be fixed with the release of v0.3.5. I'm going to close this, please reopen if it still exists.
> @thecoolwinter is this possible with the new text view? > > Along with tab, `⌘]` and `⌘[` should increase and decrease respectively as well. Yes it is, we'll just...
This is caused by the previous method CodeEdit used for shell integration. We used to modify the user's .rc file and add a script there that only activated when CodeEdit...
> @thecoolwinter I was not able to produce this error? Is it that only users who have installed are affected? This only affects users who installed CodeEdit before version v0.2.0....
I'm going to close this as the error has been fixed for a while now (since the changes mentioned in the comment above).
I think the groundwork is laid for this now like @austincondiff mentioned in #2044 > I wonder if we can default hide interface to true in single file mode and...
Also a custom `NSTextStorage` implementation would allow us to do things like stream files from disk instead of loading them atomically into memory first.
I'd like to keep them separate for that reason and for any files that may not be supported by tree-sitter.
@neilZon with #138 merged opening and scrolling (slowly) should be much faster. There's some issues on the CodeEdit side with opening the file, but it will no longer hang and...
Upon further investigation, it looks like the culprit is more likely `tree-sitter`. Doing some benchmark tests tree-sitter can take 100's of milliseconds to edit very large documents. `NSTextStorage` with attributes...