473,796 Members | 2,537 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Good CSS editors

I would like to hear recommendations on good CSS editors.

Personally, I would like a CSS editor with 'code-completion'.

In effect, I would like to be able to see different properties and their
possible values as I type, or at least next to the css-code window in a
reference window.

I have tried Style Master, but did not like it at all, it wasn't fast
enough, and not 'pro' enough for a text-editor-kinda CSS designer like me.

cheers,

jp
Jul 21 '05 #1
15 2667
Jam Pa <an******@non-anon.org> wrote:
I would like to hear recommendations on good CSS editors.

Personally, I would like a CSS editor with 'code-completion'.

In effect, I would like to be able to see different properties and their
possible values as I type, or at least next to the css-code window in a
reference window.
Very difficult to achieve this, how is an editor going to know if an
element accepts for example padding? The editors that I know of offer an
unqualified list of properties, making the feature worse than useless
(because it suggests to the uninitiated that it should work).
I have tried Style Master, but did not like it at all, it wasn't fast
enough, and not 'pro' enough for a text-editor-kinda CSS designer like me.


For me the only useful function in an editor to edit css is syntax
highlighting. YMMV, try Topstyle.

--
Spartanicus
Jul 21 '05 #2
Hey Spartacus

Spartanicus <in*****@invali d.invalid> wrote in
news:9o******** *************** *********@news. spartanicus.utv internet.ie:
Jam Pa <an******@non-anon.org> wrote:
I would like to hear recommendations on good CSS editors.

Personally, I would like a CSS editor with 'code-completion'.

In effect, I would like to be able to see different properties and
their possible values as I type, or at least next to the css-code
window in a reference window.
Very difficult to achieve this, how is an editor going to know if an
element accepts for example padding? The editors that I know of offer
an unqualified list of properties, making the feature worse than
useless (because it suggests to the uninitiated that it should work).


Hmm, makes me wonder if you have ever used a code-completing editor?

Basically you start by typing a propertys initial letter. Then a popup-
box containing all the properties starting with that letter is shown,
and suitable entry can be selected with the arrow keys + enter, OR
typing can be continued. Like with google suggest, which suggests
keywords as you type:
http://www.google.com/webhp?complete=1&hl=en

After a property has been selected, say 'display:', then code completion
can offer possible values. Imagine the lighting speed you could type
stylesheets with!

I have tried Style Master, but did not like it at all, it wasn't fast
enough, and not 'pro' enough for a text-editor-kinda CSS designer like
me.


For me the only useful function in an editor to edit css is syntax
highlighting. YMMV, try Topstyle.


I'm doing css 9-10 hours per day - any shortcut provided by a tool is
welcome. Syntax highlighting only isn't enough.

Oh yes, I like TopStyle. Its almost there, but it lacks 'basic' advanced
text editor features.

jp
Jul 21 '05 #3
On Thu, 28 Apr 2005 10:43:55 +0000 (UTC), in
comp.infosystem s.www.authoring.stylesheets Jam Pa
<an******@non-anon.org> wrote:
| I would like to hear recommendations on good CSS editors.
|
| Personally, I would like a CSS editor with 'code-completion'.
|
| In effect, I would like to be able to see different properties and their
| possible values as I type, or at least next to the css-code window in a
| reference window.
|
| I have tried Style Master, but did not like it at all, it wasn't fast
| enough, and not 'pro' enough for a text-editor-kinda CSS designer like me.


TopStyle. www.bradsoft.com
---------------------------------------------------------------
jn******@yourpa ntsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
Jul 21 '05 #4
Jam Pa <an******@non-anon.org> wrote:
Hey Spartacus


Who? ;-)
Very difficult to achieve this, how is an editor going to know if an
element accepts for example padding? The editors that I know of offer
an unqualified list of properties, making the feature worse than
useless (because it suggests to the uninitiated that it should work).


Hmm, makes me wonder if you have ever used a code-completing editor?


Can't stand the feature myself, you have to move your fingers to the
cursor keys, or your eyes to the presented options and select a hotkey.
In the time it takes to do that I've typed another 2 rules.

--
Spartanicus
Jul 21 '05 #5
I also tried Style Master, but I found it so-so.
I would definately recommend TopStyle. I use it all day long.
On Thu, 28 Apr 2005 07:43:55 -0300, Jam Pa <an******@non-anon.org> wrote:
I would like to hear recommendations on good CSS editors.

Personally, I would like a CSS editor with 'code-completion'.

In effect, I would like to be able to see different properties and their
possible values as I type, or at least next to the css-code window in a
reference window.

I have tried Style Master, but did not like it at all, it wasn't fast
enough, and not 'pro' enough for a text-editor-kinda CSS designer like
me.

cheers,

jp


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
http://www.auriance.com - http://www.auriance.net
Jul 21 '05 #6
"Spartanicu s" <in*****@invali d.invalid> wrote in message
news:65******** *************** *********@news. spartanicus.utv internet.ie...
Jam Pa <an******@non-anon.org> wrote:
Hey Spartacus


Who? ;-)
Very difficult to achieve this, how is an editor going to know if an
element accepts for example padding? The editors that I know of offer
an unqualified list of properties, making the feature worse than
useless (because it suggests to the uninitiated that it should work).


Hmm, makes me wonder if you have ever used a code-completing editor?


Can't stand the feature myself, you have to move your fingers to the
cursor keys, or your eyes to the presented options and select a hotkey.
In the time it takes to do that I've typed another 2 rules.


Agreed. I "used" that feature the first time when learning Visual Basic. It
took all of about 5 minutes for me to start looking for how to turn it off!
Jul 21 '05 #7
On Thu, 28 Apr 2005 07:43:55 -0300, Jam Pa <an******@non-anon.org> wrote:
I would like to hear recommendations on good CSS editors.


If you want a free yet very good CSS and multi-purpose editor with code
highlightening, I suggest TSW Webcoder:
http://www.tsw.dk/download.php

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
http://www.auriance.com - http://www.auriance.net
Jul 21 '05 #8
"Jam Pa" <an******@non-anon.org> wrote in message
news:Xn******** *************** ***********@213 .243.153.2...
I would like to hear recommendations on good CSS editors.

Personally, I would like a CSS editor with 'code-completion'.

In effect, I would like to be able to see different properties and their
possible values as I type, or at least next to the css-code window in a
reference window.


For what it's worth, Dreamweaver 2004 does this. It's expensive, though.
You can get a 30(?) day free trial from the macromedia website. It also
does a good job of showing you what CSS rules are being applied, and in what
order.
--
############### #####
## PH, London
############### #####
Jul 21 '05 #9
Jam Pa wrote:
I would like to hear recommendations on good CSS editors.

Personally, I would like a CSS editor with 'code-completion'.

In effect, I would like to be able to see different properties and their
possible values as I type, or at least next to the css-code window in a
reference window.

I have tried Style Master, but did not like it at all, it wasn't fast
enough, and not 'pro' enough for a text-editor-kinda CSS designer like me.

cheers,

jp


JP,

You might try NoteTab Pro with one of the CSS extensions. Then run
your code through Mozilla Firefox with the Checky extension to see
how "pro" your coding was. The end result is valid CSS.

Cheers,

Del Ferguson
Jul 21 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2599
by: Bozo Schmozo | last post by:
Can someone please recommend some good books on developing web sites (pretty much from scratch) running PHP and the necessary/usual components required, such as MySQL, Apache and etc? As well, does PHP have some good IDE I can use? Any books, online resources or tutorials on developing and getting a web site off the ground using PHP would be much appreciated. TIA!
10
3735
by: Rhino | last post by:
Can anyone recommend a good *free* XML editor? I tried a demo of Altova XMLSpy and thought it was pretty neat but I just can't afford it right now. I'd like to get something free that does a decent job, even if it isn't as slick as XMLSpy. -- Rhino --- rhino1 AT sympatico DOT ca "There are two ways of constructing a software design. One way is to make it
4
1544
by: serge | last post by:
I am thinking about replacing the INSERT data script files that I have with XML files. This way I can open the XML file using an XML Editor and see the values in a GRID and make changes easier. Do you see any problem with this approach? I managed to put together some code that is exporting a SQL table with its data to an XML file and also a code that reads the XML file's data and inserts it into a table.
3
1499
by: TrvlOrm | last post by:
Hi There, Can any one please tell me where I can find a really good Free JavaScript Editor on the net? I am looking at either a evaluation copy (Free trial) or a really cheap but good editor that I can download. I need the editor to tell me exactly what I am doing incorrectly, and telling me exactly how I can fix the problem, ideally if I post my
55
3485
by: Cindy | last post by:
Hello!! I'm new at access and there's is an article by Arvin Meyer for beginners that is references in Google Groups but I can't seem to find the original post with the article's URL. Does anyone know where I can find that article, or why the thread appears to be missing from the archives? Here's the link: ...
2
1110
by: VB Programmer | last post by:
Any good Rich Text Editors for ASP.NET 2.0? Preferably a simple one at no charge/free.
63
3981
by: John Salerno | last post by:
I know there's a request for a good IDE at least once a week on the ng, but hopefully this question is a little different. I'm looking for suggestions for a good cross-platform text editor (which the features for coding, such as syntax highlighting, etc.) but not a full IDE with all the fancy jazz (GUI developer, UML diagrams, etc.). Ideally, it would be something I could even put on a flash drive and move from computer to computer, but...
8
3360
by: carlospedr | last post by:
Hello, I am mostly a asp.net / C# programmer, but I was asked by a friend of mine to do a web application in PHP, I am currently looking for a good IDE, when I say good something like Java Beans for Java or Visual Studio for .Net applications, to work with php. Thanks for you help
20
6056
by: ram.rachum | last post by:
Hey, I'm looking for a good Python environment. That is, at least an editor and a debugger, and it should run on Windows. Does anyone have any idea?
0
10457
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10231
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10176
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10013
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9054
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7550
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5443
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5576
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4119
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.