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... -
创建于 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... -
创建于 Is there a way to open / show opened file on project pane?
已回答If you right click somewhere inside any opened file or right click on it's tab there is option to `show file in explorer'. I wonder if there is a way to show such file on Project pane? -
已编辑于 Different tabs lists on different GIT branches
Sometimes I need to work on several branches. I work on different files in each branch. Sometimes files opened in branch A, doesn't exist in branch B. So when I switch from branch A, to B and then ... -
已编辑于 I lost many of my settings after upgrade
I upgraded from 2017.2.4 to current version built on 28th of November by downloading patch. 1. It changed my skin and remove custom toolbar. I used some built-in white layout and now it reverted to... -
创建于 Turn off the data sharing acceptance modal window on startup
Each time on IDE's startup it shows me that screen: Each time I click "Don't send", but it nothing changes. How can I get rid of that permanently? -
创建于 Is there a way to use toString template in phpStorm like in InteliJ?
In my classes I need to implenet `jsonSerialize` method. I'm aware that I can't add my own code generator, but I thought that I can change velocity templates for similar method like `toString`. Bot... -
创建于 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. -
已编辑于 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 ... -
创建于 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...