mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 15:24:00 +01:00
New isOpen function added This receives a file ref (absolute or relative) and checks a relative, pipe replaced version against the openFiles array If it finds a match, the file is already open, it will return the array position, otherwise return false The openFile function now uses this array when attempting to open a file It firstly checks if it's open or not, if it is, it will switch to that tab, otherwise proceed to open it autoOpenFiles no longer has to check for this, as it's handled by openFile function anyway