Sithu1988 / smart-highlighting-gedit

Automatically exported from code.google.com/p/smart-highlighting-gedit
0 stars 0 forks source link

Hey, Nice Plugin! I found a couple small issues though. #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This first issue is not so bad. If you put the plugin files in the system-wide 
folder, then you can't change the settings as a normal user.

The second issue: If you double click on words too fast, then it stay in 
highlighting mode (like as if you are holding left click and dragging to 
highlight).

What steps will reproduce the problem?
1. double click a word,
2. then immediately after that double click another word
3. now move the cursor down and it will be as if you are click dragging (when 
inn reality you are not). If you click past the end of any line below the 
initial line, then it doesn't exit the mode. if you click inside a line (not 
past the end) then it ends the highlight action. If you click above the initial 
line, then it also ends the highlight mode.

This only happens if you ouble click a second word quickly enough. If you do it 
slow (like normal) nothing happens. Either way it'd be cool to squash this bug!

Version of the product are i'm using:
0.1.0 on Arch Linux, Gnome, Gedit 2.30.3

Is there some kind of time associated with the plugin, or with gedit in general?

Original issue reported on code.google.com by TruSktr on 21 Oct 2010 at 6:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
AHA! The clicking issue ss not a problem with your plugin. It's with the "Click 
Config" plugin (http://code.google.com/p/gedit-click-config/)

As for the settings issue, a solution would be to have the plugin store user 
settings in gconf. This way each user has his own settings while the plugin is 
in the system-wide folder (/usr/lib/gedit-2/plugins).

Original comment by TruSktr on 21 Oct 2010 at 9:28

GoogleCodeExporter commented 8 years ago
About the setting issue, that because of the privilege of the "config.xml" 
file. Giving the read/write privilege to all users can solve this. i will fix 
this at v0.1.1.

Original comment by swatch.c...@gmail.com on 21 Oct 2010 at 1:37

GoogleCodeExporter commented 8 years ago
This plugin is useful enough for me, and there are no more planed features now. 
If there are no critical bugs or requests, i won't update it. Please post an 
issue if you have any suggestion or request about this plugin.

Original comment by swatch.c...@gmail.com on 21 Oct 2010 at 1:54

GoogleCodeExporter commented 8 years ago
Using gconf would be cool as then users can have their own personal settings. I 
understand if you don't have time though. I'm super busy with school ;)

Original comment by TruSktr on 25 Oct 2010 at 5:46

GoogleCodeExporter commented 8 years ago
If users want to use different settings in different accounts, they can install 
this plugin in their home folder. i don't think it's necessary to use gconf 
just for that. Anyway, thanks for your suggestion.

Original comment by swatch.c...@gmail.com on 26 Oct 2010 at 1:27

GoogleCodeExporter commented 8 years ago
Understood. I'm just trying to create a system that "works out of the box" for 
any user without them having to install anything. :D

Original comment by TruSktr on 30 Oct 2010 at 6:48

GoogleCodeExporter commented 8 years ago

Original comment by swatch.c...@gmail.com on 12 Jan 2011 at 11:45