Cara, eu não consigo fazer o plugin “Advanced Bookmarks” funcionar, parece que ele veio junto com o pacote GMate.
Toda vez que eu tento habilitá-lo o GEdit fecha sem retornar nenhum aviso de erro (nem pede pra salvar os arquivos abertos).
Inclusive tentei baixar o plugin de novo mas não funcionou.
Olá Gabriel,
execute o gedit a partir de um terminal e envie a saída do console para o email simpsomboy [at] gmail [dot] com
eu dou uma olhada para ver o que está acontecendo.
envie também qual a versao do Ubuntu que você está usando
att,
run gedit from command line, than send-me the output by email. I will analyse and try do solve for you.
Since more people are having problems with this, I probably will remove from Gmate package, and you will can install directly from author site http://code.google.com/p/advanced-bookmarks-gedit-plugin/
I’ve started using your fantastic gmate, but I found something that looks as bug. Everytime I type a ” or a (, it comes up with three not two, like “”" o ())
Hello,
No it is not a bug, I thinkg it is happening because you have activated the Gemini plugin, for complete pairs, and also activated the gedit “brackets closing” plugin.
you should use just one, I prefer to use Gemini because I already configured to complete more pairs.
Thought this might be interesting to follow. I don’t know much about the innards of GtkSourceView, but if I’m not completely mistaken this could be helpful to get Ruby Code Auto Completion into gedit. Please correct me if I’m wrong.
Hello Klaus,
I already know about that plugin, but Ruby code completion isnt something easy to get working, because of dinamic nature of language.
For now I already tried some other plugins to add words completion in Gmate, but I personally don’ t using, I prefer to let the Ruby and Rails API open in my browser.
Thank’s for the tip.
Would the “Smart Indentation” plugin work for PHP? I actually tried it out and it seems that it only works with Ruby code so I was wondering if I’m doing anything wrong? If not then is there any way to get the smart indentation work same way for PHP as well?
I have implemented indentatio for Ruby and Python, and any other implementations are welcome.
I will put PHP in my to-do list.
thanks for interest in Gmate.
I know Python is used for building these plugins and I dont know Python but hey I’m a PHP developer so plz let me know if there is anything that I can help with to implement the indentation part for PHP.
I got some time to update Gmate for Ubuntu 9.04 and also checked that Smart Indentation is already working for PHP, you may want to indent in some other situations.
It indent after some keywords such “if, while, else, for, switch, declare, do, etc.” you can see the regular expression used to indent and unindent in file smart_indent.py (in the plugins folder) refering to php language at lines 73 and 74.
[...] GMate [...]
[...] GMate [...]
[...] GMate [...]
[...] Mais informações sobre o Gmate podem ser encontradas diretamente no site do Alexandre, clicando aqui. [...]
Where is the download? I can’t see it anywhere on this page!
ok just found it on Git Hub – git clone git://github.com/lexrupy/gmate.git
Cara, eu não consigo fazer o plugin “Advanced Bookmarks” funcionar, parece que ele veio junto com o pacote GMate.
Toda vez que eu tento habilitá-lo o GEdit fecha sem retornar nenhum aviso de erro (nem pede pra salvar os arquivos abertos).
Inclusive tentei baixar o plugin de novo mas não funcionou.
Pode dar um help?
Olá Gabriel,
execute o gedit a partir de um terminal e envie a saída do console para o email simpsomboy [at] gmail [dot] com
eu dou uma olhada para ver o que está acontecendo.
envie também qual a versao do Ubuntu que você está usando
att,
[...] GMate [...]
[...] GMate [...]
hi alexandre,
i can’t seem to enable the automatic bookmarks plugin. gedit keeps closing on me everytime i try to enable it. any advice?
Hello,
run gedit from command line, than send-me the output by email. I will analyse and try do solve for you.
Since more people are having problems with this, I probably will remove from Gmate package, and you will can install directly from author site http://code.google.com/p/advanced-bookmarks-gedit-plugin/
alexandre,
thanks for the tip, managed to fix it, here’s the output:
asyraf@asyraf-laptop:~$ gedit
Traceback (most recent call last):
File “/home/asyraf/.gnome2/gedit/plugins/advanced-bookmarks/plugin.py”, line 55, in __init__
self.read_config(conf_path)
File “/home/asyraf/.gnome2/gedit/plugins/advanced-bookmarks/plugin.py”, line 119, in read_config
self._conf_file = file(conf_path, “r+”)
IOError: [Errno 13] Permission denied: ‘/home/asyraf/.gnome2/gedit/plugins/advanced-bookmarks/plugin.conf’
Segmentation fault
ran chmod on plugin.conf and was able to use the plugin
Thanks!
Hello Asyraf,
error message says you have a permission error on file /home/asyraf/.gnome2/gedit/plugins/advanced-bookmarks/plugin.conf
try
$ sudo chmod 664 /home/asyraf/.gnome2/gedit/plugins/advanced-bookmarks/plugin.conf
and then
$ sudo chown asyraf:asyraf /home/asyraf/.gnome2/gedit/plugins/advanced-bookmarks/plugin.conf
it may solve you problem
Regards,
Alexandre
Hi,
I’ve started using your fantastic gmate, but I found something that looks as bug. Everytime I type a ” or a (, it comes up with three not two, like “”" o ())
Anyway, many thanks for sharing it.
Hello,
No it is not a bug, I thinkg it is happening because you have activated the Gemini plugin, for complete pairs, and also activated the gedit “brackets closing” plugin.
you should use just one, I prefer to use Gemini because I already configured to complete more pairs.
alexandre,
managed to fix the problem.
many thanks for the plugins – i loved gedit for my rails projects, now you’ve made it even better!
Thanks again!
Hi Alexandre,
thanks for the plugin!
Just wanted to let you know about chuchiperriman’s GtkSourceCompletion & the Document Words Completion plugin he wrote for gedit:
http://gtksourcecomple.sourceforge.net/
Thought this might be interesting to follow. I don’t know much about the innards of GtkSourceView, but if I’m not completely mistaken this could be helpful to get Ruby Code Auto Completion into gedit. Please correct me if I’m wrong.
-Klaus
Hello Klaus,
I already know about that plugin, but Ruby code completion isnt something easy to get working, because of dinamic nature of language.
For now I already tried some other plugins to add words completion in Gmate, but I personally don’ t using, I prefer to let the Ruby and Rails API open in my browser.
Thank’s for the tip.
Hi Alexandre,
thanks for your reply.
Please keep up the good work, your effort is much appreciated!
Pffoa! Super pack, I like it a lot and find it most helpful in development. Many thanks !
Would the “Smart Indentation” plugin work for PHP? I actually tried it out and it seems that it only works with Ruby code so I was wondering if I’m doing anything wrong? If not then is there any way to get the smart indentation work same way for PHP as well?
thanx and sorry if I’m off the topic here
I have implemented indentatio for Ruby and Python, and any other implementations are welcome.
I will put PHP in my to-do list.
thanks for interest in Gmate.
Alexandre
wow
it would be awesome!!!
I know Python is used for building these plugins and I dont know Python but hey I’m a PHP developer so plz let me know if there is anything that I can help with to implement the indentation part for PHP.
thank again,
Polad.
keep up keep up we need it!
[...] Type CTRL+ALT+P to crop currently selected text to a new partial. More info and Download: http://alexandredasilva.wordpress.com/gmate [...]
I got some time to update Gmate for Ubuntu 9.04 and also checked that Smart Indentation is already working for PHP, you may want to indent in some other situations.
It indent after some keywords such “if, while, else, for, switch, declare, do, etc.” you can see the regular expression used to indent and unindent in file smart_indent.py (in the plugins folder) refering to php language at lines 73 and 74.
[...] Type CTRL+ALT+P to crop currently selected text to a new partial. More info and Download: http://alexandredasilva.wordpress.com/gmate [...]