Skip to content

Always select closest word #205

@ProgerXP

Description

@ProgerXP

This is likely a Scintilla feature.

Document with two lines (| indicate cursor positions):

|  aa bb
|  'aa bb

Place cursor at line 1, Ctrl+Space - aa will be selected. This is good.

Place cursor at line 2, Ctrl+Space - the entire line will be selected. This is bad - it should behave as line 1, i.e. locate the closest word by right-scanning and then select it. For selecting a line there is Ctrl+Shift+Space hotkey.

In other words, for both lines selection should be the same.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions