Tetsuya Yuasa
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 13
-
Tetsuya Yuasa commented, -
Tetsuya Yuasa created a post, AnsweredDifferent keymap for right ctrl and left ctrl
I want to bind right ctrl and left ctrl to different actions.For example: [right ctrl] + f => Move cursor right[left ctrl] + f => FindIs there a way for it with Intellij IDEA?Thanks. -
Tetsuya Yuasa commented, -
-
Tetsuya Yuasa created a post, AnsweredHow to fix <statement> expected, got 'NOT' warning.
I got the following error message. "<statement> expected, got 'NOT'". The code itself works fine.What am I doing wrong? I'm using PostgreSQL and the SQL is recognized as a PostgreSQL query. (I'm no... -
-
Tetsuya Yuasa created a post, AnsweredHow to change shell for ruby test
When I run a test named `・` from Rubymine following command is executed. /bin/zsh -c "bash -c 'env RBENV_VERSION=2.5.5 /Users/ironsand/.rbenv/libexec/rbenv exec bundle exec ruby -Itest /Users/irons... -
Tetsuya Yuasa created a post, AnsweredHow to exclude a specific word when searching
Is there a way to exclude a specific word when searching? I want to search a word "foo" but without "foo_bar" in my project. I tried with "foo -foo_bar", but it didn't work as I expected. Thanks. -
Tetsuya Yuasa created a post, AnsweredHow to suppress "local variable 'foo' can be uninitialized"
There is a "local variable 'foo' can be uninitialized" if I write like foo if boolean_value p foo How can I suppress this warning? I couldn't find configuration for it. -
Tetsuya Yuasa commented,