-
Notifications
You must be signed in to change notification settings - Fork 289
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
[REFACTORING] Improve Hedy Editor interface #4435
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
fe22b9d
change properties to functions
jpelay 722204e
changing getvalue method to property
jpelay 5003613
adding isReadOnly property
jpelay 140e261
remove trim trailing white space from interface
jpelay ff4bf73
correct spelling
jpelay 7b09385
Update app.ts
jpelay e8c6e75
add constructor to class
jpelay 8685728
adding editor types
jpelay 646be8e
indentation
jpelay b788e6e
remove property and method from generic interface
jpelay 88ced94
make hedy editor an event emitter
jpelay e87eb15
Merge branch 'main' into improve-interface
jpelay a4d6c85
Delete editor-markers.ts
jpelay a20235d
addint types definiton to on function of editor interface
jpelay 683f54c
updating comment
jpelay 9eca1af
passing editor as parameter in the attachMainEditor function
jpelay 2088465
change function name
jpelay ef23c71
remove unncesary if
jpelay 515f2d7
uses editor to handle read mode
jpelay be5b01d
undo changes to messages
jpelay 1d38739
deleted reference to window.Range and reinstaurated trimTrailingwhite…
jpelay 10e0da5
Merge branch 'main' of github.com:hedyorg/hedy into improve-interface
jpelay a9e379f
fix ask variable
jpelay 5f86852
javascript files
jpelay 0165ffb
Merge branch 'main' of github.com:hedyorg/hedy into improve-interface
jpelay 58719e6
Merge branch 'main' into improve-interface
mergify[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh, this is the "debugger", isn't it?
What's the issue with it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is the skip line feature. It had a weird problem where if 2 different programs in different sessions where being executed at the same time and both had errors, they had their errors mixed up. We already have a fix for this in #4414, but we decided to wait a few weeks and keep testing before shipping it.