Menu

BookSnippets / News: Recent posts

Fixed Renaming Book Title Bug

Here's an important update, please download this instead.

Fixed Issue: When renaming a book title, it deletes or adds duplicates.

I've also added a new feature that imports epub files (no DRM), but please use it with caution since it's still in beta.

Please send me your feedback of any problems you encountered. Thank You!

Posted by Fernando Cuevas, Jr. 2013-11-13 Labels: epub import book title rename bug fix

Added README text in Files folder

Hi, everyone! I've added a readme text in the Files tab. It contains dependencies, requirements and installation instructions.

Thanks!

Posted by Fernando Cuevas, Jr. 2013-11-11 Labels: readme installation requirements dependencies instructions

How to Backup BookSnippets Database in Macs Using the Binary App

-Right-Click on the app using Finder
-Choose Show Package Contents
-Go to Contents->Resources and copy the BookSnippets.sqlite and paste it somewhere safe.
To Restore:
Just copy your backup BookSnippets.sqlite and paste it on the Contents->Resources directory

Posted by Fernando Cuevas, Jr. 2013-10-31 Labels: backup sqlite booksnippets book snippets mac mavericks

Mac Binaries v1.5

Hi! I've packaged the sourced code into a binary for intel macs. It is located in BookSnippets for Mac folder under Files. (Mac OS X Mavericks is supported)

Thanks!

Update I removed the Mac binary since it's not working on some systems. Please download the source files instead and follow the README.txt on the Files tab. The user manual is included in the source file (zip) in HTML format.

Thanks!

Posted by Fernando Cuevas, Jr. 2013-10-26 Labels: mavericks python binary files

Bugfix: Undo / Redo Framework

Hi, everyone! My, it's been awhile. I've updated the BookSnippets Project and fixed the undo/ redo function using a framework in Python, and also fixed the cut, copy, paste, and you can now add text to the snippet box when Browsing and edit from there. Whew!

By the way, the latest version is v1.5 in .zip file

Thank you for supporting me!

Posted by Fernando Cuevas, Jr. 2013-10-25 Labels: bug fixes undo redo framework

Undo/Redo bug fix

When there are no current item selected, it produces object not found error. This is fixed by creating class member variables. Also, added that fixes bug in undo/redo.

Posted by Fernando Cuevas, Jr. 2010-03-02

Undo/Redo bug fix

Just fixed undo/redo when add/edit buttons not clicked. "index out of range error."

Posted by Fernando Cuevas, Jr. 2010-02-18

Undo/Redo Feature

Just added Undo/Redo Feature when adding or editing on the text browser. Enjoy!

Posted by Fernando Cuevas, Jr. 2010-02-17

Pop-up Menu

Just added Cut, Copy and Paste pop-up menu.

Posted by Fernando Cuevas, Jr. 2010-02-10

scrollbars

Just added scrollbars to listboxes. Tip: You can scroll down, up using the mouse wheel.

Posted by Fernando Cuevas, Jr. 2010-02-04

code clean-up

Just cleaning up the code. Added some docstrings, renaming functions according to PEP 8 coding style.

Posted by Fernando Cuevas, Jr. 2010-02-02

exception handler

Just updated the program, uses more specific exception handling like database and tcl errors.

Posted by Fernando Cuevas, Jr. 2010-01-24

Exception Handler

Just added string exception handler in ErrorHandlerExceptions. This could be improved by using class exceptions.

Posted by Fernando Cuevas, Jr. 2010-01-21