Matt Pass
d3f378f6bd
Version 1.4 screenshot
v1.4
2012-12-30 17:27:22 +00:00
Matt Pass
09e1562fbc
Version 1.4
2012-12-30 17:15:24 +00:00
Matt Pass
4e14ac6d9b
Added JS Regex plugin & rearranged order
...
Icon also added, made one up
2012-12-30 17:13:19 +00:00
Matt Pass
97882f0c60
Emmet icon updated
...
Used circular version
2012-12-30 17:12:49 +00:00
Matt Pass
482a5cfb11
Now loads snippet-display.php from lib folder
2012-12-30 17:12:30 +00:00
Matt Pass
f73dee1103
Snippets display moved & now for info
...
Snippets display file now moved to lib folder
Functionality removed from this file and now just used for info purposes
Tidied up look and provided table of uses, plus note on Emmet's tab key
2012-12-30 17:11:50 +00:00
Matt Pass
9034e1ad45
for added as a abbreviation
2012-12-30 17:06:31 +00:00
Matt Pass
7e35481b62
Typo on img src
2012-12-30 13:52:34 +00:00
Matt Pass
2f87f2adc3
Emmet feature added and new screenshot
2012-12-30 13:50:34 +00:00
Matt Pass
6b345ac041
Load Emmet if available, start keyMap
...
Load the emmet.min.js file if available
Remove extraKeys and start a new keyMap, as extraKeys was overriding
Emmet
Falls through to default keyMap
2012-12-30 13:33:23 +00:00
Matt Pass
19e18f6a10
Emmet plugin added
2012-12-30 13:30:59 +00:00
Matt Pass
f181cef9e9
No need for space var, lCLen-4 not 3
2012-12-27 17:56:47 +00:00
Matt Pass
dd19c39cf8
Declaring function vars and adjusting var name
...
Establishing vars at beginning of function to stop them being globals
lineNo2 now lineCount
2012-12-27 14:33:07 +00:00
Matt Pass
5887a9c755
Tabs contain only filename
...
No longer show path as well
(This is now shown on hover)
2012-12-27 13:37:05 +00:00
Matt Pass
ca35084160
Updates to class names & properties for CM3
...
Now gutters and linenumber
Also moved width to gutters class, aligned text right and lightened
right border
2012-12-27 13:31:19 +00:00
Matt Pass
644eee0aca
Tweaks to tab styling
...
Box shadow y-pos now 50px to be visible on the tabs bar
Tabs bar BG now slightly lighter
Tabs now #eee on left border instead of #fff
2012-12-27 13:30:02 +00:00
Matt Pass
510a0c1087
Rounded tabs, moved box shadow, tabbar BG
...
Tabs now have rounded corners at top
Moved the box shadow down by 80px so it's only seen to right of file
manager
tabsBar now has lighter colour BG
2012-12-27 12:32:44 +00:00
Matt Pass
4afbe4c2fc
Only add tags to array if not undefined
2012-12-27 11:37:58 +00:00
Matt Pass
6cf36cc99c
No longer include a space after comment tag
...
Remove space after comment tags such as //, /* and #
This is to avoid JS Hint errors and also be less stylised
2012-12-27 11:23:06 +00:00
Matt Pass
b98127e83a
Changed URL only
...
To try and get new screenshot in readme file
2012-12-24 13:52:08 +00:00
Matt Pass
f7f195f083
Extra couple of features added to list
2012-12-24 13:48:29 +00:00
Matt Pass
22e6228a08
Version 1.3
v1.3
2012-12-24 13:16:00 +00:00
Matt Pass
b757e42c88
JS hint icon altered
...
Now includes word HINT
2012-12-24 12:53:01 +00:00
Matt Pass
fdf1ef1cb7
Now considering indents and better templates
...
Indents are now considered when completing the snippet
Replaced the mix of various template elements with uppercase
alternatives (VAR, INDENT & CURSOR)
2012-12-21 08:43:25 +00:00
Matt Pass
4797ff84d8
Quick effort at getting snippet notations working
...
You can now press CTRL+space to have your shorthand notation completed.
2 options for function and if setup so far.
What I've written is a pretty horrible hacky effort to get this working.
It does work but needs a LOT of refining.
2012-12-20 22:12:27 +00:00
Matt Pass
3937d733f0
QS var cleaning, removing test logs and /
...
strClean on GET var selectedFiles
Remove 2 x console.logs
Remove commented text
2 x areas need first slash removing and ending with a slash
Need to var thisWidth to avoid global
2012-12-20 17:15:26 +00:00
Matt Pass
0328643c7c
Now only loads file if it exists
...
if file_exists needs now wraps load PHP and JS code to allow escaping
and server message when files don't exist
2012-12-18 09:15:13 +00:00
Matt Pass
80c73523e3
No need to globally replace end colon
...
There will be only one
2012-12-18 08:49:07 +00:00
Matt Pass
8c5747798d
Tabs now have closelink fist as it's RTL and clear first slash and end
...
with one for same reason
Else if conditions to give better perf
newBlock has a z-index of 1000 to show above code
Show titles on tab hovers
New setTabWidths function to reset tab widths on demand
2012-12-17 09:06:46 +00:00
Matt Pass
bdf6dbd096
Meta noindex, nofollow, set & clear gutter marks
...
Meta robots of noindex, nofollow to stop it being indexed by search
engines
Set & clear gutter with line no etc, need to look at using this for code
folding
2012-12-17 09:04:21 +00:00
Matt Pass
0eaef469f9
Tabs change color hover
2012-12-17 08:59:59 +00:00
Matt Pass
f2d3615e26
Tabs RTL dir, r-align, nowrap, hidden overflow
...
This is to allow them to be cropped off to the left side if not big
enough
2012-12-17 08:52:28 +00:00
Matt Pass
24f05a1c03
Meta robots noindex, nofollow
...
Don't allow ICEcoder installations to be indexed by search engines
Remove a couple of console logs from testing.
2012-12-17 08:50:11 +00:00
Matt Pass
570642d820
Meta robots noindex, no follow & dont selectTheme
...
Don't want ICEcoder installs showing up on search engine results
Also no need to selectTheme onChange of linewrapping select menu
2012-12-17 08:48:41 +00:00
Matt Pass
fd794f99d2
UTF-8 and meta robots noindex, nofollow
...
Need UTF-8 settings like other pages and don't want ICEcoder
installation showing up on search engine results
2012-12-17 08:47:41 +00:00
Matt Pass
9a95bae6ba
Meta robots noindex, nofollow
...
To stop ICEcoder showing up on search engine results
2012-12-17 08:46:43 +00:00
Matt Pass
1b04504617
Find in selectedFiles & fix to find in filenames
...
Get an array of selectedFiles if there is one
Fix by resetting foundInSelected on each loop
targetURL is now lowercase as standard
Only provide results if it's a file
Also only provide results if the beginning of the path matches and
either the targetURL is the same or if it forms the beginning
Set $bFile = true if the file which contains our match doesn't match the
selected file
2012-12-17 08:40:37 +00:00
Matt Pass
2a2cd81149
Pass thru list of selected files on find/replace
...
If we choose selected files when performing a find/replace, build up a
colon seperated list and tack on as a querysting
2012-12-17 08:29:12 +00:00
Matt Pass
2bb961b7a8
Now only loads & runs if JSHint is available
...
Script only loads if file is available
Processes in function only run if JSHINT is available
2012-12-13 09:16:13 +00:00
Matt Pass
01b035d7af
Clear or set JS Hints based on codeAssist
...
On toggle of codeAssist and being false, clear all JS Hint widgets in
all tabs
If turned on though, set in current tab
Run updateHints on switching tab (helps complete above step)
2012-12-13 08:56:53 +00:00
Matt Pass
8d0de398fd
Only if codeAssist is on run JS Hint
2012-12-13 08:54:21 +00:00
Matt Pass
2ebec54476
Line Wrapping and Banned Paths Options
...
New options available to set in the settings screen
Also passes through to useNewSettings function for in session changes
A couple of other minor changes to style and layout
2012-12-12 17:56:43 +00:00
Matt Pass
b66d5fe8d3
Slight tweaks to CSS and commented code
2012-12-12 09:23:58 +00:00
Matt Pass
0f989f249f
Moving function to the info & display section
2012-12-12 09:23:02 +00:00
Matt Pass
6980bdcf7f
No need for 3rd arg here
2012-12-11 18:05:11 +00:00
Matt Pass
975a016974
Added width setting twice
2012-12-11 18:04:57 +00:00
Matt Pass
4be1b45896
Upgrading to CM v3 from v3 RC2
...
Upgrading to official v3 released now it's been released
2012-12-11 17:35:57 +00:00
Matt Pass
8e10824189
Sent argument and returned objected are different
...
It now takes a {line, ch} object as second argument, instead of an
integer, and will return a {from: {line, ch}, to: {line, ch}} object.
2012-12-11 11:53:06 +00:00
Matt Pass
1a881b4eaf
JS Hint available as icon
...
Takes user to website for now
2012-12-10 17:57:17 +00:00
Matt Pass
2a9e91dd55
JS Hint Icon styles, vars & clear & set timeout
...
New styles for icon shown in widget
Var waiting used by setTimeout and and widgets array
Set & clear timeouts on change of editor content
2012-12-10 17:56:45 +00:00