LiXiao
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
Created 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 -
Created 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... -
Created [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... -
Created 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/?... -
Created plugin change notes always display the description of plugin
I repost it as a question.Message was edited by: LiXiao -
Created [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... -
Created [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... -
Created [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 ... -
Created 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... -
Created [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...