Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 14 years ago.
Improve this question
I'm using netbeans on ubuntu, I would like to add some fonts to it. Could anyone tell me how this is done ?
I assume you mean the IDE's editor font?
I'm on Windows with 6.1 but I assume the process will be the same.
Tools > Options > Fonts & Colours > Syntax
Category: default
Font: ([...]) > Select Font
Adding them to the .fonts/ directory did the trick .
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm new to Sharepoint 2010; when adding a web part for users to download files, the 'Type' images are always broken, and the URLs have no image file. For example:
Then when looking at the path of the broken image, it comes up as:
https://portal.mysite.com/_layouts/images/
Is there some sort of association I have to make?
If you are using Content Editor web part then you have to Add the icon (DocIcon) of the file-type to a custom xsl-template.
Please see below given link
http://freedotnet4u.blogspot.in/2013/01/add-icon-docicon-of-file-type-to-custom.html
Thanks
After doing some digging, I noticed in my DOCICON file had some invalid XML in it; specifically some of the pdf mapping.
After removing the invalid characters, and restarting IIS, the document icons have now appeared.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
It seems that \definecolor doesn't work in Mathjax for me.
I use MathJax 2.0 and I included TeX: {extension: "color.js"}.
For example, TEX code
$$\definecolor{somecolor}{RGB}{1243,45,46} \color{somecolor}{test}$$
is rendered in MathJax as
\definecolorsomecolorRGB123,45,46test
and \definecolor is show in red.
Can somebody help me?
It should be extensions not extension. The red \definecolor indicates that the macro isn't defined, so that should point you to check whether the extension has been loaded correctly. In this case, the spelling of the property means that MathJax will not see the request to load the extension, and so it isn't loaded, and so \definecolor is never defined.
On the other hand, even if you get it to load properly, you will find that the current version of color.js doesn't implement the RGB color space, only the rgb one (this is fixed in the upcoming v2.1 of MathJax). So you should convert to decimals between 0 and 1 (using 123/256, 45/256 and 36/256). That should do it.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I just found a plugin named code completion:
https://github.com/nagaozen/gedit-plugin-codecompletion
So after I got that and I started to installed it to gedit.
After trying to add those 1 file and 1 folder to:
~/.local/share/gedit/plugins
~/.gnome2/gedit/plugins
/usr/lib/gedit/plugins
I still couldn't see any new plugin showed up in the gedit plugins list!!!
So frustrated about it.
I know this is not a programming question, but can anyone please help me with this?
Many many thanks.
This plugin was written for gedit 2, while you are probably using gedit 3 since for example Ubuntu switched to v3 with Ubuntu 11.10. This is easy to check in gedit->help->about.
Another probable problem is lack of jsonprovider. This is easily checked by running a python file containing:
import jsonprovider
print "jsonprovider was installed"
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
A friend of mine uses Coda, another Geany, which both have the ability to only show Tab and Space invisible characters and not end of line characters.
Can anyone enlighten me on a way to do this in Dreamweaver?
Thank you.
Dreamweaver has an option to display hidden characters such as spaces and tabs:
View -> Code View Options -> Hidden Characters, however that option also includes the end of line characters. So no, you cannot do what you are asking, you get both in Dreamweaver.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
There is a color I like in an image, but how can I find the code [ i.e. #FFC6A5 ] for it ? The image is in .png format.
Open the file in an image editing program, then use the Eyedropper tool to select that color. You should be able to retrieve the hex value from there.
Alternatively, you could download ColorPic. It's a free utility that allows you to do the same thing, but without opening the image first. You can simply move the Eyedropper tool around the screen and select any color you hover over (whether it's in an image or not).
ColorZilla lets you do this. Its a handy Firefox Add-on. Of course you will hav to open the image in firefox but its handy if you want to know the color code of an image in a website.