Update README.html#9408
Conversation
Closes: apache#9404
neilcsmith-net
left a comment
There was a problem hiding this comment.
Thanks for looking at this. Had forgotten that file existed until recently. Couple of suggestions, but also good to go if you don't want to take them.
| <h3>To uninstall the IDE</h3> | ||
| <p>Deinstallation depends on the way you installed NetBeans.</p> | ||
| <p>If you are using the ZIP distribution just delete the extracted folder and | ||
| you are done.</p> |
There was a problem hiding this comment.
We might not want to say "and you are done" here? Because with most of these options, including installers, you'll still have user and cache dirs in place.
Maybe an additional paragraph?
After removing or uninstalling the IDE you might still have user and cache directories on the system that you may wish to remove (see below).
| used to store your user settings, options and runtime data for personal development | ||
| servers. On Microsoft Windows systems, this directory is generally found at | ||
| <code>C:\Users\</code><i>user-id</i><code>\AppData\Roaming\NetBeans\</code><i>version</i>. | ||
| On Solaris and Linux, this directory is found at |
There was a problem hiding this comment.
Not sure we need Solaris?! 😄 Possibly change title to NetBeans IDE user and cache directories? And maybe add a note before the "On Microsoft Windows..." sentence that the location of both can be found in the Help / About dialog?
|
if the css isn't used for other things, we could also make the font a little larger. |
|
Thanks for comments, updated text and decided to ditch existing CSS and replace with a minimal styling more in line with the current homepage. |
Closes: #9404