sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
812 stars 40 forks source link

[Feature request] Carriage and not active find result different settings #1593

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Request

It would be nice, if carriage and not active find result color will be have difference colors.

2. Justification

Part of my tmTheme file:

<key>caret</key>
<string>darkorange</string>

Ctrl+F → I print caret in Find Panel → if my carriage not in a word caret, I get this behavior.

darkorange

green

I want to use darkorange for carriage, but for inactive find result darkorange — bad color.

3. Desirable behavior

<key>inactiveFindResult</key>
<string>green</string>

My inactive find result will be have a green color, but carriage have a darkorange color.

Thanks.

keith-hall commented 7 years ago

Possible duplicate of https://github.com/SublimeTextIssues/Core/issues/741

Kristinita commented 7 years ago

@keith-hall , I don't find, that to talk about caret problem in #741.

Thanks.

FichteFoll commented 7 years ago

Related, but not a duplicate.