• Welcome to PlanetSquires Forums.
 

WinFBE on GitHub (July 2, 2016)

Started by Paul Squires, July 02, 2016, 10:44:21 PM

Previous topic - Next topic

Paul Squires

I will upload more source code tomorrow. I am working on a Function List for the editor. I am going to make it somewhat like the ownerdrawn listbox in the JellyFish Editor that displays subs/functions in a multicolumn format. That is a simple an unobtrusive list. I have already written the code that generates a fast linked list of sub/function names and line numbers for each document as it loads in the editor. Using the code I posted earlier that accesses the Scintilla text buffer directly, I was able to create the list extremely fast. That's a good thing because whenever a document is modified and saved then the list for that document will be destroyed and a new one created. That process needs to be lightning fast.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer