Cloud9 IDE local themes - themes

The Cloud9 IDE docs say you can import a Textmate theme, but i cant figure it out. Can some one explain step-by-step how i can do this. Im trying to include the theme on my localhost by the way.
I found this link, but i still dont get it...
https://groups.google.com/forum/#!msg/ace-discuss/kLgJFe2l2YY/47QvhIowqqMJ
.
The above url also mentioned being able to edit already existing themes. This would also come in handy if any one knows how to / where the files are located.

Follow these steps, assuming my theme name is 'pretty.tmTheme':
Copy pretty.tmTheme to 'cloud9/node_modules/ace/tool/tmThemes/'
Go to cloud9/node_modules/ace/tool/ and run 'node tmtheme.js'
Go to cloud9/
Run 'make ace'
Run 'make theme'
Open cloud9/plugins-client/ext.themes_default/themes_default.js and add your theme to the list. For ex: '"Pretty": "ace/theme/pretty"'
Run Cloud9 and select new theme from the view/themes list.
Enjoy! ;)

Related

VScode theme install walkthrough

So I downloaded this kick ass theme for VScode. Problem is, I can't figure out how to install it. Every youtube video or forum post I find shows me how to install using the extension feature, but none offer any usable info on how to install a theme manually using the VScode settings and files that I've downloaded. It would really be helpful if someone could help me with a step by step on how to install this theme. Thanks in advance
THEME:New-York-Theme credit"Bernardi23"
I have wrapped the NewYork.json file from the git repo by Lucas Bernardi in an extension that you can install from inside VSC.
In the Extension Bar search for new york and you can see
New York

Applying third-party themes to QtCreator (dracula)

So I just downloaded the open-source QtCreator and I hoped to set the Dracula theme for this IDE, but I failed to do so, and I have no clue what I'm doing wrong.
So far, every where I looked for third party themes, they've been telling me to put it in a map on location "$HOME.config\QtProject\qtcreator\styles" (windows). Fine, but after I've copied the file into that folder, the theme is not showing up in the theme list when I'm trying to set a new theme in QtCreator, selecting Tools > Options > Text Editor > Theme-button :/
I'm quite (90%) sure the path/location is correct, but I assume the themes have moved to somewhere else. I would like to set-up this theme, instead of the default dark-theme. Thanks in advance!
So I found out the themes were located in PathToQt\Qt\Tools\QtCreator\share\qtcreator\styles. The developpers must have changed moved the theme folder, but now between the other .xml files, the Dracula.xml file works just fine.
I hope I fixed every one else's problem, who came to ask himself where the heck they had to put that theme.

Where should I place a language dictionary for module-checkout for magento 2?

I am trying to translate the "Go to Checkout" of Magento 2. If I place the file in /vendor/magento/module-checkout/i18n/de_DE.csv it works. Content of de_DE.csv:
"Go to Checkout","Zur Kasse"
But this seems as a bad idea as adding/changing stuff in /vendor is bad practice at least.
I have tried to place it practically everywhere, but no luck...
You can achieve the same by overriding it in your custom theme like given in below example. More over doing the changes in the vendor/magento is not advisable.
app/design/frontend/{{Vendor}}/{{Theme}}/i18n/de_DE.csv
Once all the translations are set save the file and run the below given command in the terminal.
Clear cache (bin/magento cache:clean) and check your changes.
Hope this will make your day!.
Thanks
You can add your csv file in app/i18n/vendorname/modulename, it will get translated everywhere the site., In your case you are saying that tried with place the translated file in vendor..So you can just override that in your custom theme too..Like path app/design/frontend/VendorName/CustomModuleName/Magento_Checkout/i18n/.csv,
And run the commands like upgrade deploy compile if it is necessary..
And clean cache too..
Hope this will help.

CKEditor: How to install a new skin

I am new with CKEditor, though i find it quite amazing!
Anyway, i try on a simple site and is working fine.
The only thing is that i would like to style it.
I find that there are already nice skins like Kama or BootstrapCK-Skin (the one i prefere).
But i do not understand how to install.
I see many answer on google, i have tried many of them but no one is working with me.
That's why i am asking on Stack Overflow!
Can someone explain me how to install a new skin?
Thank you!
First go to page:
http://ckeditor.com/addon/kama
and download skin. After that,
open ckeditor\skins end download file copy in to skin dir.
Go to config.js end paste config.skin = 'kama';
at the end of the line, and call index page... :-)

Start firefox extension using folder

I'm new to Firefox extension development. I have gone through some basic tutorial. When I do as shown in the tutorial by placing the folder into profile folder/extensions folder, or in profile folder it made no change in the extension installation after restart.
Then, I have gone through this tutorial as well. I tried using the pointer object also. This also not working for me.
Firefox version I'm using is 14.0.1,
And When I try to install ESPN Crickinfo (you could be able find extension on-line) extension, It also not working. I couldn't open the options page of this extension even.
Any suggestions on this problem???
Try using a fresh profile http://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles

Resources