File tree Expand file tree Collapse file tree 8 files changed +25
-5
lines changed
Expand file tree Collapse file tree 8 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Albert Xing
1919Alexander Pavlov
2020Alexander Schepanovski
2121Alexander Solovyov
22+ Alexandre Bique
2223alexey-k
2324Alex Piggott
2425Amsul
@@ -61,10 +62,12 @@ borawjm
6162Brandon Frohs
6263Brandon Wamboldt
6364Brett Zamir
65+ Brian Grinstead
6466Brian Sletten
6567Bruce Mitchener
6668Chandra Sekhar Pydi
6769Charles Skelton
70+ Cheah Chu Yeow
6871Chris Coyier
6972Chris Granger
7073Chris Houseknecht
@@ -215,6 +218,7 @@ Manuel Rego Casasnovas
215218Marat Dreizin
216219Marco Aurélio
217220Marco Munizaga
221+ Marcus Bointon
218222Marijn Haverbeke
219223Mario Pietsch
220224Mark Lentczner
@@ -224,6 +228,7 @@ Martín Gaitán
224228Martin Hasoň
225229Mason Malone
226230Mateusz Paprocki
231+ Mathias Bynens
227232mats cronqvist
228233Matthew Beale
229234Matthias BUSSONNIER
@@ -277,6 +282,7 @@ Pavel Feldman
277282Pavel Strashkin
278283Paweł Bartkiewicz
279284peteguhl
285+ Peter Flynn
280286peterkroon
281287Peter Kroon
282288prasanthj
Original file line number Diff line number Diff line change 11{
22 "name" : " CodeMirror" ,
3- "version" :" 4.2.1 " ,
3+ "version" :" 4.3.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.3.0;f= "> 4.3</ option >
3940 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.1;f= "> 4.2</ option >
4041 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.0;f= "> 4.2</ option >
4142 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.1.0;f= "> 4.1</ 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.2.1 </ span >
66+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 4.3.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,19 @@ <h2>Release notes and version history</h2>
2929
3030 < h2 id ="v4 "> Version 4.x</ h2 >
3131
32+ < p class ="rel "> 23-06-2014: < a href ="http://codemirror.net/codemirror-4.3.zip "> Version 4.3</ a > :</ p >
33+
34+ < ul class ="rel-note ">
35+ < li > Several < a href ="../demo/vim.html "> vim bindings</ a >
36+ improvements: search and exCommand history, global flag
37+ for < code > :substitute</ code > , < code > :global</ code > command.
38+ < li > Allow hiding the cursor by
39+ setting < a href ="manual.html#option_cursorBlinkRate "> < code > cursorBlinkRate</ code > </ a >
40+ to a negative value.</ li >
41+ < li > Make gutter markers themeable, use this in foldgutter.</ li >
42+ < li > Full < a href ="https://github.com/marijnh/CodeMirror/compare/4.2.0...4.3.0 "> list of patches</ a > .</ li >
43+ </ ul >
44+
3245 < p class ="rel "> 19-05-2014: < a href ="http://codemirror.net/codemirror-4.2.zip "> Version 4.2</ a > :</ p >
3346
3447 < 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.2 </ strong > (< a href ="doc/releases.html "> Release notes</ a > )</ div >
88+ < div > < strong > version 4.3 </ 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 76327632
76337633 // THE END
76347634
7635- CodeMirror . version = "4.2.1 " ;
7635+ CodeMirror . version = "4.3.0 " ;
76367636
76377637 return CodeMirror ;
76387638} ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " codemirror" ,
3- "version" :" 4.2.1 " ,
3+ "version" :" 4.3.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