-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: ajaxorg/ace
base: v1.18.0
head repository: ajaxorg/ace
compare: v1.18.1
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b72956d - Browse repository at this point
Copy the full SHA b72956dView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5ed709 - Browse repository at this point
Copy the full SHA c5ed709View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49ba52 - Browse repository at this point
Copy the full SHA c49ba52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 810e49f - Browse repository at this point
Copy the full SHA 810e49fView commit details -
replace property declaration with method signature for
setMarkers
a……nd `getMarkerAtPosition`
Configuration menu - View commit details
-
Copy full SHA for e73323d - Browse repository at this point
Copy the full SHA e73323dView commit details -
fix: add mode types, improve type definitions
This change adds a new ace-modes.d.ts file (references in the main ace.d.ts), which declares types for everything in the `ace/src/mode` folder. It's been done semi-automatically, and every mode or highlight rules have the same base type, even though technically different modes can have different sub-types (so currently we are omitting some information). Type definitions are excluded in the ace-builds package. Also included small fixes for existing types, like EditSession or Config.
Configuration menu - View commit details
-
Copy full SHA for e22bd5c - Browse repository at this point
Copy the full SHA e22bd5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e7b022 - Browse repository at this point
Copy the full SHA 1e7b022View commit details -
Merge pull request #5141 from mkslanc/fix-readme
Fix documentation link and incorrect declarations in ace.d.ts
Configuration menu - View commit details
-
Copy full SHA for e4c72e4 - Browse repository at this point
Copy the full SHA e4c72e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db9d4e - Browse repository at this point
Copy the full SHA 2db9d4eView commit details -
fix: hide
$getindent
from the SyntaxModeTechnically derived modes use it a lot, but any new custom mode can use the super.getNextLineindent() instead
Configuration menu - View commit details
-
Copy full SHA for 2b1c65b - Browse repository at this point
Copy the full SHA 2b1c65bView commit details
Commits on Apr 26, 2023
-
fix wrong next state for sqlserver mode; function to check, if any mo…
…de has wrong next state
Configuration menu - View commit details
-
Copy full SHA for aac99ad - Browse repository at this point
Copy the full SHA aac99adView commit details -
Merge pull request #5139 from mkslanc/lucene-mode-bug
Fix: wrong next state in regex state in Lucene and SQLServer modes
Configuration menu - View commit details
-
Copy full SHA for 8fe099b - Browse repository at this point
Copy the full SHA 8fe099bView commit details -
fix: replaceRange could now be implemented as an instance of the Rang…
…e interface, rather than being an instance of the Range class
Configuration menu - View commit details
-
Copy full SHA for e1bdccc - Browse repository at this point
Copy the full SHA e1bdcccView commit details
Commits on Apr 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a8f941 - Browse repository at this point
Copy the full SHA 3a8f941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2a3a7 - Browse repository at this point
Copy the full SHA 6b2a3a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe324f4 - Browse repository at this point
Copy the full SHA fe324f4View commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 536cd40 - Browse repository at this point
Copy the full SHA 536cd40View commit details -
Merge pull request #5138 from ajaxorg/fix-mouseevent
do not create getAccelKey method in event constructor
Configuration menu - View commit details
-
Copy full SHA for 715d850 - Browse repository at this point
Copy the full SHA 715d850View commit details -
Merge pull request #5142 from ibabanov-aws/mode-types
fix: add mode declarations and types, improve type definitions
Configuration menu - View commit details
-
Copy full SHA for b33a3f3 - Browse repository at this point
Copy the full SHA b33a3f3View commit details -
Merge pull request #5143 from mkslanc/replacerange-fix
Fix: replaceRange could be not instance of Range class
Configuration menu - View commit details
-
Copy full SHA for 7a8ff32 - Browse repository at this point
Copy the full SHA 7a8ff32View commit details
Commits on May 2, 2023
-
Allow copy pasting from hover tooltips. (#5150)
While the hover tooltips are focusable and selectable, keydown closes the tooltip. Now we allow ctrl+cmd key bindings to be pressed and we keep the popup open.
Configuration menu - View commit details
-
Copy full SHA for b640e3d - Browse repository at this point
Copy the full SHA b640e3dView commit details
Commits on May 3, 2023
-
Oyku Yilmaz committed
May 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 3c4a81d - Browse repository at this point
Copy the full SHA 3c4a81dView commit details
There are no files selected for viewing