BookReader & eLibrary & stuff
Have been doing some serious code cleaning recently, fixing an age old link problem that had been preventing all of my software compiling with the multithreaded DLL versions of the C++ run-time libraries.
It was all down to a single stupid #pragma directive ticked away in a header file, which was actually excluding the required LIB file [although there was no obvious sign that this is why the lib was not linking properly — and I’d forgotten it was even possible to do that with #pragmas]. I think I added the directive years ago to avoid some MFC link error… clever me.
Now that I can finally link my software against the DLL runtime libraries, I can shave between 50 and 90K off the average executable size… but I probably won’t bother since it will be at the expense of a new DLL dependency. Still, it’s nice to get it sorted and at least have the option.
*
BookReader is in the process of getting UTF-8 support, which is a nice thing, and I’m testing a version of eLibrary which uses the aforementioned index files now available from Gutenberg.
*
JujuEdit… soon soon soon… I’ve got to get some new user configuration options in there; The damn thing doesn’t even have the standard Tools->Options property page, with everything still handled using sub menus with checkable items. Yuk.
March 24th, 2005 at 9:08 am
Been using JujuEdit as my default Windoze editor. Any plans to make syntax highlighting work for PHP?
BTW, JujuEditor opens fast! Good app.
March 24th, 2005 at 10:25 am
Ta :)
Next release will definitely have PHP support, although in the future I want to make it easier for people to add/tailor their own syntax/color configurations.
April 20th, 2005 at 7:30 am
Any news on jujuedit update? Like Scott, I use it as my default windows editor too.
April 20th, 2005 at 12:42 pm
I’ve got contract work at the moment, so that’s my current excuse for tardiness.
BTW See latest post for a little more info on JujuEdit…