cannot install new gedit plugin [closed] - linux

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"

Related

I get this error with is Empty() that says it's unresolved....... and with class.java too [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 days ago.
Improve this question
Thats what appears to me...
I tried to create an extension Editable Function but it wasn't solved
I tried this and it worked smoothly
Restart IDE (File -> Invalidate caches... )
if (etName.toString().isEmpty()) {
....

how to run/start VBA program mac excel 2011 [closed]

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 9 years ago.
Improve this question
I am new to VBA programing and want to practice on my mac. However, it appears that the bar that was on the top of my excel document where I start/run the program by pressing a play button has disappeared. Now I can't run my programs anymore simply because the bar I used before to start the program is gone. Would deeply appreciate help with getting that toolbar up again. Alternatively, what is the command for running a vba program on mac? On pc it's F9, F5. Anything similar?
Get to the Macro Editor:
Tools -> Macro -> Visual Basic Editor
From here, while this is active:
View --> Toolbars --> Standard

Document Type images are broken [closed]

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.

Are arrow keys the way to scroll through Clang-completions in Vim? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Having read lots of great advice from here and across the www, I'm happily trying to set up my first Vim environment under Linux (for C++). I've added the C.Vim plugin and also successfully added Clang_complete - which both seem to work. However, I'm using the arrow keys and to choose between 'Clang-completions' - this seems to go against the Vim grain (of never touching the arrow keys) - am I doing something wrong?
Just trying to get off on the right track - Thanks
If I remember correctly, clang-complete's suggestions are pushed in the default vim completion list, which you can open using ^p or ^n and navigate through the same way.

How can I add fonts to netbeans? [closed]

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 .

Resources