SCSS Support in Aptana 3.0.4 Eclipse Plugin? - eclipse

Is there a full scss support in the apatana eclipse plugin 3.0.4?
The editor assigns the sass-editor, but there seems to be no coloring available. source format also don't make anything.

The basic SCSS support - syntax coloring, folding - is there in 3.0.4; if you see any issues around those areas, please file a ticket at http://jira.appcelerator.org/browse/APSTUD. Formatting and outline are not available yet. You could also add feature request for each specific feature at JIRA.
Hope this helps.

Related

How to add Syntax highlighting for .Vue files in Eclipse

I just want to ask if you know how to add syntax highlighting for vue files using vue-loader. I'm using Eclipse Neon
vue is mostly tags and javascript so treating it as a HTML file would be fair enough. That can be set in eclipse for *.vue under HTML in content type.
There is a plugin in the Marketplace that might be what you're looking for. It's called CodeMix CI 1. I just installed it and aside from adding syntax highlighting, it also does code completion, which comes really handy.

Scala Syntax Highlighting in Eclipse

I'm using Eclipse & the Scala plugin to write scala code. The editor seems to have limited syntax highlighting options - for example I would like to change the formatting of variables (I like them blue) and method defs.
I know there are a few other highlighter plugins out there like EclipsesColorer, but they all seem to lose features of the Scala (or other langauges) Editor like auto complete and suggestions.
Is there any plugin or way I can modify the scala plugin to get finer control over Scala syntax coloring/formatting options?
Some of this is being worked on. The nightly build page has 'Semantic Highlighting' (making variables blue etc) marked as 'coming soon.
Also the current roadmap may help with when a released version on the eclipse-scala ide.
(As 'coming soon' is very date dependent then 'today' is 10/March/12 )
The editor that comes with the Play Framework Eclipse plugin has syntax highlighting customizability: http://scala-ide.org/download/current.html
You can go to Preferences -> Scala -> Syntax Coloring to set the different colors.
Have you tried Eclipse Color Theme?
Scala auto complete, etc. unaffected ;-)
A slightly tweaked Wombat theme in Scala works well for me (also: Aptana Eclipse plugin helps immensely with html/css/erb, etc.)

How can i enable syntax highlighting for markdown files (.mdown) in Netbeans?

I just realized, that netbeans does not support syntax highlighting for markdown files.
Is there any plugin for netbeans, that enables syntax highlighting for these .mdown files?
UPDATE (2011-Nov-18): To answer your question precisely, there is no certified plugin for markdown available from NetBeans Update Center. I have not seen any good plugin for NetBeans with syntax highlighting functionality for markdown language yet.
There is a emerging community contributed open source NetBeans plugin for markdown at http://github.com/madflow/flow-netbeans-markdown and very soon the code highlighting feature may get added to that project. We should add our comments and desire for getting that plugin released soon to show the demand for that plugin, which will motivate the creator of that plugin to release it soon.

How can I get autocomplete for CSS3 properties on Eclipse (Helios)

Please note that I already have CSS autocomplete support active, I need the CSS3 properties and other proprietary properties for CSS like border-raduis, ::selection, -mozkit and -webkit properties.
You could install the Aptana Studio 3.0.3 plugin which has support for CSS3 properties. Aptana Ticket #1986 shows a way to enable matching for browser vendor specific extensions. Ticket #1495 is also relevant.
WARNING! I read on How do I add FTP support to Eclipse?, that the plugin could potentially overwrite or re-organise a lot of your Eclipse workspace. This is an older answer now, so the new version of plugin might be better. I wouldn't want my advice to break your Eclipse without warning you first :-)

Netbeans 6.9 support for HAML and SASS?

It doesn't seem to be any HAML and SASS support in Netbeans 6.9.
Is there a way to add this support?
Thanks
I went to the NetBeans Plugin Portal and searched for HAML and found some results there: http://plugins.netbeans.org/PluginPortal/faces/PluginListPage.jsp?search=haml
This query produces many results that imply that there is support for HAML and SASS available:
http://www.google.com/search?q=haml+netbeans+support
If none of the projects that are available meet your needs, you may want to consider joining one of the open source HAML/SASS development support plugin projects and contributing coding/qa/documentation/whatever to the project.
There's an haml plugin that needs some teaks in order to change the default colors:
How to change color of HAML tags in NetBeans?
http://code.google.com/p/postcomment/downloads/detail?name=org-netbeans-modules-haml.nbm&can=2&q=
Somewhere in the project page there were once some comments regarding how to edit the color scheme by editing a certain file.