Konstantin Silni

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
Konstantin Silni created a post, Search in all non-ruby files (regex in file mask)
Hi, I am trying to use th 'Find in Path' functionality to find a string.I want it to be found everywhere except in ruby files. I came up with .*[^(.rb)]$ (simply assuming an '.rb' extension)Howeve... -
Konstantin Silni commented, -
Konstantin Silni created a post, How can I customize the color of current scope highlighting
I would like to make the current scope highling (Settings->Editor->Highlight on Caret Movement) a tad mor obvious.I have not found any relevant setting for it.How can I adapt the colors?Thank you. -
-
Konstantin Silni created a post, How to switch between the list of tests and the output/console inside the run window using the keyboard?
When I run tests and open the run window using the Alt+4 shortcut, I find the cursor either in the list of tests on the left or in the console/output on the right.I would like to switch back and fo... -
-
Konstantin Silni created a post, AnsweredHow to switch tabs in a tool window? (not editor tabs)
I have several tabs open in the run tool window - Bash, irb, test run etc. I have tried to use the Ctrl+Tab (with +Alt or/and +Shift ) shortcut to switch between them in the context menu, but witho... -
Konstantin Silni commented, -
Konstantin Silni created a post, Can the Structure view start with the structure expanded ?
When I open the structure view (Alt+7), it is initally always collapsed. I have not found an option/setting to make it expanded by default, so I always have to click on the 'expand' icon first.Is i...