Commit Graph

218 Commits

Author SHA1 Message Date
mattpass
11e8d3aadf Remove docexplorer, minimap and class list plus icons 2020-03-08 09:02:12 +00:00
mattpass
f9c62d578c Focus on editor after letting go of minimap 2020-03-07 11:14:16 +00:00
mattpass
5e01231c09 Set cursor when over miniMapBox 2020-03-07 10:33:13 +00:00
mattpass
05ddbf33ef Can now click on minimap to scroll, not using Draggabilly 2020-03-07 09:11:32 +00:00
mattpass
391904702e Remove draggabilly, jump to position now possible on Minimap 2020-03-07 08:02:29 +00:00
mattpass
14f7b90b55 Can now click outside minimap box to jump to it 2020-03-01 10:26:28 +00:00
mattpass
57681e0612 top. removed and iceURLPath used in index.php 2020-02-28 17:30:07 +00:00
mattpass
8a8763b24e Move tools into files DOM elem 2020-01-19 10:50:47 +00:00
Matt Pass
c59cd17265 Further revising nohup info 2019-10-15 23:00:20 +01:00
Matt Pass
0bdf33f731 Revised nohup info 2019-10-15 22:56:59 +01:00
Matt Pass
160ee7f59b Tweak details re Git diff data 2019-10-15 20:56:24 +01:00
root
f23a1cb70b sudo may be needed to avoid warnings 2019-10-06 16:25:05 +00:00
Matt Pass
6a06559689 Provide relevant placeholder text for git pane 2019-10-06 13:55:00 +01:00
Matt Pass
ab2f7d78c8 Git pane is pre, placeholder text added 2019-10-06 12:22:00 +01:00
Matt Pass
c3b259a7cb CSS in class now 2019-10-05 21:33:28 +01:00
Matt Pass
0f5313a58e Better method of getting num & desc 2019-10-02 08:56:40 +01:00
Matt Pass
dbd828bf98 Fix for number only 2019-09-27 18:45:56 +01:00
Matt Pass
5b529ee542 Go to line on typing line num, focus if submit 2019-09-21 21:30:07 +01:00
Matt Pass
11d9681632 Tools use new function, split pane opacity set 2019-09-14 20:16:08 +01:00
Matt Pass
d2c5d1a33b Move styles to CSS, use database.php 2019-09-14 20:05:06 +01:00
Matt Pass
aa3df12e23 Adusting tools UI 2019-09-14 18:06:45 +01:00
Matt Pass
6c67116d53 Tooltip added 2019-08-14 21:28:12 +01:00
Matt Pass
132d78b128 No text on links, added terrminal link and iframe 2016-10-22 17:08:11 +01:00
Matt Pass
cd74e280c5 Try to get version for 5 secs, set placeholder 2016-10-18 08:55:36 +01:00
Matt Pass
069282ac0d Disable scrolling on editor iframe 2016-09-07 00:02:15 +01:00
Matt Pass
752c1a72ae Can drop 855px now, set dynamically 2016-09-05 11:50:35 +01:00
Matt Pass
fde97e3b76 Add editor CSS, draggabilly, links & docExplorer 2016-09-05 10:08:19 +01:00
Matt Pass
8797e8f5e0 Simpler code moved to settings.php 2016-08-25 16:59:28 +01:00
Matt Pass
068ec67c9d getData used and 2 x split pane names added 2016-08-25 14:57:11 +01:00
Matt Pass
f5d8384469 Prefix URL with HTTP_HOST 2016-08-12 11:03:07 +01:00
Matt Pass
95a3d09672 ftpManager() now a working option 2016-07-22 10:34:47 +01:00
Matt Pass
ae1188f81d Selecting localhosts goes there, rejig/hide others 2016-07-11 09:39:03 +01:00
Matt Pass
6831cea155 5 x new settings available to JS 2016-04-23 15:15:25 +01:00
Matt Pass
9b6a701ffc reset timer on mouse events & auto-logout added 2016-04-06 21:31:13 +01:00
Matt Pass
5cde633847 Not using JS LZ Compressor anymore 2016-04-02 11:42:58 +01:00
Matt Pass
9dc9246c84 New new flag to false in 2 x places also 2016-03-18 11:30:42 +00:00
Matt Pass
5ff340ccc4 Only attempt to detect hasFocus if CM instance 2016-03-17 18:58:58 +00:00
Matt Pass
8d082120f6 Load JS LZ String lib 2016-03-16 18:57:00 +00:00
Matt Pass
e89d449805 onclick open versions screen and pass sel filepath 2015-10-08 09:24:01 +01:00
Matt Pass
139ca019bb Versions display container added 2015-09-18 10:48:59 +01:00
Matt Pass
e52b7c673f Notes added as these are updated via JS obj update 2015-07-03 21:53:29 +01:00
Matt Pass
f2f9dc441e ID added as a hook for click event trigger later 2015-06-25 15:58:28 +01:00
Matt Pass
7b99febba1 floatingContainer added and CSS class & pseudo set
DOM elem has an ID as a hook so we can target later
Class sets a 55px square block for a 11x11 grid of 5px squares, hidden
to begin with, also with border for contrast and image-rendering value
of pixelated, so we get sharp pixels squares at our 5x zoom
Pseudo class added, 3px square as it has a 1px border, positioned to sit
over the 6th square (centre) in our 11px square grid
2015-06-25 13:33:00 +01:00
Matt Pass
93b38b55d3 Set fileDirResOutput in top.ICEcoder
To determine what response output to provide to JS
2015-05-09 09:26:01 +01:00
Matt Pass
0470231a37 lockedNav now set according to settings 2015-05-02 14:10:56 +01:00
Matt Pass
c34b2608cc English placeholder tweaks/additions 2015-04-27 16:12:09 +01:00
Andrey Grinenko
f278394346 When Esc is used within Find window - return to text editor 2015-02-24 18:12:51 +03:00
Andrey Grinenko
a488c19d61 Prompt when F5 (Ctrl-R) is pressed. It is common thing to refresh page after you have made some tweaks, and it is common thing to refresh wrong page and even although everything is saved and tabs will reopen - you will loose opened folders in fileManager and cursor positions in open files. So it's better to prompt anyway. 2015-02-23 01:31:12 +03:00
Andrey Grinenko
c1982279f4 use font from settings in both fileManager and Tabs - otherwise on high-density screens it is getting hard to work 2015-02-23 01:30:55 +03:00
Andrey Grinenko
52d7d0819c indentAuto - make configurable 2015-02-20 23:40:47 +03:00