Welcome Guest. Please Login or Register. Apr 1st, 2018, 03:58am
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. We apologize Conforums does not have any export functions to migrate data. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
Reload File On Active
« Thread started on: Mar 13th, 2014, 8:58pm »
I was wondering if you could make the editor have an option to reload the file on activate if it detects the file has changed.
This would be handy because I don't actually write my code in LBB because it doesn't have syntax coloring. So I could have it up in another editor and just have it reload every time I switched back to LBB.
I was wondering if you could make the editor have an option to reload the file on activate if it detects the file has changed.
Hmm, that would need thinking about. I don't believe I've come across any other applications which work that way.
Can you not use the LB Workshop approach, which is to call LB (or LBB) when required in order to run, debug or compile the program (with the filename and the appropriate switches specified on the command line)? That way LBB doesn't need to stay open, it just gets run as required.
Indeed, could you not use LB Workshop itself? It does syntax coloring! There's a Wiki article on how to configure it to call LBB:
I didn't realize there was a wiki! Any way you could add the link to the forum header for quick access?
OK, I've put it in the header instead of the Yahoo! group, which doesn't really need to be linked from here. But to be fair the Wiki has always been directly accessible from the LBB Help menu!