Files
ICEcoder/lib
Matt Pass 56887c9f1f Better checking of open files before loading
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
2012-09-13 09:29:27 +01:00
..
2012-09-09 16:39:57 +01:00
2012-09-08 19:23:43 +01:00
2012-08-15 11:35:42 +01:00
2012-05-28 07:55:45 +01:00
2012-08-05 14:18:07 +01:00
2012-09-08 15:05:30 +01:00
2012-09-09 17:04:52 +01:00