Questions tagged [css-editor]

Tools used to edit CSS (like IDEs, text editors and also others). Not to be confused with CSS pre-processors. Questions regarding CSS pre-processors should not be tagged as editors.

9 questions
1
vote
2 answers

let user modify css propertise from front end of rails app

i am creating a cms / portal that i want each user to change certain css properise ie colors, widths, backgrounds etc to customise there own version of my site. What is the best way to do this ? i have looked into sass but not sure if this is…
1
vote
2 answers

Eclipse CSS Editor "Unknown property" after LESS nature mess

I'm done with googleing, I have to ask you folks... I have a static web project (not JavaFX, thus no JavaFX toolkits!) in Eclipse Kepler. Now thats the messy road I went: I created a .less file (for the first time) Eclipse starts nagging with the…
Ahab
  • 676
  • 1
  • 7
  • 15
1
vote
2 answers

Recommendations for open source alternatives to Dreamweaver for web development

I'm on the hunt for an open-source version of Adobe Dreamweaver to use for my freelance web development projects. I'm primarily a source coder, but I would find a split or visual view for CSS and design work, as well as native FTP functionality,…
Mike Zavarello
  • 3,514
  • 4
  • 29
  • 43
1
vote
1 answer

How to remove space after a colon in CSS with Sublime Text 3?

This question is about editing css files in Sublime Text 3, with use of autocompletion. I want this: .class { color: #FFF; text-align: center; text-decoration: underline } to be this: .class { color:#FFF; text-align:center; text-decoration:underline…
zalog
  • 683
  • 9
  • 21
0
votes
3 answers

Dreamweaver alternative

I'm aware there are plenty of questions like this but I'm looking to move to another development environment but not lose some of the better Dreamweaver features / behaviors. I have Dreamweaver CS6 and it just gets worse every release. The simple…
Fergal
  • 2,484
  • 2
  • 36
  • 48
0
votes
1 answer

Why does the CSS editor not work?

A few months ago I imported the HTML5/CSS3 update into Visual Web Developer 2010, and after the update ended I could not open CSS files in the Visual Studio editor. When I try I get the error: The operation could not be completed. Unspecified…
0
votes
1 answer

How to enable CSS editor features in VS 2012?

I seem to be missing all of the cool CSS editor features that were in VS 2012 RC. For example, the color picker. Is it because I am using the evaluation version? Or is there a switch to turn them on in the release?
danludwig
  • 46,965
  • 25
  • 159
  • 237
-1
votes
4 answers

Css editor with certain features

I need a light css editor with certain functions. Already downloaded and tried a few apps but still no luck, none of them fit my requirements. Actually, there is one, CssEdit (or TextMate), but unfortunately i'm a windows user... Already…
Vlad
  • 655
  • 6
  • 12
-2
votes
3 answers

Change input/textarea stylesheet on element focus (click) using javascript / jquery

This is what I try to do, and I know this will take many hours to get the good looking UI. $("input[type=text],textarea").bind("focus", function()![enter image description here][1] { var $th = $(this).before("
Vorapoap
  • 1
  • 1
  • 5