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
Matt Pass
7f039d81d8
Microtime URLs to help stop caching and XHR upload
2015-01-23 08:26:08 +00:00
Matt Pass
efdf729f83
Mobile devices now initial scale 0.5, not scalable
...
Display at half the size of the desktop and by setting the property that
users can't scale, it means it doesn't shift position/scale etc on
keyboard popup. Not a perfect mobile solution (that's planned one day
soon), but far more usable now.
2014-11-27 09:13:25 +00:00
Matt Pass
6f50a23f3b
User language available in JS var
2014-11-18 15:32:39 +00:00
Matt Pass
c8b1e573b5
Remote renamed Source and Settings moved
...
Settings moved to Edit section, makes more sense to be situated here
Localhost option added under Source, will indicate viewing local files
in future
2014-11-18 13:31:20 +00:00
Matt Pass
df685b308e
updateDiffOnSave available in JS
...
Used in if statement to determine if we should do this or not
2014-11-14 09:50:44 +00:00
Matt Pass
3432f9c331
newDirPerms and newFilePerms available in JS now
2014-11-10 07:15:16 +00:00
Matt Pass
bbac17a2b7
Remove BG colouring on hover, is misleading
...
Should indicate focus, not hover
2014-10-31 14:36:04 +00:00
Matt Pass
2a4d75bf9d
Only transition on BG and change on mouse over/out
2014-10-31 10:56:45 +00:00
Matt Pass
14f84ad668
Updating now returns to root with flag
...
To trigger new updated function
2014-10-31 09:52:44 +00:00
Matt Pass
79669fe8c7
Removed nestDisplay div
2014-10-29 16:18:42 +00:00
Matt Pass
ee1d3cfcc0
Diff and split updates
...
If the diff instance doesn't have focus either then we can go next/prev
tab
Load difflib.js file also
Split pane controls added, with split view being opacity 0.5
2014-10-11 12:45:54 +01:00
Matt Pass
7adefd1ff0
die() after header to stop going any further
2014-09-18 15:43:48 +01:00
Matt Pass
72da926a4d
Display ICEcoder at a 1.0 scale
...
Displays without scaling on tablets and phones then. Not that it's
tablet friendly, but maybe one day.
2014-09-17 15:03:25 +01:00
Matt Pass
b9be8cb70d
Remove new line at EOF
2014-09-03 06:11:54 +01:00
Matt Pass
99a9c7ef80
Case change only on function name
2014-09-03 05:34:20 +01:00
Matt Pass
693b871456
Set auth token in session, add GitHub nav
...
If we have set an auth token in the settings, need to set the session
var
Add the extra nav for GitHub
2014-08-27 09:20:11 +01:00
Matt Pass
f5d19d99d4
Get the ice-coder lang array into a JS array
...
So the /lib/ice-coder.js file can make use of it
2014-08-21 14:24:30 +01:00
Matt Pass
5de4cd657e
Language system setup and English translations
...
Covering top level and login so far only
2014-08-06 09:26:50 +01:00
Matt Pass
230e8a0983
Break in echo needs a ; and continue with echo
2014-07-31 16:28:04 +01:00
Matt Pass
cc152db8ba
Semicolon moved, githubAuthTokenSet if value set
...
CSRF value ends with a ; as per all other settings (moved from other
line)
If we have a githubAuthToken value (ie, set in our config settings
file), update top.ICEcoder.githubAuthTokenSet to true so we don't ask
user for it to be set in our session
2014-07-27 12:46:47 +01:00
Matt Pass
ed5f2259c3
Should be just the tab number passed in
2014-06-18 07:36:42 +01:00
Matt Pass
823c2c1b5f
Make versionNo available in JS object
2014-06-17 10:10:51 +01:00
Matt Pass
dabb9ba79c
githubManager added
...
Now accessable from the file manager menu option
Clicking this sets the content of the mediaContainer popup display to be
an iFrame loading the GitHub manager and shows the blackMask
2014-06-03 08:43:48 +01:00
Matt Pass
277dc67243
printCode function added
...
Prints current tab, though code flows off the page horizontally, needs
tweak to something.
2014-05-16 09:18:14 +01:00
Matt Pass
b23e2fe40b
onClick show menu can begin
2014-05-03 14:36:20 +01:00
Matt Pass
16c7e5d010
Attempt to get over https, then http
...
Supress warnings with @ on https attempt
Explode what we have afterwards
2014-04-26 16:54:11 +01:00
Matt Pass
d5e6fb041f
Reverting to use http: instead of https: for now
...
file_get_contents won't get https: data for now
Need to look at resolving this
2014-04-26 16:14:27 +01:00
Matt Pass
17ec5f517c
Turn SSL verify peer off
...
https over CURL Won't work locally otherwise
2014-04-26 13:19:33 +01:00
Matt Pass
4f5ed727f0
https used and drop IGG crowdfund link
2014-04-26 12:25:32 +01:00
Matt Pass
a3c0243772
Include headers lib & csrf hidden form field
...
To help protect against CSRF and clickjacking
Also include hidden form field containing this for postback
top.ICEcoder.csrf also set
2014-04-18 17:57:54 +01:00
Matt Pass
edf297305d
Don't intval, revised to GitHub & Crowdfund link
2014-03-15 13:01:50 +00:00
Matt Pass
51d9865dfc
3 x bug reporting settings and new icon
...
Settings being echo'd out now much tidier and 3 new settings pushed into
ICEcoder JS object
Bug icon added to far right with title and onclick event, plus ID as a
hook for later
2014-02-28 12:08:40 +00:00
Matt Pass
ddd7924960
Terminal link and function removed
...
It's now an installable plugin
2014-02-24 09:12:06 +00:00
Matt Pass
6aa3f45ef4
Tweaked message for first 2, added Dropbox
...
Removed help message from areas already being covered
Added Dropbox option also
2014-02-21 09:37:45 +00:00
Matt Pass
91ea437f37
Empty header area, replace icons with menu system
...
Determin isMac near top of file
Replace rightClickedFile with the last item in the selectedFiles array,
so we can get rid of that var
Header is now empty of icons etc, those options in menus
Icons above file manager removed, now within menus
Menu top links and lists set up with mouse over and out actions to
show/hide and fade in/out
2014-02-21 09:13:12 +00:00
Matt Pass
c80cbbdc0a
onBlur also resetKeys
2014-02-18 09:09:25 +00:00
Matt Pass
a7f3205edb
Use left/right value from pluginPanelAligned to 0
2014-01-11 16:40:44 +00:00
Matt Pass
e54d735614
Set content vis onLoad, plugins DIV, zip optional
...
Set visibility of content onload here, not tacked onto end of
$onLoadExtras
$pluginsDisplay now wrapped in a DIV with an id as a hook so it's
updateable
Only if we have the Zip-It! plugin should we display the option to zip
the file, as the plugin is optional now
2014-01-11 14:58:52 +00:00
Matt Pass
801597f91f
Link to plugins manager added
2013-12-29 14:32:15 +00:00
Matt Pass
581cef9550
New loading animation by @tobiasahlin
...
New, more modern loading animation created by @tobiasahlin
Less code and far more awesome looking
2013-12-20 10:16:34 +00:00
Matt Pass
6fcb600fd9
Download option added
2013-12-11 06:22:04 +00:00