mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-03 20:33:33 +03:00
📝 Do not mention persistent option for mark...Range methods
This commit is contained in:
parent
c31ade978c
commit
e3790b8f20
@ -1702,8 +1702,6 @@ class TextEditor extends Model
|
||||
# operations, but uses more time and memory. (default: false)
|
||||
# * `reversed` (optional) {Boolean} Creates the marker in a reversed
|
||||
# orientation. (default: false)
|
||||
# * `persistent` (optional) {Boolean} Whether to include this marker when
|
||||
# serializing the buffer. (default: true)
|
||||
# * `invalidate` (optional) {String} Determines the rules by which changes
|
||||
# to the buffer *invalidate* the marker. (default: 'overlap') It can be
|
||||
# any of the following strategies, in order of fragility:
|
||||
@ -1737,8 +1735,6 @@ class TextEditor extends Model
|
||||
# operations, but uses more time and memory. (default: false)
|
||||
# * `reversed` (optional) {Boolean} Creates the marker in a reversed
|
||||
# orientation. (default: false)
|
||||
# * `persistent` (optional) {Boolean} Whether to include this marker when
|
||||
# serializing the buffer. (default: true)
|
||||
# * `invalidate` (optional) {String} Determines the rules by which changes
|
||||
# to the buffer *invalidate* the marker. (default: 'overlap') It can be
|
||||
# any of the following strategies, in order of fragility:
|
||||
|
Loading…
Reference in New Issue
Block a user