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
Matt Pass
1e322fedcd
Event should be onClick with nohref
...
cursor: pointer also added for pointer hand consistency
2013-12-08 13:33:50 +00:00
Matt Pass
f0e47e07bc
Compare all docs savedPoints before window close
...
Now looping thru all instances and comparing savedPoints against
changeGeneration integers
If we find a non match, we have unsaved content
2013-09-25 09:54:03 +01:00
Matt Pass
0c9db2c573
Only do next/prev tab if CM doesn't have focus
...
Was falling back to this onMouseWheel when editor window was at top and
we scroll up or at bottom and we scroll down, resulting in suddenly
switching from scrolling content to tabs. This if condition fixes that.
2013-09-20 18:06:43 +01:00
Matt Pass
ace40e0c29
Trigger function on mouseover, mouseout & click
...
Get rid of inline JS param setting and now call new showHidePlugins
function on these events
Added an ID to this so we can target this pane
2013-09-20 17:28:33 +01:00
Matt Pass
8e139c481c
Autocomplete option set in JS from PHP
2013-09-17 09:10:34 +01:00
Matt Pass
cf11fb5c3d
Collapse plugins pane on clicking
2013-09-13 17:42:02 +01:00
Matt Pass
e3bc4db204
Syntax formatting tweaks only
2013-09-13 16:01:39 +01:00
Matt Pass
c673beab9d
Old tools & plugins removed from header
...
These are now in their own side panel pane, not in header
2013-09-11 16:29:01 +01:00
Matt Pass
ce5b63a91c
Revised layout to simplify & give flat design
...
Plugins panel added, expands into view on hover
Remove other clutter from page to simplfiy such as version number, old
view page icon and system tool area to bottom right
Lock now part of the file manager
All 3 select dropdowns are now styled using CSS tricks, as is the
checkbox
Preview now to right of go to line
2013-09-11 16:23:51 +01:00
Matt Pass
13df17f236
Update button added
...
Clickable to the new update() function
2013-08-30 08:33:28 +01:00
pushreset
65c77f7d93
Choose tag wrapper combination
2013-08-10 18:22:55 +02:00
Matt Pass
c62dabc3e3
Mac shortcuts shown if appropriate
...
Detect Mac on User Agent and show Cmd/Ctrl as appropriate
2013-07-24 08:12:33 +01:00
Matt Pass
11465d1946
codeAssist now set along with other settings
...
Also applied to checkbox so not always starting as checked, obeys user
settings
2013-07-10 17:25:55 +01:00
Matt Pass
40b31c7d00
No longer check if this exists, used elsewhere
2013-06-30 11:35:51 +01:00
Matt Pass
c9d4be3d1c
Open and Duplicate options plus hr breaks
...
HR added to file menu to break it up into logical sections
openFilesFromList is more accurate function name now
copyFiles and deleteFiles now has selectedFiles array passed as param
duplicateFiles is a new option added between these
2013-06-29 22:25:54 +01:00
Matt Pass
f2474ba8da
Open option added & pass thru selected files list
2013-06-29 17:47:07 +01:00
Matt Pass
d4f1b9988b
Descriptions added to all plugins & picker
2013-06-28 23:14:01 +01:00
Matt Pass
3196275bb1
Don't allow new file or folder if greyed out
...
It's greyed out for a reason
2013-06-21 22:23:48 +01:00
Matt Pass
b7a2e7d097
Scroll mousewheel to cycle thru next/prev tabs
2013-06-21 21:49:30 +01:00
Matt Pass
6ff8dcffc1
Clicking middle mouse on tab closes it
...
Show shortcut on help screen too
2013-06-21 21:31:55 +01:00