Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow word mode backspace and delete #143

Open
wants to merge 47 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
437ca02
Allow word mode backspace and delete
Sep 21, 2022
958d071
merging some of the pull request changes
Sep 24, 2022
a5959ef
fix move right
Sep 24, 2022
3cb389b
selection fixes
Sep 24, 2022
1aa2d61
selection detail
Sep 24, 2022
7872672
non blinking cursor
Sep 24, 2022
380ea4f
better line selection
Sep 24, 2022
1d36364
remove redundant SanitizeCoordinates calls
Sep 24, 2022
918ac09
line selection by clicking on line numbers
Sep 24, 2022
21db0c1
delete line option
Sep 24, 2022
34d1d3c
shift + click to select
Sep 24, 2022
c447f03
fix bug with interactive selection after deleting selection
Sep 24, 2022
af36b35
palette changes from pr in original repo
Sep 24, 2022
bc6d6de
use rgba order in u32 instead of abgr
Sep 24, 2022
58f0fcb
add mariana theme
Sep 24, 2022
02593ee
unfinished
Sep 25, 2022
bbb978a
fixes
Sep 25, 2022
9228e56
more fixes
Sep 26, 2022
e34afbf
fix issue with DeleteRange when redoing tab deletions
Sep 26, 2022
9773266
fix bug when deleting tabs and later when undoing
Sep 26, 2022
bfc2728
fix issue when ctrl backspace a tab character
Sep 27, 2022
2152ebc
fix stupid mistake with Advance method
Sep 27, 2022
f2b0a8a
fixes from dev
Sep 27, 2022
f4cc172
more fixes
Sep 27, 2022
575c6b0
fix issue with ScreenPosToCoordinates function
Sep 27, 2022
3e1d891
fix from dev
Sep 27, 2022
23dca31
fix for shift click
Sep 28, 2022
46f0033
fix issue with autoindentation and redo
Sep 29, 2022
0530a35
fix undo redo issues
Sep 29, 2022
038d45d
fix current line deletion
Sep 29, 2022
9b5a0dc
fixes for multiple cursors in the same line
Sep 30, 2022
6166f1c
autoindentation fix from dev
Sep 30, 2022
c7241ee
shift click fix from dev
Sep 30, 2022
68e7c6a
fix ctrl double and triple click
Sep 30, 2022
0e976e3
fix issue when deleting line with multiple cursors
Sep 30, 2022
4b4307c
better handling of multiple cursors in the same line
Oct 1, 2022
568f232
fix more tab related issues on line deletion
Oct 1, 2022
4198bd4
fix OnLinesDeleted function
Oct 1, 2022
b8f3a0a
fix OnLinesDeleted function
Oct 1, 2022
1e6bf51
handle selection when deleting current lines
Oct 1, 2022
57ac90a
submitted this by accident
Oct 1, 2022
cd4c4b1
remove old stuff
Oct 1, 2022
e99de70
more accurate focus detection
Oct 1, 2022
9c0b711
cursor merging
Oct 1, 2022
5aacceb
fix copy and pasting
Oct 1, 2022
a4407f7
remove line highlight
Oct 1, 2022
9c6f35a
Merge branch 'multicursor' into dev
Oct 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading