michael ussher
- 活动总数 697
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 18
- 订阅数 241
-
创建于 getting sick of seeing "Failed to transfer file" "could not determine the type of file"
The auto upload is a great feature but it seams to be failing quite often for me. So far it has failed 6 times todayMy usual workflow is:* write something in the editor,* move the mouse up to fire... -
创建于 github "repository test has failed"
Im not able to checkout anything from Github.I can put in the "Git Repository URL" and have the "accept key YES / NOP" dialog open. click yes, it all seams to have worked, but on clicking TEST i g... -
创建于 SQL and constants, any way to retain syntax highlighting?
Hi,On the system I normally use the database tables are held in an array so I get queries like this: $sql = "SELECT * FROM {$jamroom_db['some_table']} "; ... -
创建于 Getting a plugin built that works in phpstorm?
I want to get a plugin built that works in phpstorm.I had a go at following the docs, ( http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment ) but im just not a java developer and the ... -
创建于 building a plugin with a toolWindow. newbie is stuck
Hi everyone.Im wanting to build a plugin for phpStorm that is another toolWindow.I have built what i want in php here:http://junk.hostsaba.com/index.php?pg=projects&t=list_allIts uses RESTful API t... -
创建于 how do i activate "Flip Binary Expression"?
I have some code that looks like this:$this->band_id = $band_id;and i want to flip it to:$band_id = $this->band_id;Its far more work asking this question that just writing out the code by hand, b... -
创建于 debug toolWindow wont open.
up until about 15 minutes ago, I would refresh the page in the browser on my local server and if the green telephone was on these things would happen:#1) a popup would ask me to ACCEPT or IGNORE t... -
创建于 smarty 'code style' settings for }else{ how to set the indent level?
when i am writing in .php files and do a code reformat it reformats like this:if($something){ print 'yes';}else{ print 'no';}The }else{ statement is inline with the if. As it should be in ... -
创建于 how to "Make sure you have the Groovy plugin enabled"?
The docs on this page "Building and Running from the IDE":http://www.jetbrains.org/pages/viewpage.action?pageId=983225READ:To develop IntelliJ IDEA, you can use either IntelliJ IDEA Community E... -
创建于 how to "Make sure you have the Groovy plugin enabled"?
The docs on this page "Building and Running from the IDE":http://www.jetbrains.org/pages/viewpage.action?pageId=983225READ:To develop IntelliJ IDEA, you can use either IntelliJ IDEA Community Edit...