NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Skip or delete semicolon with CSS?


Joined: 24 Apr 2009
Posts: 12
Reply with quote
although as I found PhpED is really really great but I have something new bothering me
when I work with CSS using PhpED when auto complete it also gives semicolon in the end of the line so if I want to add something I have to go to the arrow button in my keyboard to skip the semicolon.

example:

when I want to assign color when choose it from the auto complete drop down menu it gives this:
Code:
#header {
color: |;
}


so if I want to add anything after color I have to skip the semicolon using the arrow button in my keyboard.

how to disable this or delete the semicolon when working with CSS?
how to make the auto complete in this way:
Code:
#header {
color: |
}
without semicolon


it will be a good idea if there is away to skip it or overwriting on it or deleting it when I type the semicolon myself just like the closing quote or closing brackets.

anyidea?

thanks Smile
View user's profileFind all posts by XO39Send private message


Joined: 24 Apr 2009
Posts: 12
Reply with quote
no one?
anyone?

I really don't like to use more than one software while coding

thanks everyone Smile
View user's profileFind all posts by XO39Send private message


Joined: 24 Apr 2009
Posts: 12
Reply with quote
still no one can help.
hey guys, no support at all?!
View user's profileFind all posts by XO39Send private message


Joined: 29 Aug 2007
Posts: 39
Reply with quote
I'm not sure I get your problem.

Code:
#header {
color: |;
}


This may seem a bit simple, but if you're at that point, and you want to add something, just enter the semicolon as usual and enter your values as usual. This will push the semicolon along, ensuring that your last element automatically has a semicolon.

Cool
View user's profileFind all posts by StryksSend private message


Joined: 24 Apr 2009
Posts: 12
Reply with quote
Ooops
didn't realize it's that simple
please pardon my silliness Very Happy
thanks Stryks
if you didn't point that maybe I was never going to notice it. Smile

BUT, still need to skip it with the last element cause it's really annoying to have to go to the arrow button to skip it. (I mean when you want to add another class after the } of the first class e.i. (add #page after #header))

so, I think it will be very nice to have a way to skip the semicolon just like skipping the {}, (), '' and "".
don't you think?
Cool
View user's profileFind all posts by XO39Send private message
Skip or delete semicolon with CSS?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic