I downloaded the Antigua theme and added it to RStudio. Many of the formatting scopes seen on the website are implemented in RStudio, but not all of them. In particular, the "Function argument" scope is not implemented. See how it appears on the website
vs. how it appears on my computer
From this description of themes in RStudio, I get the feeling "Function argument" is not a valid scope in RStudio. Is that accurate? Is the formatting for R in the themes website a bug?
Related
I've been watching a few videos recently and have seen people using text editors and using shorthand notation to quickly markup html.
For example
.my-panel
becomes
<div class='my-panel'></div>
in the editor window. This is fantastic I thought...if only I could do this in Visual Studio. Anyway, I decided to try this in VS and low in behold it works!!
Can anyone tell me where I can find more documentation on this? I've tried to locate it but I don't even know what to Google??
Note: You must press tab after typing out the shorthand...
It's called Zen Coding, it's part of Web Essentials.
Link: http://vswebessentials.com/features/html
I have an issue that is elsewhere on this website, though I don't see a way to add a comment to it, without being asked to "answer" it.
My website was originally created NOT using UTF-8. We are updating them all now. But late, I know.
But now the German site we built, has this issue of the German characters showing the black diamonds.
We cannot add the longer 'code' for each character as they are words typed into products and menu links. So I assume we have to update our database. I have done this setting it to "utf8_germany2_ci".
I use notepad or notepad2 for writing code. It says "ANSI" in the baseline of the window.
I've read that using "cp850" might be better, but I've not heard of it before now.
Happy to supply screenshots and make any alterations.
I am importing a lot of CSS & JS into my app and updating the links as I go. Is there any code inspection possible that will highlight these broken links to make sure I haven't missed any and to save me going through every file?
I know in other IDE's this is a standard thing so I am guessing there should be something in VS but I can't find it.
I'm afraid that it's not possible in pure Visual Studio.
But there is one trick which you can do using ReSharper which might help you and solve your problem. Take a look below:
What is more - you can configure ReSharper to show those "Path errors" not as warning but as errors! Then you will be able to show those during compilation.
Click "ReSharper" in the Visual Studio top menu, then "Options..."
There will be search box in the left upper corner of the "Options" window
Type "Path error" and hit return
Change all of the "Warning" to "Error"
There are a number of sites/tools as listed here that will check anchor links, css links, image links, JavaScript links, etc:
W3C Link Checker
Xenu's Link Slueth
Link Checker FireFox AddOn
Dead Link Checker
I have only ever used the W3C checker which seems to work quite well.
I'm trying to evaluate Aptana Studio 3 as an alternative to Dreamweaver CC, primarily for "production" writing of highly formatted web content.
The big factor for me is tight coupling between source (HTML) editing and WYSIWYG display. Dreamweaver lets me display source and WYSIWYG side by side and edit either one. Any other editor I consider must have a comparable feature, or at least present a WYSIWYG display and let me click it to position the insertion point in the source.
The Aptana menu has a command called Window > Show View > Web Browser Editor which sounds like it ought to do the what I want, but when I click it, it just opens a window in my default browser and displays the home page. I've looked for information about this command, both in Aptana's documentation and on the Web at large, but I can't find any.
What is Aptana's "Web Browser Editor" command? It it does what I think, how can I make it work?
I stand by my earlier assessment. The Web Browser Editor view you are talking about is not a WYSIWYG editor. Aptana is not Dreamweaver. All this view will do for you is provide a quick preview of your changes without having to upload your files to a separate server. I gave instructions on how to set up your browser to use Aptana's internal browser so you would not have to change windows to see your preview of the page, instead you can dock it with your editor. Here is all the documentation I could find:
https://jira.appcelerator.org/browse/TISTUD-2341
http://commonhworks.wordpress.com/ (unless you speak Spanish, you will need to translate)
All these pages will really tell you is what the editor should look like (first) and how someone is using it in their workflow (second).
Aptana is primarily for Ruby, Python, and PHP development. It has some HTML features because HTML is often used with those others, but it is not the best choice for HTML development. There are many other editors available: https://www.google.com/webhp?hl=en&tab=ww#hl=en&q=wysiwyg+html+editor+free
You will probably have more luck with this sort of question on superuser.com (but I doubt Aptana is the best choice for what you are doing, unless Ruby, Python, or PHP are more important to you than WYSIWYG HTML).
I am using Magento 1.7.
I am trying to change My Account to Your Account as per a video I am watching, yet when I add the following to app/design/frontend/default/mytheme/locale/en_US/translate.csv
My Account, Your Account
(that is what the guy did in the video, though I am assuming he is using an earlier version) or
"My Account", "Your Account"
nothing happens.
Also tried editing it with inline translations, I get the little book icon, open it, edit the text, refresh but nothing happens (it is NOT a caching problem).
Any ideas? Maybe some other CSV file is overwriting the one in my custom theme.
Turns out it was a bit of a caching problem. I basically disabled ALL caching and chose "Default Config" in system/configuration and now inline translating seems to be working.
So if you are having problems with this just go to cache management and disable everything.
Sometimes you have use a scope for your translation:
"Mage_Customer::My Account", "Your Account"