-
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
Write a Developer Guide #403
Comments
Undo/Redo Notes The following three (3) conditions need to be met for undo/redo to work on custom segment objects:
|
#420 would probably help the "frequently-used API to help get a person started" part |
I have started to write down some of the stuff which I came across while implementing the custom object support at https://github.com/TomasMikula/RichTextFX/wiki/Developer-Guide-(Draft). |
@afester Thanks for your initial work! We should expand the last part in that draft: |
I wrote more of the |
I've included a page about implementing custom style objects in the guide. |
I think the current SideBar in the Wiki should now replace the Home page on the Wiki. |
I've replaced the Home page with the SideBar in the wiki while also including the link to the 3rd-party rich text editor comparison chart page. I think we should also include a page that explains the dependencies of this project and how to get further information for them.
|
Additionally, we should add a comment about using |
The "Implement custom objects" wiki page needs to be updated due to #590 |
Is this more for maintainer developers (people building from source or contributing) or user-developers? This sounds like it'd be useful but I don't see anything at the draft link above (I guess it's hidden?) I'll be willing to give feedback, if needed, once it's public. I'm partially asking because I'm attempting to build from source, but it hasn't been as simple as a "gradle build" (on Linux). Still trying to determine if it's a local environment issue or not. |
It actually should - what are the error messages you get? Note that the build task also runs the integration tests - do NOT touch the mouse or the keyboard while those tests are running. If that issue persists, please log a new Issue with the errors you are getting, so that we can continue the discussion there. |
More for the developers who will be using this as a dependency in their projects (though some aspects are focused on contributors). Most of what we have so far is either written in the javadoc of the project (which is limited right now and needs to be updated) or in the wiki. I should also update the master list because it is somewhat outdated. |
I'm running Linux Mint with Java 8u141 and Gradle 4.2 and it works fine for me. Another person once had an issue with how the files were encoded, I think. I can't recall the exact issue of the top of my head. |
I'm using Linux Mint 18, Java 1.8.0_131, but gradle says it's 2.10. I'm also using Netbeans with a Gradle plugin. The funny thing is that it ran once (saw the tests running), but now it doesn't even get to that step. After I verify it isn't a local issue, I'll post an issue with what I'm seeing. (I wish Github had a project "forum" section where we could review incidents like this without creating issues which may or may not be legitimate!) For the record, output from Gradle at this moment is showing these two lines over and over until it dies, so something looks very wrong: Edit: sudo apt install openjfx It's a shame Gradle made finding that difficult, once I dumped the error output to a file I could actually see that it couldn't find the javafx packages... (sorry, just a old school Ant guy complaining about change). |
😄 |
Should we add a check for the proper JDK to the gradle build? |
Could you clarify what you mean? Are you talking about adding a gradle task will fail the build unless a specific JDK is used? |
The only two tasks remaining in the master list are
I think Codecs are in some way self-explanatory or are better explained in the javadoc. The frequently-used API is perhaps better resolved in the javadoc. So, for now, I'm closing this issue. As for the JDK check, let's continue that discussion in a different issue. |
Coming from #356, which will complicate matters even more, we need to write a developer guide.
Last Updated: March 18, 2017
Most of the below tasks have been resolved in either the javadoc or in the Wiki
Master TODO List
style
objectSegmentOps
TextOps
Codec
s properly(original comment)
It should address the following issues:
Style
objectThe text was updated successfully, but these errors were encountered: