Based upon the new thread Code Snippets in the B4A forum, have developed (using B4J) a Code Snippet App.
It was something on my ToDo list for a while, so this thread triggered to get it done.
While developing, I explored further B4J features, which are described in the source.
The Code Snippets are stored in a SQLite database. The main window shows a list with the Code Snippet SubName.
For the selected Code Snippet, the description is shown at the bottom of the list.
A toolbar on right side of the listview with functions like create new, update, delete, view code snippets, a popupmenu with export and sort options, settings form, customized listview to select library dependencies, usage of javaobject to insert date time etc in code textarea etc.
Notes
20141130
NEW: Option to view item as Webview or in Itemform
NEW: Set your favorite Item and select using dedicated symbol
NEW: App Stay on Top option
UPD: Toolbar Right Buttons logical order changed
UPD: ConfigForm redesigned layout using Tabs
UPD: Various minor improvements
It was something on my ToDo list for a while, so this thread triggered to get it done.
While developing, I explored further B4J features, which are described in the source.
The Code Snippets are stored in a SQLite database. The main window shows a list with the Code Snippet SubName.
For the selected Code Snippet, the description is shown at the bottom of the list.
A toolbar on right side of the listview with functions like create new, update, delete, view code snippets, a popupmenu with export and sort options, settings form, customized listview to select library dependencies, usage of javaobject to insert date time etc in code textarea etc.
Notes
- Read the readme.txt and the helpfile for more information.
- The source is well commented.
- The designer files format (fxml) is outdated - needs to be replaced with the B4J designer format (bjl).
- The exe and jar files are not included.
- This application has been developed back in 2014 and is not developed further (status 20220518).
20141130
NEW: Option to view item as Webview or in Itemform
NEW: Set your favorite Item and select using dedicated symbol
NEW: App Stay on Top option
UPD: Toolbar Right Buttons logical order changed
UPD: ConfigForm redesigned layout using Tabs
UPD: Various minor improvements
Attachments
Last edited: