Acebug
Acebug copied to clipboard
linting: suppress whitespace warning
When I want to suppress white space warnings in jslint I do
/*jslint
white: true
*/
but in acebug I have to do
/*jslint
white: false
*/
Is it supposed to be that way? It's kind of annoying to toggle it as I switch back and forth between notepad++ and acebug.
Appears to be a bug in the old version of jshint. I'll try to find some time to update ace and jshint used in acebug during this week.
Cool, thanks :D
Matthew KastorContact Info_Phone:(616) 439-0091_Email: [email protected]_Google Profile:_ https://plus.google.com/100898583798552211130/postsBlogger: http://matthewkastor.blogspot.com/Github: https://github.com/matthewkastor?tab=repositoriesCV: http://careers.stackoverflow.com/matthewkastor
Disclaimer
This email and any files transmitted with it are confidential, privileged, and/or otherwise protected by work-product immunity or other legal rules. This email and any files transmitted with it are intended solely for the use of the individuals or entities to whom they are addressed. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. If you have received this email in error, please notify Mr. Kastor immediately. Mr. Kastor accepts no liability for the content of this email or for the consequences of any actions taken on the basis of the information provided.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. Mr. Kastor accepts no liability for any damage caused by any virus transmitted by this email. Email transmission cannot be guaranteed to be secure or error-free, as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Mr. Kastor, therefore, does not accept liability for any errors or omissions in the contents of this message which arise as a result of email transmission. Copyright notice
This email and its content is copyright of Matthew Kastor - © Matthew Kastor 2013. All rights reserved.
Any transmission, redistribution, or reproduction of part or all of the contents in any form is strictly prohibited. You may not, except with Mr. Kastor's express written permission, distribute or commercially exploit the content. You may not transmit it or store it in any other form of electronic retrieval system other than the email system to which this message was originally delivered. Any written permission granting use of these contents must be notarized to be considered for validity.
On Sun, Aug 18, 2013 at 6:21 PM, Harutyun Amirjanyan < [email protected]> wrote:
Appears to be a bug in the old version of jshint. I'll try to find some time to update ace and jshint used in acebug during this week.
— Reply to this email directly or view it on GitHubhttps://github.com/MikeRatcliffe/Acebug/issues/50#issuecomment-22841818 .
please try https://github.com/MikeRatcliffe/Acebug/releases/download/v1.12-pre/Acebug.xpi
I tried it out. The white space option is working without surprises now but the themes are broken.
Forgot to test with dark themes, please try updated version
I'll try it but I don't know where it is.
I just cloned the repo and zipped it into an xpi. The themes and linter are working now. :D
Is there a way to use ace templates in acebug?