Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Nov 3, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Nov 3, 2023
vanillajonathan and others added 29 commits January 2, 2024 18:47
* prql: Add modules

* Update prql_highlight_rules.js
Change release shell script for new version of doc generator
Added link to SQLtest.online, site where I use Ace editor
fix backspace handling during composition on firefox
fix regression in passing matches startAutocomplete
Some parts of the default autocomplete popup did not meet accessibility contrast requirements. This improves the styling in our CloudEditor themes, which we use as our de-facto accessible themes.
* change colors for ace_snippet-marker

* fix screen reader reading snippets as their insert value

* remove border
* remove previous tabmanager if there is one

* show tabstop markers for only selected snippet

* fix if tab goes to -zsh of selected snippet

* adds test

* update test
Markos-Th09 and others added 30 commits June 6, 2025 09:41
* add `createDiffView` wrapper

* refactor diff handling: introduce `DiffViewOptions`, streamline API, and update tests

* refactor: rename `DiffView` to `SplitDiffView`, enhance typings, and update usage across modules; add diff ext package tests

* fix: update references to `SplitDiffView` after module rename

* fix: ensure proper cleanup of editors in `InlineDiffView` and detach functionality; add destroy calls for `diffView`
* add editor.destroyed property

* fix demo

* fix test
* wip: change color of selected text

* use afterRender event; fix wrapped lines serving

* separate text markers as extension

* add text markers to demo; make implementation more robust; add schedule to remove outdated text markers

* add tests for text markers; improve marker rendering logic

* resolve merge conflicts

* remove markers from demo
* improve typings for editor options

* describe `destroyed` property
…5853)

* fix tooltip position when editor is placed in new stacking context

* pin typescript version until we update types
* update for compliance with typescript 5.9.2

* add non-optional emitter to all event types; misc type fixes

* update known unknown types

* fix EmitParameters type
Co-authored-by: Harutyun Amirjanyan <[email protected]>
* WIP: gutter hover tooltip based on hover tooltip

* Refactor gutter tooltip to reuse hover tooltip functionality and align position logic.

* Adjust gutter tooltip offsets and ensure absolute positioning.

* refactor gutter tooltip handling: unify hide method, remove unused code, and improve positioning logic.

* remove tooltipFollowsMouse option in default gutter handler (for now)

* remove `tooltipFollowsMouse` option and refactor gutter tooltip logic to improve handling and positioning.

* fix tests

* refactor gutter tooltip constructor and positioning logic for improved alignment and consistency.

* fix tooltip positioning logic

* refactor gutter tooltip positioning logic to enhance alignment, reuse anchor metrics, and improve code clarity.

* fix more tests

* refactor gutter tooltip: improve type definitions, remove unused constants, replace `const` with `var` for consistency, and adjust destroy logic.

* refactor tooltip logic: improve $setPosition method, update handling of markers, and enhance code readability.

* refactor tooltip references: rename `tooltip` to `$tooltip`, update type definitions, and adjust related logic for consistency and clarity.

* cleanup

* Use position fixed to prevent tooltip being cropped to parent node
reverts #5853

---------

Co-authored-by: nightwing <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.