This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, Your Web Workbench is really amazing !! but I have found some Syntax Errors in a LESS document:
Firt lines : the coloration stops to the 27th chars, no problems if ':hover' removed Error on the third line, and after, no more coloration If '#top { a:hover {...} }' is removed, error at 'div:not(...)', coloration stops too.
Some few other things about LESS:
And just one more thing, I think a 'Spoiler' Balise in you're website can be fun, for long codes or big images ! Good luck to fix this problems, you do a really great job guys ! I love it :) Shadowbiwan
The Entire LESS Code :
|
|
|
Hello Shadowbiwan, Thanks for the feedback and the detailed repros -- sorry it took a couple of days to get back to you. I think the problem we have with the filter and -ms-filter properties is to do with the %() and e(%()). Are these escape sequences? Let me know how they should be highlighted and I'll see what we can do! You should be able to work around the URL issue by quoting the URL -- we will look into this to see if a further fix is required. Intellisense for SASS and LESS functions is on the wishlist but we haven't yet planned it in -- sorry! We're investigating the other problems and will hopefully be able to get you a fix soon -- I'm afraid we've been a bit snowed under these last few days! |
|
|
We'll have fixes for the a:hover/div:not and ease-in-out issues in the next update. Thanks for reporting these issues! We're still investigating why you're not seeing the templates. We have had a couple of other reports of missing templates on non-English installs, but we're not installing them in an English locale directory, so we're not sure if this is a coincidence or not. As you've obviously realised, you can work around it by using the Text File template and manually entering the .less file extension, but we'll keep looking into it! |
|
|
Hi, No problems for the time before the replies, I think you have a lot of stuff to do ! For the filter and -ms-filter properties, '%()' and 'e()' are just LESS | Javascript [cross the wrong answer] functions. Like I found these two lines on internet, I'm not sure what they do, but '%("alpha(opacity=%d)", @val * 100)' replace %d by @val * 100, and 'e()' seems to just escape the sentence. I think they should be black like the 'url' function in my previous post. Quoting the url is a very good idea to work around the issue ! For the templates, I noticed an other coincidence. Like my main hard disk C: is little, I move my Document to the D: hard disk, so the Visual Studio files (and templates) are on D: . But I found, in my 'C:\Users\[UserName]\' directory, a 'Visual Studio 2010' folder with just a 'Templates' folder inside. All its subfolders are empty and I don't think Web Workbench is guily [I have others extensions], but it is a very strange coincidence. I hope the intellisense will be avaible soon, but take time to do it and I'm sure it will be good ! Great job guys,
Shadowbiwan |
|