bachileha / css-x-fire

Automatically exported from code.google.com/p/css-x-fire
0 stars 0 forks source link

Feature: quick open correspond css rule #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It will be very useful to add this menu "open css rule" link and add this 
action to middle mouse click.

Now, to do this you must to expand tree twice and then click changed property.

At the final step of any project I get a large list of minor changes in css 
from designers. Firebug +css-x-fire is very useful when you need to change 
value of some properties, but for adding new rules and properties IDE is more 
functional for me. 

There are many css files and rules in large projects and css-x-fire helps to 
find required places of code. Just find tag in firebug, disable and then enable 
any property of required tag and link will appears in css-x-fire incoming 
changes. 

I ask for this feature to make this navigation more quick.

Thank you!

Original issue reported on code.google.com by metaller...@gmail.com on 29 Apr 2011 at 11:20

Attachments:

GoogleCodeExporter commented 9 years ago
My suggestion is to add quick navigation - with middle mouse click (no popup 
menu) - on all nodes except the tree root:
- Clicking on a file node would navigate to that file without doing any 
selection.
- Clicking on a selector/rule node would navigate to that file and highlight 
the entire rule.
- Clicking on a property node would navigate to that file and highlight either 
the single property or the entire rule, depending of the existence of the 
property. Just as a double click does now.

This should be accompanied with an automatic tree expansion, either to its 
first leaf or the entire tree.

The above two additions would result in a one-click navigation to any node. 
Does that sound feasible to you?

Original comment by ronnie.k...@gmail.com on 29 Apr 2011 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by ronnie.k...@gmail.com on 29 Apr 2011 at 12:31

GoogleCodeExporter commented 9 years ago
Yes, you're right. I forgot that file node can contain more than one rule at 
the same time.

May be click on the file node will open rule if there is only one rule in this 
file node?

Original comment by metaller...@gmail.com on 29 Apr 2011 at 12:39

GoogleCodeExporter commented 9 years ago
Fixed in 1.17

Original comment by ronnie.k...@gmail.com on 4 May 2011 at 7:21

GoogleCodeExporter commented 9 years ago
Amazing! Thank you again!

Original comment by metaller...@gmail.com on 4 May 2011 at 7:23