Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug for clas Studio and class TextBox #459

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Fixed bug for clas Studio and class TextBox #459

merged 2 commits into from
Apr 23, 2024

Conversation

point32
Copy link
Contributor

@point32 point32 commented Apr 21, 2024

For class TextBox in project Myra:
Now cursor won't refresh while user is typing
For class Studio in project MyraPad:
Fixed bug that when you Type '<' after a Xml tag such as '<Panel', the code editor will Insert '' before '>' but not after '>'
Before: '<Panel>'
Now: ''
But there are still several bugs in Studio.cs, like: auto indent don't works correctly.
Added class StringExtensions.

@rds1983 rds1983 merged commit b1a7fa1 into rds1983:master Apr 23, 2024
1 check passed
@rds1983
Copy link
Owner

rds1983 commented Apr 23, 2024

Thanks @IampointZy!
You can do the indentation by using Format Source command(either press Ctrl+F or click Edit/Format Source).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants