incendio Well-Known Member Licensed User Longtime User Sep 21, 2020 #1 When I search for a keyword, the result in Quick Search Windows mostly showed many lines. Wish that the line that clicked in Quick Search Windows became highlighted so I will know the last line already checked. Thanks.
When I search for a keyword, the result in Quick Search Windows mostly showed many lines. Wish that the line that clicked in Quick Search Windows became highlighted so I will know the last line already checked. Thanks.
Erel B4X founder Staff member Licensed User Longtime User Sep 21, 2020 #2 The last selected line is indicated:
incendio Well-Known Member Licensed User Longtime User Sep 21, 2020 #3 Not that one. See attachment. The line in Quick Search Windows not highlighted after clicked, it make difficult to keep track which one already clicked. Attachments Search.jpg 202 KB · Views: 262
Not that one. See attachment. The line in Quick Search Windows not highlighted after clicked, it make difficult to keep track which one already clicked.
Erel B4X founder Staff member Licensed User Longtime User Sep 21, 2020 #4 The first line is selected. The color is a bit too light but it is there.
incendio Well-Known Member Licensed User Longtime User Sep 21, 2020 #5 Now that you mentioned it, I checked again, and you were right, it was there. I set the monitor brightness to low, this line is barely visible from about 50cm. I hope you can the color of the line into something more contrast like red/yellow/green, thanks.
Now that you mentioned it, I checked again, and you were right, it was there. I set the monitor brightness to low, this line is barely visible from about 50cm. I hope you can the color of the line into something more contrast like red/yellow/green, thanks.
Sandman Expert Licensed User Longtime User Sep 21, 2020 #6 incendio said: I hope you can the color of the line into something more contrast like red/yellow/green, thanks. Click to expand... These two links might be relevant to you, if you are willing to make a custom theme for yourself (not difficult): - https://www.b4x.com/android/forum/t...-the-bordercolor-property-in-ide-theme.97613/ - https://www.b4x.com/android/forum/threads/add-theme-setting-for-current-line-outline.94825/
incendio said: I hope you can the color of the line into something more contrast like red/yellow/green, thanks. Click to expand... These two links might be relevant to you, if you are willing to make a custom theme for yourself (not difficult): - https://www.b4x.com/android/forum/t...-the-bordercolor-property-in-ide-theme.97613/ - https://www.b4x.com/android/forum/threads/add-theme-setting-for-current-line-outline.94825/
Erel B4X founder Staff member Licensed User Longtime User Sep 21, 2020 #7 (wrote it while Sandman posted) You can change it yourself: Note that it will also change the "current line" color in the code editor. Make a copy of the theme you like and add: B4X: <Item Name="Current Line" Foreground="0x02000000" Background="0x02000000" BoldFont="No" BorderColor="0x000000FF"/> The BorderColor is the important attribute and the format is 0x??BBGGRR
(wrote it while Sandman posted) You can change it yourself: Note that it will also change the "current line" color in the code editor. Make a copy of the theme you like and add: B4X: <Item Name="Current Line" Foreground="0x02000000" Background="0x02000000" BoldFont="No" BorderColor="0x000000FF"/> The BorderColor is the important attribute and the format is 0x??BBGGRR