Replacing the procedure parser with a tree gadget.

Working on new editor enhancements?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by NIN.

Among other things, I am trying to replace the procedure browser with a tree gadget displaying includes, functions, etc. However, I can't seem to make the tree display anything.

The other way I was thinking about doing it was to have a bunch of buttons for constants, procedures, includes, etc., like how DBPro does it.

The first step is to figure out how and where the procedure browser is getting resized, and how to control it. Any thoughts?