6176
fSekrit / Re: Beta: fSekrit 1.35 for your testing pleasure.
« Last post by f0dder on December 21, 2007, 05:58 AM »Okay, fixed the .exe appending, will be in next beta build ("before christmas"
).
The zero-size export will be fixed once I change the menu item enable/disable code a bit, will also be in next beta build.
I need some other users' feedback on whether text file import should be changed to append rather than replace. Unfortunately, it's built-in behavior to replace, so it's a non-trivial (though possible) change to have it append instead.
Also managed to clean up the source files a bit, less warnings during compile now. No worries, it wasn't anything serious. I promise. Really
Just a bunch of size_t -> smaller type conversion warnings, it's almost pedantic to fix things like that.
).The zero-size export will be fixed once I change the menu item enable/disable code a bit, will also be in next beta build.
I need some other users' feedback on whether text file import should be changed to append rather than replace. Unfortunately, it's built-in behavior to replace, so it's a non-trivial (though possible) change to have it append instead.
Also managed to clean up the source files a bit, less warnings during compile now. No worries, it wasn't anything serious. I promise. Really
Just a bunch of size_t -> smaller type conversion warnings, it's almost pedantic to fix things like that.
Recent Posts
- I guess I should disable save/saveas/export on empty notes. Will have a look.