mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
moveLine(dir) func added as combo of moveLineUp and moveLineDown funcs Move initialising vars to start of func Used indexOf to check array for shortURL instead of for loop in 2 places Improving/removing a few comments Condensed code to now check if selectedFiles is empty or contains right clicked file and also condensed code to use indexOf on array instead of for loop Don't need foundFile because of this condensing Using ICEcoder ref for filesFrame and also showing dropdown higher up (next to mouse pointer/inline with file/folder name)