Every repository with this icon (
Every repository with this icon (
| Description: | Gedit Plugins, Colorschemes and GtkSourceview Improvements to Gedit edit |
-
gedit moved location of taglist, no sure where, but result is that grails tags don't show up in ubuntu 9.04
Comments
-
2 comments Created 2 months ago by mrbTriagedxREQUEST: Automatically add curly braces when # is typed within double quotesWishlistxFor ease of use in views, etc.
Comments
the fact of ruby language is inside rhtml views this should be already working, but for some reason it's not.
It's already working almost in that way. but you need to type # and { then the second pair } will be autocompleted. this also works outside strings. In gedit we don' t have the scope of current cursor position, so, we need to discover if we are inside a string, and the most common form is, go forward cursor until found a " char and go backward until found a new ", and in ruby we have other string types, like %Q[] and so on.
I some times want that feature, but develop it is not so funny.
if someone have a patch I will accept, for now let's mar this request as a wishlist -
0 comments Created 2 months ago by sobrinhoSASS language spec small (but important) changeWishlistxHi,
I'm using Gmate here and i'm very satisfied with it. I found a issue with SASS spec.
The selectors of SASS lang is:
:property value
But newer (not too newer) versions support another style:
property: value
To be more like css definitions. I tryed to change the regexp into sass.lang without success.
Can you update this?
Best regards
Comments
-
Hi,
I've installed the latest ver of gmate and I even added to /etc/mime.types filetext/x-yaml yml
text/x-haml html.haml haml
text/x-sass sassBut still my.html.haml and my.sass not getting highlighted?
Comments
-
2 comments Created about 1 month ago by sobrinhoTODO list plugin not working on Karmic (Ubuntu 9.10)AcceptedxHello,
First thing to report is the install.sh is trying to install python-webkitgtk where no longer exists on Karmic (now is python-webkit).
Another thing is TODO list window wasn't opening. Looking at console I see this dump from gedit:
(None) not found
All the time I try to see the TODO list. I think this is related to webkit library because python doesn't show any error.
Can you fix that?
Thanks
Comments
I found the problem. The line 188 on todo/init.py have this:
self._browser.load_string(html_str, "text/html", "utf-8", "about")But if I alter to:
self._browser.load_string(html_str, "text/html", "utf-8", "")The TODO list is shown. I'm working on another issue related to TODO header links and images which aren't show. Debug show this message:
console message: @0: Not allowed to load local resource: file:////home/sobrinho/.gnome2/gedit/plugins/todo/todo_header.png console message: @0: Not allowed to load local resource: file:////home/sobrinho/.gnome2/gedit/plugins/todo/todo_gears.png
I'm working on it but if you can fix this before me, I will appreciate. Thanks again
-
using nohup allows you to keep open the gedit window and still use the terminal.
Changs needed:
os.system('nohup gedit ' + parameters + ' > /dev/null 2>&1 &')
os.system('nohup gedit > /dev/null 2>&1 &')Comments












I'll find that location ASAP
Tags seems to be in the same place as before, but for some other reason are not showing up