CSS, Folding and AutoCompletion
Posted: Mon Mar 06, 2006 7:14 pm
Hi there,
## Folding
Oxygens folding mechanism is misbeving a little bit on some syntaxes. Following code will not work:
So, after removing the commas, Oxygen will allow to fold those blocks but thats not a valid JS Syntax anymore 
## AutoCompletion
Another issue i have with Oxygen is the way it completes CSS values. It removes an empty space between property and value even though i explicitly entered this empty space. Maybe this could get another "option" in the preferences?
## Folding
Oxygens folding mechanism is misbeving a little bit on some syntaxes. Following code will not work:
Code: Select all
var Foo = new Object();
Foo.Bar = {
create: function() {
//Some comments
//for testing
},
update: function() {
//Some comments
//for testing
},
remove: function() {
//Some comments
//for testing
}
}

## AutoCompletion
Another issue i have with Oxygen is the way it completes CSS values. It removes an empty space between property and value even though i explicitly entered this empty space. Maybe this could get another "option" in the preferences?