-
in notepad++, sublime text, atom, ultraedit and other editors (even m$ wordpad) you can move a selected block of text by dragging with your mouse :)
![Animation](https://user-images.githubuserconte…
-
### Tested versions
- Godot 4.3-stable
### System information
Arch Linux - Godot 4.3.stable.arch_linux - Vulkan (Forward+)
### Issue description
i have only installed godot. added 2 sce…
-
I have been creating a day view scheduler with drag and drop for moving events and creating new events. This is all from code in the demo area. However I note that the demo code for 'drag to creat…
-
When using the `sortable: true` option for a select field the drag and drop functionality doesn't work (anymore) in Chrome and in Edge. When testing it in Firefox it does work however.
Details…
-
Is there a way to copy a selected item by holding Ctrlkey and drag the item, so that the duration of the selected item gets copied and the user can´t select a new endtime when dragging the item over l…
-
The multi-select when you first click doesn't display anything. But, if you drag out to select at least two tiles, and then drag back to only one, then that one tile will be selected.
-
It would be great if we could get a multi-row selection feature.
I suggest implementing it in the standardized way:
- Range selection: Shift +🖱️click to select a range from start row to end row
-…
-
It would be nice to have a feature to capture the whole screen by pressing a specific key (let's say `f` or `Return`) when the selection pops up.
I'm almost done with a solution, but I have trouble…
-
This is related to https://github.com/CuppaLabs/angular2-multiselect-dropdown/issues/38
In my sortable rows, I have a multi select dropdown. When I select an item and then unselect it, and when I …
-
In my component I'm doing it like this:
```
import { Chart } from 'chart.js';
import * as ChartDraggable from 'chartjs-plugin-draggable';
...
public scatterChartOptions: any = {
...
select…