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
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
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
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
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
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
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
nightwing
a40060c1ae
increase timeout for intermittently failing placeholder_test.js
2014-11-21 23:15:39 +04:00
nightwing
b4d2cf810d
fix failing test
2014-11-21 23:15:37 +04:00
nightwing
a185414f64
remove old vim mode
2014-11-21 23:15:34 +04:00
nightwing
f9de0a5661
use ctrl-c and mac repeat handling from old vim mode
2014-11-21 23:14:28 +04:00
nightwing
068c950517
add support for multiple selections
2014-11-21 23:14:27 +04:00
nightwing
bd7de6b43b
fix find next for regexps matching empty range
2014-11-21 23:14:26 +04:00
nightwing
aa472742cc
allow to customize cursor appearance
2014-11-21 23:14:24 +04:00
nightwing
8daf190b2e
add CodeMirror api proxy for vim mode
2014-11-21 23:14:21 +04:00
nightwing
f47c3ea8bd
add cm vim mode
2014-11-21 23:04:16 +04:00
Harutyun Amirjanyan
38ed6de508
Merge pull request #2246 from wcandillon/patch-1
...
Disable module resolver
2014-11-21 16:51:49 +04:00
Harutyun Amirjanyan
d8d1e08a86
Merge pull request #2236 from tenbits/master
...
Add Mask Highlighter
2014-11-21 16:50:44 +04:00
Alex Kit
1587b96b3c
Add Mask Highlighter
2014-11-21 05:08:12 +01:00
William Candillon
e0bd006ffc
Update xqlint dependency
2014-11-18 13:55:32 -08:00
William Candillon
9f2473bce2
Disable module resolver
2014-11-18 13:48:02 -08:00
Lennart Kats
d097d41144
Merge pull request #2237 from ajaxorg/focus
...
fix focus related issues
2014-11-17 10:34:12 +01:00
Jmeas
a45385be98
Sets offset of fontMetrics div to be 0.
...
Offsetting the fontMetrics div causes the 'ghost image' created when
drag and dropping an Ace Editor to be offset by that same amount. By
removing the offset we fix the problem. Closes #2240 .
2014-11-15 19:59:07 +01:00
sevin7676
ef856d0f61
Javascript fixes
...
added forceMultiline parameter and removed line copied from C# folding
2014-11-15 09:15:25 -05:00
sevin7676
a70a9a88a9
new javascript folding in html mode
2014-11-15 09:03:31 -05:00
sevin7676
11bbc03e1d
Javascript region folding
2014-11-15 08:48:20 -05:00
sevin7676
1bed3ec951
Javscript region folding
2014-11-15 08:38:21 -05:00
nightwing
bf7eba2253
fix focusing window with click on ie
2014-11-14 23:57:06 +04:00
nightwing
7326de2a48
reset cached scroll values when resizing
...
this is needed since scrollTop of scrollbar element can be reset to 0
when ace is moved in the document.
2014-11-14 23:57:06 +04:00
nightwing
1721ca8a0c
fix unwanted scrolling into view of hidden textarea
2014-11-14 23:56:55 +04:00
nightwing
3a8b279e43
update fold widgets in mixed modes when tokenizer state changes
2014-11-12 18:40:22 +04:00
nightwing
742e8c01a8
fix folding of li tags containing unclosed p tags
2014-11-12 18:38:50 +04:00
nightwing
5801b75b5d
fix php folding
2014-11-12 18:37:59 +04:00
nightwing
271cefb44a
fix typo
2014-11-08 23:52:05 +04:00
nightwing
b8e3198ba8
version 1.1.8
2014-11-08 23:45:22 +04:00