File tree Expand file tree Collapse file tree 8 files changed +29
-5
lines changed
Expand file tree Collapse file tree 8 files changed +29
-5
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Alberto Pose
1818Albert Xing
1919Alexander Pavlov
2020Alexander Schepanovski
21+ Alexander Shvets
2122Alexander Solovyov
2223Alexandre Bique
2324alexey-k
@@ -168,6 +169,7 @@ Jason Grout
168169Jason Johnston
169170Jason San Jose
170171Jason Siefken
172+ Jaydeep Solanki
171173Jean Boussier
172174jeffkenton
173175Jeff Pickhardt
@@ -205,6 +207,7 @@ kubelsmieci
205207Lanny
206208Laszlo Vidacs
207209leaf corcoran
210+ Leonid Khachaturov
208211Leonya Khachaturov
209212Liam Newman
210213LM
@@ -269,6 +272,7 @@ Niels van Groningen
269272Nikita Beloglazov
270273Nikita Vasilyev
271274Nikolay Kostov
275+ nilp0inter
272276nlwillia
273277pablo
274278Page
@@ -291,14 +295,17 @@ Radek Piórkowski
291295Rahul
292296Randy Edmunds
293297Rasmus Erik Voel Jensen
298+ Richard van der Meer
294299Richard Z.H. Wang
300+ Roberto Abdelkader Martínez Pérez
295301robertop23
296302Robert Plummer
297303Ruslan Osmanov
298304Ryan Prior
299305sabaca
300306Samuel Ainsworth
301307sandeepshetty
308+ Sander AKA Redsandro
302309santec
303310Sascha Peilicke
304311satchmorun
@@ -330,6 +337,7 @@ Thaddee Tyl
330337think
331338Thomas Dvornik
332339Thomas Schmid
340+ Tim Alby
333341Tim Baumann
334342Timothy Farrell
335343Timothy Hatcher
@@ -349,6 +357,7 @@ Volker Mische
349357wenli
350358Wesley Wiser
351359William Jamieson
360+ William Stein
352361Wojtek Ptak
353362Xavier Mendez
354363YNH Webdev
Original file line number Diff line number Diff line change 11{
22 "name" : " codemirror" ,
3- "version" :" 4.3.1 " ,
3+ "version" :" 4.4.0 " ,
44 "main" : [" lib/codemirror.js" , " lib/codemirror.css" ],
55 "ignore" : [
66 " **/.*" ,
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ <h2>Script compression helper</h2>
3636 < input type ="hidden " id ="download " name ="download " value ="codemirror-compressed.js "/>
3737 < p > Version: < select id ="version " onchange ="setVersion(this); " style ="padding: 1px; ">
3838 < option value ="http://codemirror.net/ "> HEAD</ option >
39+ < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.4.0;f= "> 4.4</ option >
3940 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.3.0;f= "> 4.3</ option >
4041 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.1;f= "> 4.2</ option >
4142 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.0;f= "> 4.2</ option >
Original file line number Diff line number Diff line change 6363< section class =first id =overview >
6464 < h2 style ="position: relative ">
6565 User manual and reference guide
66- < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 4.3.1 </ span >
66+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 4.4.0 </ span >
6767 </ h2 >
6868
6969 < p > CodeMirror is a code-editor component that can be embedded in
Original file line number Diff line number Diff line change @@ -29,6 +29,20 @@ <h2>Release notes and version history</h2>
2929
3030 < h2 id ="v4 "> Version 4.x</ h2 >
3131
32+ < p class ="rel "> 21-07-2014: < a href ="http://codemirror.net/codemirror-4.4.zip "> Version 4.4</ a > :</ p >
33+
34+ < ul class ="rel-note ">
35+ < li > < strong > Note:</ strong > Some events might now fire in slightly
36+ different order (< code > "change"</ code > is still guaranteed to fire
37+ before < code > "cursorActivity"</ code > )</ li >
38+ < li > Nested operations in multiple editors are now synced (complete
39+ at same time, reducing DOM reflows)</ li >
40+ < li > Visual block mode for < a href ="../demo/vim.html "> vim</ a > (<C-v> ) is nearly complete</ li >
41+ < li > New mode: < a href ="../mode/kotlin/index.html "> Kotlin</ a > </ li >
42+ < li > Better multi-selection paste for text copied from multiple CodeMirror selections</ li >
43+ < li > Full < a href ="https://github.com/marijnh/CodeMirror/compare/4.3.0...4.4.0 "> list of patches</ a > .</ li >
44+ </ ul >
45+
3246 < p class ="rel "> 23-06-2014: < a href ="http://codemirror.net/codemirror-4.3.zip "> Version 4.3</ a > :</ p >
3347
3448 < ul class ="rel-note ">
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ <h2>This is CodeMirror</h2>
8585 </ script >
8686 < div style ="position: relative; margin: 1em 0; ">
8787 < a class ="bigbutton left " href ="http://codemirror.net/codemirror.zip "> DOWNLOAD LATEST RELEASE</ a >
88- < div > < strong > version 4.3 </ strong > (< a href ="doc/releases.html "> Release notes</ a > )</ div >
88+ < div > < strong > version 4.4 </ strong > (< a href ="doc/releases.html "> Release notes</ a > )</ div >
8989 < div > or use the < a href ="doc/compress.html "> minification helper</ a > </ div >
9090 < div style ="position: absolute; top: 0; right: 0; text-align: right ">
9191 < span class ="bigbutton right " onclick ="document.getElementById('paypal').submit(); "> DONATE WITH PAYPAL</ span >
Original file line number Diff line number Diff line change 77957795
77967796 // THE END
77977797
7798- CodeMirror . version = "4.3.1 " ;
7798+ CodeMirror . version = "4.4.0 " ;
77997799
78007800 return CodeMirror ;
78017801} ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " codemirror" ,
3- "version" :" 4.3.1 " ,
3+ "version" :" 4.4.0 " ,
44 "main" : " lib/codemirror.js" ,
55 "description" : " In-browser code editing made bearable" ,
66 "licenses" : [{"type" : " MIT" ,
You can’t perform that action at this time.
0 commit comments