Ryan Griffith
365dba6006
Adjust fold-widget visibility based on folding-enabled
...
Slight adjustment to the visibility of `.ace_fold-widget` so that when the `.ace_folding-enabled` flag is toggled, so is the widget's visibility. This addresses the issue where the left-most edge of the folding widgets may still be visible after disabling code. folding
2013-04-23 10:16:28 -03:00
nightwing
b0a43790b4
do not overlay editor text when ime is active
...
fixes #1112
2013-03-28 21:25:05 +04:00
nightwing
771d861bd5
remove styles for occur-highlight from editor.css
2013-03-23 17:47:18 +04:00
Robert Krahn
6f68042545
[occur] highlighting occur search term in occur mode
2013-03-17 19:05:46 -07:00
DanyaPostfactum
930b5cf7af
Fix tooltip webkit gradient, reset ajax.org logo border
2013-02-06 12:59:01 +10:00
nightwing
944edc931a
restore font-size:12px on .ace_editor and add line-height: normal
2013-02-03 16:40:19 +04:00
nightwing
d437b63d19
position textarea with bottom/right since otherwise firefox 21+ scrolls
...
editor out of view when textarea.focus is called
2013-01-26 13:07:03 +04:00
DanyaPostfactum
84b1f16967
Improve tooltip style
2013-01-25 12:29:59 +04:00
DanyaPostfactum
4d43496201
Tooltip css tweak
2013-01-25 12:23:40 +04:00
DanyaPostfactum
7ae929aecf
Make container csspadding-proof
2013-01-25 12:23:40 +04:00
nightwing
19c3031abf
change default editor position to relative
2013-01-10 13:39:34 +04:00
nightwing
f78fbc6e36
do not set font size on editor,
...
to not create weird combinations of inherited line height and own font size
2013-01-10 13:36:21 +04:00
nightwing
1d7d636bff
Merge branch 'cursors' into master
...
TODO, needs cleanup
2012-10-26 21:05:13 +04:00
DanyaPostfactum
73f68abfc1
Retarget css-class changing from each cursor to whole cursor layer
2012-10-26 19:41:25 +04:00
DanyaPostfactum
1557004dfa
Add smoothBlinking option to cursor
2012-10-26 19:41:25 +04:00
nightwing
47cb2d5871
'Monaco' looks better than 'Menlo'
2012-10-24 18:24:03 +04:00
nightwing
7fc1944c8b
allow multiline annotations
2012-10-15 17:14:29 +04:00
Mostafa Eweda
04030e847e
Merge branch 'master' into bold_fonts
...
Conflicts:
lib/ace/theme/github.css
2012-10-03 11:50:21 +02:00
nightwing
d071027087
use fonts that have bold face with same width
2012-10-01 20:22:54 +04:00
DanyaPostfactum
0490b34fe2
Rename multiselect to ace_multiselect
2012-10-01 18:13:59 +10:00
DanyaPostfactum
e61d4c21f2
Prefix foldWidget state css-classes
2012-10-01 18:09:12 +10:00
DanyaPostfactum
7e81913058
rename .horscroll to .ace_scroll-left
2012-10-01 17:47:15 +10:00
DanyaPostfactum
489afda3ba
Fix box-model of the cursor
2012-10-01 17:21:35 +10:00
DanyaPostfactum
6576190b53
Add forgotten ace_layer class to ace_print-margin-layer
2012-10-01 17:15:28 +10:00
DanyaPostfactum
911e0a8eac
Simplify some of selectors in editor.css
2012-10-01 17:13:55 +10:00
DanyaPostfactum
d8e60f9f4b
Vendor-prefixed css-properties should go before standart.
2012-10-01 17:06:40 +10:00
DanyaPostfactum
936d077389
Rename ace_sb to ace_scrollbar
2012-10-01 17:02:03 +10:00
DanyaPostfactum
15c5290aec
Replace _ by - in css-classes
2012-10-01 16:50:23 +10:00
DanyaPostfactum
ddb40420cd
add css-class to textarea
2012-10-01 16:35:23 +10:00
nightwing
021d169fbe
remove redundant rules from themes
2012-09-19 18:39:29 +04:00
nightwing
eab6061282
fix regression in drawing foldwidgets on wrapped lines
2012-09-11 10:49:44 +04:00
DanyaPostfactum
57a830e688
Correct fold-widget style
2012-08-26 17:22:32 +10:00
Mostafa Eweda
658c5a2bb3
Merge pull request #864 from ajaxorg/fix/performance
...
Improve performance
2012-08-24 07:57:03 -07:00
nightwing
6e513610b3
do not force reflow while updating the gutter
2012-08-07 19:02:17 +04:00
nightwing
9c1101c814
show tooltips immediately
2012-08-06 22:15:49 +04:00
nightwing
0e5b77763f
revert acc3faf42c since it was not working with folding enabled
2012-08-03 18:46:57 +04:00
nightwing
16ca8e1b02
code style
2012-07-20 23:38:46 +04:00
nightwing
71231db0af
editor content shouldn't overlay scrollbar
2012-06-30 13:25:38 +04:00
Ruben Daniels
67d75fc948
Merge branch 'master' of github.com:ajaxorg/ace into ui/optimize-experimental
2012-06-18 20:39:55 -07:00
Vlad Zinculescu
acdff2a468
fold icons for dark themes. fixed fold icon position when active but not hovered
2012-06-18 16:59:10 +02:00
Vlad Zinculescu
1f51847635
added info icon for dark theme
2012-06-18 12:15:24 +02:00
Ruben Daniels
575cec571e
Merge branch 'master' of github.com:ajaxorg/ace into ui/optimize-experimental
2012-06-13 22:54:39 -07:00
Ruben Daniels
d9c0212fa1
* Added ability to force ace to resize
...
* Automatically size the width via css
2012-06-13 22:18:15 -07:00
nightwing
806114aa2e
tweak fadeFoldWidgets animation
2012-05-25 11:12:44 +04:00
nightwing
acc3faf42c
highlight full gutter line for wrapped lines too
2012-05-25 10:54:04 +04:00
nightwing
1de8c413c6
fix textinput and contextmenu
2012-05-25 00:02:26 +04:00
danyaPostfactum
871b32d098
Set width: auto for .ace_gutter .ace_layer (for IE)
2012-05-24 16:50:05 +12:00
danyaPostfactum
dc710d63cb
Fix IE bug (remove width: 100%)
2012-05-22 21:35:48 +12:00
nightwing
c142244d90
fix gutter z-index
2012-05-08 14:31:28 +04:00
Vlad Zinculescu
59ef99cf0b
updated warning and error gutter icons
2012-05-05 20:58:09 +02:00