0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 13 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ODT reading in Java is ..... tricky; I can't figure it out.. More... almost 15 years ago
I'm trying to add .odt support for Linux/Windows. Allegedly someone has made some Java code for this . . . (http://opendocumentfellowship.com/resources/dev_tools#java - specifically 'ODF Utilities"). But now I can't figure out how to import this guys code, as it isn't a JAR . . . UGGG this is the most irritating sort of problem. Let me know if you can figure this out! More... almost 15 years ago
commenting update; 10.5 supports .odt and .docx files via textutil More... almost 15 years ago
Fixing some spelling errors and removing an unecessary .toLowerCase() call More... almost 15 years ago
Updated code for Java 5 to remove most of the compiler warnings. I fixed most of them properly, but just suppressed the ones that we'd never fix anyway. There are still a few warnings left, but those involve variables that Eclipse claims are never read. Probably should have Jack look into those. More... almost 15 years ago
Now finds the end of a sentence where it comes outside, rather than only side quotes. Ex: "test". now marks the end of a sentence. More... almost 17 years ago
moving help.html's location and updating help.html More... almost 17 years ago
removed 'in.' as that is more commonly the end of a setence than an abbreviation More... almost 17 years ago
adding the option to count colons as sentence enders (disabled by default) More... almost 17 years ago
added an extra comma More... about 17 years ago
update to reflect recent progress More... about 17 years ago
The setSize wasn't working in Java 1.3 More... about 17 years ago
simple 'About' flesh pane More... about 17 years ago
used with FleshHelp More... about 17 years ago
Adding simple 'About' window for the non-Mac users - and it gives the Mac users the URL and whatnot, and keeps the 'Help' menu from looking so empty ;-) More... about 17 years ago
slight content tweak More... about 17 years ago
Minor bug fixes; added explinations for FKGL and FRES More... about 17 years ago
Save As... works properly now More... about 17 years ago
'Help' is now F1 for non-Macs More... about 17 years ago
'Command + W' now closes the currently focused window More... about 17 years ago
updating the font size More... about 17 years ago
removing some commented out code More... about 17 years ago
Scraping some of the ugly off of the in-application Help page More... about 17 years ago
Making sure Help 'Command+?' events are caught More... about 17 years ago
HTML is slightly better More... about 17 years ago
Making sure Command+? works in all places More... about 17 years ago
Very basic help that needs a bit of a tweat content wize, and A LOT of help ugly wise More... about 17 years ago
Updating minimize behavior; still not right, as everything gets minimized, but it is on track More... about 17 years ago
Make sure the OS X version keeps a Menu Bar More... about 17 years ago
implementing a very basic help menu. It needs some..help..to not be so ugly More... about 17 years ago