GLBasic forum

Main forum => FAQ => Topic started by: spicypixel on 2011-Jun-04

Title: Easy way to test code without creating a project everytime
Post by: spicypixel on 2011-Jun-04
I was curious if there's a way to grab a snippet of code from the forum or for example if you're working on a project within the IDE and you just  want to test some other code without having to create a NEW project every time. I have always found it handy in Blitz and other Basic derivatives to be able to simply run some test code or copy code from my existing project to a new tab for debugging without having to create a new project with its own folder.

Is this something others have thought about before or are they happy with how they code already within the IDE?

Whilst I think about it is there anyway to block comment code out rather than repeat // every line?
Title: Re: Easy way to test code without creating a project everytime
Post by: ampos on 2011-Jun-04
Select code and ctrl+k
Title: Re: Easy way to test code without creating a project everytime
Post by: spicypixel on 2011-Jun-04
Quote from: ampos on 2011-Jun-04
Select code and ctrl+k

Nice ;) Very Handy Mr. Ampos