issues
search
cessen
/
ropey
A utf8 text rope for manipulating and editing large texts.
MIT License
1.04k
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Persistent Buffer History
#98
Riolku
closed
2 weeks ago
1
[Question] Can I keep track of cursor positions while editing a `Rope`?
#97
balthild
closed
1 month ago
4
fix: add track_caller attr on panicking methods
#96
mrnossiom
opened
2 months ago
3
Build rope from slices
#95
truchi
closed
3 months ago
8
accelerate line iterator
#94
pascalkuthe
opened
6 months ago
2
Chars::reversed not working as expected
#93
TornaxO7
closed
11 months ago
2
Test `pt_shrink_to_fit_01` fails on i686
#92
blinxen
closed
1 year ago
14
[tests] Run search_char_idx_02 and search_line_break_idx_04 only in debug mode
#91
blinxen
closed
1 year ago
1
Tests and `debug_assert!`
#90
blinxen
closed
1 year ago
2
Rope Graphemes Example
#89
ghost
closed
1 year ago
1
Small Corrections and Rewording, Mostly README.md
#88
ghost
closed
1 year ago
2
Lines iterated ropey is ~2x slower when highlighting ~1k lines of code than a simple Vec of Vec of chars
#87
ivanceras
closed
1 year ago
1
missing comma (for readability)
#86
tshepang
closed
1 year ago
2
[Qustion]: How to get the col number of byte index
#85
Solo-steven
closed
1 year ago
1
Add `line + column <-> char` indexes conversion helpers
#84
gavrilikhin-d
closed
1 year ago
1
Implement two-way iterators and peekables
#83
blt-r
opened
1 year ago
4
peek methods on iterators.
#82
blt-r
opened
1 year ago
3
Remove unused lifetimes
#81
Johan-Mi
closed
1 year ago
2
Is it okay if I publish a fork of this crate that works with any type of data?
#80
AhoyISki
closed
1 year ago
3
Comparaison with Xi editor
#79
sucrecacao
closed
1 year ago
1
Add Rope::is_instance
#78
pascalkuthe
closed
1 year ago
1
Fix Line Iterator creation for empty Rope
#77
pascalkuthe
closed
1 year ago
1
subtract with overflow in new line iterator
#76
bjorn-ove
closed
1 year ago
4
`TextInfo` in `Chunks` API
#75
truchi
opened
1 year ago
11
RopeBuilder's Default derive creates an invalid RopeBuilder
#74
kirawi
closed
1 year ago
1
attempt to compute `0_usize - 1_usize`, which would overflow
#73
steewbsd
closed
1 year ago
2
test case failed lines_exact_size_iter_04
#72
shuoli84
closed
1 year ago
1
fix medium.txt path in test case
#71
shuoli84
closed
1 year ago
1
faster line iterator
#70
pascalkuthe
closed
1 year ago
23
Simple improvement to `Rope::lines()` iterator by adding a cache
#69
poliorcetics
closed
1 year ago
7
better fuzzing
#68
pascalkuthe
closed
1 year ago
10
correcly fixup tree when a removal occurs at the chunk boundery
#67
pascalkuthe
closed
1 year ago
5
fix Hash implementation
#66
pascalkuthe
closed
1 year ago
9
Fix panic when comparing ropes with chunks that do not align at char bounds
#65
pascalkuthe
closed
2 years ago
1
Change Chunks iterator to use a cursor when in light mode.
#64
smohekey
closed
2 years ago
1
Chunks iterator get's confused when you change direction twice.
#63
smohekey
closed
2 years ago
5
Async IO support for `Rope`?
#62
Nughm3
closed
2 years ago
1
Fix stacked borrow violations
#61
Noratrieb
closed
2 years ago
10
`ropey` doesn't agree with `wc`
#60
evanrelf
closed
2 years ago
7
Performance issue with the redundancy operations
#59
yyzdtccjdtc
closed
2 years ago
1
Fix clippy warnings
#58
tausifcreates
closed
2 years ago
1
Insert to another rope
#57
stevefan1999-personal
closed
2 years ago
4
Incoming breakage due to static assert on size
#56
oli-obk
closed
2 years ago
6
Buffering writes for performance uplift
#55
josephg
closed
2 years ago
1
Add a feature flag to only count LF and CRLF as line breaks.
#53
cessen
closed
2 years ago
6
Replace some unsafe with `copy_within`
#52
archseer
closed
2 years ago
1
slice.copy_within stable in Rust 1.37
#51
SmiteWindows
closed
2 years ago
0
Add get_byte_slice/byte_slice
#50
archseer
closed
2 years ago
2
Add slice_byte() / get_slice_byte()
#49
archseer
closed
2 years ago
2
Specify the lifetime on RopeSlice::get_chars_at() and similar functions as it is specified for get_chars()
#48
BoydstonNicholas
closed
2 years ago
5
Next