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.