sabat24

- 活动总数 145
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 45
-
创建于 Save state of code folding with manually changed parts of code
Is there a way that IDE save the states of elements which have been expanded / collapsed by me? Right now each time I open my project all code is expanded by default even if some methods were colla... -
创建于 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. -
创建于 Replace in Path - no search text entered error
已回答On 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... -
创建于 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... -
创建于 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... -
已编辑于 Upload files after commit - no files found to process
已回答I 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 ... -
已编辑于 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... -
已编辑于 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... -
创建于 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... -
创建于 How to set up git SSH keys?
已回答I'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...