nightwing
2d12ebb1df
improve global access warning in the demo
2014-12-21 13:39:13 +04:00
Harutyun Amirjanyan
5ea0a9b802
Merge pull request #2280 from ajaxorg/vim2
...
Update vim mode to the latest version
2014-12-20 19:45:50 +04:00
nightwing
66ede32c42
update build submodule
2014-12-20 16:19:58 +04:00
nightwing
ed5c38b7c8
update list of users
2014-12-19 18:50:55 +04:00
nightwing
b5c9b7f395
fix typo in IE mouse handler
2014-12-19 18:45:25 +04:00
Lennart Kats
7b037f35ba
Merge pull request #2267 from ajaxorg/fix/various
...
Fix various small issues
2014-12-16 16:06:41 +01:00
Harutyun Amirjanyan
52de738e8a
Merge pull request #2275 from mehtaphysical/char_reserved_in_js
...
change variable char to character
2014-12-16 01:01:45 +04:00
Ryan Mehta
dafa24d5e1
change variable char to character
2014-12-15 12:33:49 -08:00
nightwing
c5edaa3608
allow filtering tests in browser runner
2014-12-13 16:45:56 +04:00
nightwing
5a03993f65
update vim.js
2014-12-13 00:50:13 +04:00
Lennart Kats
5fc3bbbe09
Merge pull request #2249 from ajaxorg/misc
...
Several small fixes
2014-12-12 20:48:16 +01:00
nightwing
6b13aedf5f
do not pair quotes inside strings
2014-12-12 17:38:39 +04:00
nightwing
ec18d9493d
fix toggleComment command in php mode
2014-12-12 17:38:39 +04:00
nightwing
3fa54ce97e
fix copyLines* for multiple selections
2014-12-12 17:38:39 +04:00
nightwing
852e0673ca
fix pairing of quotes in cstyle behavior
2014-12-12 17:38:38 +04:00
nightwing
278f1d1674
add helper for creating tests
2014-12-12 17:38:38 +04:00
Harutyun Amirjanyan
232b3c0f8c
Merge pull request #2272 from adamjimenez/autocomplete-exact
...
Autocomplete exactMatch option
2014-12-12 17:21:39 +04:00
nightwing
d8f0ab2a16
fix regression in setDefaultValues
2014-12-12 16:56:02 +04:00
Adam Jimenez
cfdb223e7a
Autocomplete exactMatch option
...
Option to show only exact matches in autocomplete
2014-12-12 10:27:45 +00:00
Harutyun Amirjanyan
d68050c62b
Merge pull request #2268 from mbenkmann/gitignore_backup_files
...
add *~ (backup files created by various editors) to .gitignore
2014-12-10 11:11:00 -08:00
Matthias S. Benkmann
119259b702
add *~ (backup files created by various editors) to .gitignore
2014-12-07 18:21:03 +01:00
nightwing
c49e5bfef9
disable warning
2014-12-07 01:26:44 +04:00
nightwing
2fc497477d
highlight tags when cursor is before tagname
2014-12-07 01:26:24 +04:00
nightwing
e54882db64
use setAttribute instead of autocorrect setter, since the setter doesn't work on ipad
2014-12-07 01:08:06 +04:00
Harutyun Amirjanyan
e217418d39
Merge pull request #2266 from Conaclos/master
...
Update Eiffel definition
2014-12-06 13:03:03 -08:00
Victorien ELVINGER
354dc37ea6
Remove unneeded regex groups for Eiffel
2014-12-06 20:04:27 +01:00
Victorien ELVINGER
29597325d9
Update Eiffel programming language definition.
...
- Disable comments into strings
- Enable concise form for real numbers
- Enable juxtaposed digit separators
- Check char and string content.
2014-12-06 19:50:52 +01:00
Harutyun Amirjanyan
0d4566b42b
Merge pull request #2264 from aroben/convert-many-tmlanguages
...
Teach tmlanguage.js to process multiple .tmLanguage files at once
2014-12-04 03:44:16 -08:00
Lennart Kats
e1933043dc
Merge pull request #2254 from ajaxorg/do-not-scroll
...
Disable automatic scroll into view
2014-12-04 11:10:29 +01:00
nightwing
a71c17b46f
add config.warn and refactor config to allow sharing with ace_tree
2014-12-04 14:02:49 +04:00
nightwing
8c1aa5c772
do not use automatic scroll into view
...
prepares for deprecating the feature in the next version of ace
2014-12-04 14:02:19 +04:00
Lennart Kats
35155075e0
Merge pull request #2219 from ajaxorg/vim2
...
better vim mode
2014-12-04 10:55:29 +01:00
Adam Roben
23a3ba85f0
Teach tmlanguage.js to process multiple .tmLanguage files at once
...
You can now pass more than one .tmLanguage file to tmlanguage.js and it will
process each one in turn. This can vastly speed up the processing of multiple
files as you don't have to pay the node/V8 startup cost for each file.
Note that the script's "dev mode" is now controlled by a --dev flag rather than
an unnamed second argument.
2014-12-03 13:56:22 -05:00
Lennart Kats
57a07f54b3
Merge pull request #2261 from ajaxorg/build
...
fix broken paths in kitchen-sink demo
2014-12-01 16:10:08 +01:00
Harutyun Amirjanyan
93bd34e1cf
Merge pull request #2238 from sevin7676/master
...
cstyle Comment Folding (region and triple star single line block comment)
2014-11-29 23:59:14 -08:00
Harutyun Amirjanyan
16cdd9ddb3
Merge pull request #2259 from jpallen/patch-2
...
Highlight \ref, \vref, \cite and \citep as labels
2014-11-28 06:33:29 -08:00
James Allen
fc322711ca
Highlight \ref, \vref, \cite and \citep as labels
...
The `\ref`, and `\cite` commands in LaTeX are similar to `\label`s in that they refer to user defined labels elsewhere in the text, and it makes sense to highlight them with the same color scheme. Particularly the coloring of arguments to `\ref` commands should match the color of `\label` commands because `\label` defines the strings that `\ref` then references.
2014-11-28 13:34:16 +00:00
sevin7676
c1a8e77760
Add comment to explain unusual naming and remove ending whitespace
2014-11-28 08:18:33 -05:00
Harutyun Amirjanyan
097d19e943
Merge pull request #2256 from devoncarew/devoncarew_dart_keywords
...
more dart keywords
2014-11-26 07:31:07 -08:00
Devon Carew
f7144da4ec
more dart keywords
2014-11-25 13:37:36 -08:00
sevin7676
41df1f265f
Fix fold widget range for region
...
End range should be at end of line as we don't want to display the
'#endregion' text after the fold widget (this is consistent with cstyle
region comment folding).
Added missing semi-colons.
2014-11-25 07:01:09 -05:00
sevin7676
1869024de6
changes per nightwing recommendations
...
Rename this.getFoldWidgetBase to avoid conflict with C# mode.
Use regex instead of substring and trim to determine single line block
comment.
Fixed formatting.
Renamed this.getRegionBlock to this.getCommentRegionBlock to prevent C#
mode conflict.
Updated this.getCommentRegionBlock regex to make nested regions work
properly.
Cleaned up this.startRegionRe (had unneeded parenthesis).
2014-11-25 06:58:45 -05:00
sevin7676
602a7efd5f
removed unused line
...
the end of the range should be the end of the line as we don't want to
see [//#endreigon] in our fold widget.
2014-11-24 10:18:00 -05:00
sevin7676
03730ce381
extra comment to help explain code
2014-11-24 09:52:57 -05:00
sevin7676
f26841da41
tested and cleaned up
2014-11-24 09:48:41 -05:00
sevin7676
fb32897b85
progress
...
appears to be working, need to clean up still
2014-11-24 09:29:37 -05:00
nightwing
49b50ff347
fix broken paths in kitchen-sink demo
2014-11-23 20:06:41 +04:00
Harutyun Amirjanyan
a50fe34925
Merge pull request #2253 from wcandillon/patch-1
...
Remove references to built-in modules
2014-11-23 14:27:33 +04:00
William Candillon
332472ecc6
Remove references to built-in modules
2014-11-22 19:27:52 -08:00
nightwing
2f32304c2e
update vim.js
2014-11-22 00:52:50 +04:00