sabat24
- Total activity 145
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 45
-
Created Searching in "Navigating Between Open Files and Tool"
Is there a way to search for opened tab in that window or any other way for that? I want to restrict searching to currently opened files. -
Created Replace in Path - no search text entered error
AnsweredOn windows I pressed ctrl + shift + R and provided text to find and replace. Preview shown me that was 16 matches in 2 files. I clicked Replace All button. IDE freeze for a while and confirmation d... -
Created Empty workspace after returning to previous task
1. I work on some task. 2. I create new task with GIT branch and IDE switches me to empty workspace with checkout. 3. I close task and create another in the same way as mentioned above. 4. I switch... -
Created Was the change in behavior of double click on table's field in Database tab intentional?
I recently upgraded IDE to following version: PhpStorm 2017.3.5 Build #PS-173.4674.45, built on March 7, 2018 and I saw that some behaviour has changed. In database tab, when I double click on fiel... -
Edited Upload files after commit - no files found to process
AnsweredI created empty git repo. I generated documentation. I commited all files to my VCS with upload files to option checked. Then in File transfer window I received following information: [2018-03-07 ... -
Edited Files to commits should be based more on VCS rather then change's list.
1. I made some changes in files on some branch. I didn't commit them. 2. I created new task with new branch based on my previous branch. 3. I pressed ctrl + K and IDE shown me that there is nothing... -
Edited Allow incomplate dates in MySQL connector
I need to use following dates for example: 2020-00-00 saved as DATE type. I set sql_mode in my sessionVariables to: 'ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, ERROR_FOR_DIVISION_BY_ZERO, NO_AUTO_CRE... -
Created Code inspection on files using git diff or custom files list
Code inspection is a good tool for code reviews. My goal is to run inspection only on files which was changed between branches or/and different commits. Probably there is no such option in IDE howe... -
Created How to set up git SSH keys?
AnsweredI've got remote repository on Bitbucket. It seems that my IDE can't see the path to my SSH keys. In my git config I've got following line: "puttykeyfile = E:\\...\\hg-bitbucket.ppk" My SSH executab... -
Created SSH remote run / external tools - lack of option for current project only
I started to use SSH remote run plugin (I think it's build in plugin, not 3rd party one). For each project I've got 2-3 commands which I'd like to use. Each project is hosted on different server or...