TreeEdit - Powerful Tree Note Editor

Woinowski

Active Member
Licensed User
Longtime User
Thanks to the new Version 6.0 I dare to publish my application TreeEdit - before, the performance did not convince me.

TreeEdit is a powerful Tree Note Editor with the following key features:
  • Organize your notes in a tree of (theoretically :)) unlimited size
  • Powerful search and replace functions
  • Fully featured copy & paste functions
  • Powerful and flexible user interface for portrait and landscape modes
  • Large desktop interface

TreeEdit is also interesting from a developer point of view:
  • See how to attach information to a TreeView node which is more than the text
  • Find an example for a Tree Iterator (similar to Java Iterators) on a TreeView - forward and backward
  • Have a look at the flexible auto layout for portrait and landscape mode
  • Enjoy a nice trick to get a bigger desktop version from the same sources

In the attached zip (now Version 1.02)you find:
  • Setup for the device
  • Compiled desktop version including all requires libraries
  • Sources and icon
  • Licence information (README and EULA)
 

Attachments

  • TreeEditRelease_V1.02.zip
    270.5 KB · Views: 845
Last edited:

Woinowski

Active Member
Licensed User
Longtime User
Version 1.0 has two severe bugs

No 1: Cannot correctly save files with more than one root node (will be resolved soon)

No 2: Paste does not work properly, if text to be pasted contains an CRLF

Corrected version will be delivered soon
 
Last edited:

Woinowski

Active Member
Licensed User
Longtime User
Bugs fixed - here is Version 1.01

A third bug was fixed: "File/Recent Files" behaves correctly after "File/New" (unchecked first entry).

See first post in this thread for the new version.
 
Last edited:

Woinowski

Active Member
Licensed User
Longtime User
Version 2.0 beta with printing on desktop

Attached you find the version 2.0 beta source with the completely new feature for flexible printing and rtf export (on the desktop).

It also fixes a bug in the Tree Iterator (which does not negatively affect behaviour of Version 1.02, but anyhow).

Tab order on the form is a mess, please see this thread:

http://www.b4x.com/forum/showthread.php?p=8511#post8511
 

Attachments

  • TreeEdit_2.0_beta.sbp
    82.3 KB · Views: 601
Top