-
Notifications
You must be signed in to change notification settings - Fork 236
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
What should be in the 0.7 release and ReadMe Updates #259
Comments
Here's a note that tracks the things to update in new release: ReadMe
Edit: these were removed for the following reasons:
Javadoc
|
Hello, |
Maybe 2-3 weeks? I'm hoping to finish resolving the last issue before that, but I don't want to give any guarantees. |
I'm fine with making a pre-release (alpha, beta, milestone, RC, whatever...). For that, I first need to make a (pre-)release of Flowless 0.5. I still don't believe that the clones + undo issue can be solved satisfactorily by RichTextFX, so it is more important to me to give users enough control to customize the undo behavior. |
That's true... Users of this library will have different use cases that prevents a one-size-fits-all solution. |
At the same time, those who don't want to use clones won't be negatively affected by the current issue and I'm guessing that there's a larger majority that want a release with the bug fixes than those who want the undo issue fixed. |
Since RichTextFX can't satisfactorily solve the clones + undo issue, should it even be supported? If we did create a basic non-linear undo, how many developers would actually use it as opposed to designing their own? |
for me, you can do it (basic non-linear undo). Somebody can improve this Le mer. 11 mai 2016 19:42, JordanMartinez [email protected] a
|
The ReadMe has been updated with all the items on the todo list and the remaining issue in the bugs to fix was closed due to being outside the scope of this project. Rather than make a list of other things to do before the |
0.6.10
was released on Oct 12. 4 months later, we've made the following changes to RichTextFX since that release:ScrollPane
aspect ofStyledTextArea
from the actual area itselfCharacterHit
(so can determine which character is at point x, y)EditableStyledDocument
EventHandlers
toEventHandlerTemplates
onSelectionDrop
to override default handling when moving a selection elsewhere in the area.With the numerous issues still open, what should be included in the
0.7
release and what should be postponed until0.7.1
?Edit: Include WellBehavedFX experimental code
Edit 3/16/16: Exclude #252 as it's no longer relevant. Added checkboxes.
Of the issues we have, I think the following should be included in the
0.7
release:WellBehavedFX
experimental InputMap API for setting default UI handlers that can be overridden (see the last few comments of [SNAPSHOT] Regression: setting key pressed event handler results in silently discarding all key events with non-printable codes #257 after it was closed)Edit 9/7/16: Removed ideas for
0.7.1
releaseThe text was updated successfully, but these errors were encountered: