April 28, 2024, 07:27:10 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Update 12-26-2011

Started by LarryMc, December 26, 2011, 12:48:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

Finished the code for the Subroutines and Include Files combo boxes that appear in each instance of the code editor window.

Finished code so that user can click subroutine and the editor window will scroll to and select the line that has the subroutine.  Works for SUB, GLOBAL SUB, for SUB blah::blah

Finished code to allow user to select include file.  If the inc file is relative to its parent file it will open it in a new code editor window (if it is not already open in which case it will make it the active window)
If it is relative but not to its parent file it will look for it in the INCLUDE folder and open it if it is not already open.

If it is a non-relative path (full path name) if will load it in a new window.

In all cases where the actual file can not be found the user will be notified of the error.

Attached are two screenshots.

LarryMc
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library