May 04, 2024, 02:22:07 AM

News:

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


Update 02-08-2012a

Started by LarryMc, February 08, 2012, 09:35:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

Completed the code for saving bookmarks and reloading them when a file is opened in the IDE code editor.
I tested it with over 120 bookmarks in one file.

I had said previously that I was going to store the bookmarks in *.iwx files.
As it turned out I can't do it with one file extension.

That's because a given filename can have extensions of iwb, eba, inc, rc, asm, and a.
So I will be using:
   iwb     - ixb
   eba     - ixe
   inc      - ixi
   rc       - ixr
   asm,a - ixa

Note: the final IDE will have a CLEANER function which will allow for the removal of un-needed files when an application is finished.  The above ix- files will be added to the list that already contains obj, a, asm, o, obj, and link.
The user will be able to select which file extensions to remove and which to leave.

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