LiXiao
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 16
-
创建于 Fireworks 1.30 released, works with IDEA 8.1 now.
Running tests in background is on the way, the 1.30 release is just a fix for IDEA 8 -
创建于 Fireworks 1.15 released
Available for IDEA 5.0 & 6.0 through IDEA's built-in plugin manager or directly fromhttp://plugins.intellij.net/plugin/?id=1106Version 1.15 changes:? * fix bug: when disable fireworks on Intelli... -
创建于 [ANN] fireworks 1.13 released
For I am not working on a java project, I have no idea about how to improve Fireworks now. So I really need your help. I add new feature to get your feedbacks directly, please take a look at it and... -
创建于 plugin change notes always display the description of plugin
Hi, this problem makes me confused a loooooooooong time.I checked some others plugin.xml, they didn't have same problem.Does anybody know why?here is my plugin: http://plugins.intellij.net/plugin/?... -
创建于 plugin change notes always display the description of plugin
I repost it as a question.Message was edited by: LiXiao -
创建于 [ANN] fireworks 1.11 released (a bug fix version)
fix bug: if the project which is opened during opening IntelliJ has not included junit lib, fireworks can't be installed.(Thank johnny.pu for reporting the bug). I still have no idea abo... -
创建于 [ANN] fireworks 1.09 released (a bug fix version)
Available for IDEA 5.0 & 6.0 through IDEA's built-in plugin manager or directly fromhttp://plugins.intellij.net/plugin/?id=1106Version 1.09 changes fix bug: should not schedule task of runn... -
创建于 [ANN] fireworks 1.08 released
Available for IDEA 5.0 & 6.0 through IDEA's built-in plugin manager or directly fromhttp://plugins.intellij.net/plugin/?id=1106Version 1.08 changes • new feature: The icon of Fireworks tool window ... -
创建于 Is there any way to know that there is a Live Template is working?
My plugin need to know whether there is a Live Template working in Editor, so that it can delay task need to do until Live Template finished.I can't find how to get the status of Live Template work... -
创建于 [ANN] fireworks 1.05 (available for IDEA 5.0 and 6.0 now)
We all know about the following steps : Quickly add a test. Run all tests and see the new one fail. Make a little change. Run all tests and see them all succeed. Refactor to r...