View Single Post
  #5 (permalink)  
Old 06-07-2007, 09:40 PM
LineCutter's Avatar
LineCutter LineCutter is offline
Senior Member
 
Join Date: May 2007
Location: Daarsit
Posts: 117
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Same thing essentially.

What I was thinking of was one of these text editors that allow you to pass the filename to an executable file from a keyboard shortcut in the text editor.

e.g. in Notepad++ you'd use F5 to run "DBasic.exe -run myfile.sbp" which would pass the newly saved file to the DBasic in debug mode. I suppose that "DBasic.exe -compilePPC myfile.sbp" would be a handy addition.

The extra effort in creating the greatest text editor in the world could then be delegated to someone else, allowing you to work on the Form designer & compiler.
Reply With Quote