B4A Class-Explorer

Cadenzo

Active Member
Licensed User
Longtime User
This is not another library, but a freeware, I developed for windows, that can provide a better understanding for all the great librarys (using the XML-Files).

It shows:
  1. List of librarys
  2. List of Classes in an library
  3. List of members in a class
  4. List of parameters in a classmember

It also helps to unzip new downloaded libraries. In future it could be possible, to translate all the descriptions (xml comment-tags, which you also can see in the intelli-sence of the B4a-IDE) in other languages.

Feedback is always welcome, but don't be too critical, because I am a clarinetist, not a software developer ;-)

(I know, my english could be better)
 

Attachments

  • screenshot1.JPG
    screenshot1.JPG
    91 KB · Views: 388
  • screenshot2_1.jpg
    screenshot2_1.jpg
    71 KB · Views: 339
  • screenshot3.JPG
    screenshot3.JPG
    78.5 KB · Views: 324
  • ClassExplorer.zip
    139.9 KB · Views: 323

Cadenzo

Active Member
Licensed User
Longtime User
You can switch the path of libraries (main or additional, after configuring the additional path) in the selectbox on top of the form.

The unzip-function at first extract the folder (same name and same parentfolder like the zip-file). Then it looks recursiv into all subfolders and copy xml and jar-file into the addlib-folder only, if there are both files with the same name in the same folder.
 

susu

Well-Known Member
Licensed User
Longtime User
Thank you Skrjabin. Is there a way to make colors for the code (example code..) ?
 

Cadenzo

Active Member
Licensed User
Longtime User
Code, written between the <code> ... </code> html-tag has as default its own font. To give it a special color could be realised in a css-file. But not with more then one color (like red keywords).
 

gulliver

Member
Licensed User
Longtime User
Very pretty.
Put in the folder tools.
Thanks Scriabin.
 

Cadenzo

Active Member
Licensed User
Longtime User
That's possible, that there are problems with special characters (as '+') in the folder-path. I could improve it with an encoding in the next version.
 
Top