micro-editor / micro-editor/micro
Readonly mode doesn't disallow undo, replace, retab...
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
Description of the problem or steps to reproduce
Read-only mode (enabled via readonly option) doesn't fully disallow editing the buffer. It disables inserting and deleting text but doesn't disable at least the following operations:
- undo/redo
- replace
- retab
- comment/uncomment via comment plugin (since it uses Replace internally)
Specifications
Commit hash: ce46b8e
OS: any
Terminal: any
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the behavior with the readonly option and check each listed operation: undo/redo, replace, retab, and comment/uncomment through the comment plugin. Done means read-only mode disallows all of these editing operations while preserving its existing restrictions on inserting and deleting text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100