[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Open multiple files - select a folder to open files



oh sorry...just thought of a better idea: 
Is there a way to use my own gui tabs to select directly which file is selected in the IDE? 
Then I could open as many files as I need onto IDE, have several instances of widgets for to keep each type of code neatly together by category (Patterns, UI code, soundfile paths etc...).


On 29 December 2012 11:40, Fabrice Mogini <fmogini@xxxxxxxxx> wrote:
I had a system of tabs for selecting archived code and displaying it onto a Textview which I could edit and use to interpret code. It seems TextView does not interpret code anymore (unless I need to fix something), anyway, using the IDE would make more sense than trying to edit my code from a GUI. 
My question is: 
Is it possible to use an archive containing several arrays of code and open each array of code as a separate file into the IDE? 
Obviously I would have to think of my own way to later save the content of each file into a global array to be archived again.