Joined: Dec 2010
Posts: 62
Thanks:
0
[sound:$a] works like a charm, thanks a lot Seizar & nest0r!
Joined: Oct 2007
Posts: 4,582
Thanks:
0
Well, not unwanted to me, I'm indifferent. ;p If it gives you an idea of how indifferent, after writing the comment and realizing it was mostly only happening when I opened a new tab (and ahem, the occasional inaccurate clicks, because I'm clumsy), I didn't bother installing FireGestures for its rocker/scroll gestures to remove that ctrl-click for a new tab. I mostly wrote the comment because I didn't know why it was popping up for no reason. I might install the addon now just because I've always liked the idea of a rocker gesture, but haven't needed it with my tm2.
Edit: Okay, now I'm using FireGestures on my laptop; no fancy stuff, just the rocker gestures and the tab scrolling. That is, I have left-to-right rocking set to Open in New Tab (Background) and right-to-left set to Open in New Tab (Foreground), and when the mouse is hovering over tabs, scrolling cycles through them. Pretty neat. I've got too many tab-related things. I'm also using that Firefox Aero stuff for tabs, including the List All Tabs button.
Edited: 2011-07-09, 8:33 pm
Joined: Feb 2008
Posts: 1,322
Thanks:
0
I got it working natively on my Mac OS 10.6.
Sadly, I no longer have a Linux machine to compile/test it on...
It's not tested 100%, but I've gotten it to work with Kenkyusha, and the changes are quite minor.
Thing is, I don't know how to pack it into one of those installable add-on things...
edit: I don't know if it's just me or not...but the EPWING mode doesn't do "incremental search," I guess you could call it. For example, 登録済み shows up in edict as one word, and below it it shows 登録.
EPWING would obviously have 登録, but it displays "Entry not found" because it doesn't have the 登録済み that edict does.
Edited: 2011-07-09, 9:46 pm
Joined: Oct 2007
Posts: 4,582
Thanks:
0
Looking at the data.js from my n00b perspective, it does seem like perhaps the highlighting/lookup words is based on an indexed sqlite db made from an edict-format-required dictionary, and then it does that scanning function similar to how the WWWJDIC glossing works? If so, perhaps in order to get highlighting functionality to change for EPWING mode, when you tell Rikaisan where your EPWING stuff is, perhaps it could somehow extract just the headwords in an edict sort of format, and Rikaisan can consult that when indexing, so it uses that for highlighting then does a lookup in EPWING like it does now? Yep, I solved it. Make it work. ;p
Edited: 2011-07-09, 11:08 pm
Joined: Jun 2007
Posts: 1,023
Thanks:
12
I wonder what is the best way to get this information to the user.
When 登録済み is highlighted, should I add another couple of keys to switch between the elements that make up this entry (登録, 済み, 登, 録, 済)? Or maybe some method to allow the user to highlight just 登録 and hit a key to show the popup.
Edited: 2011-07-10, 2:30 pm
Joined: Feb 2008
Posts: 1,322
Thanks:
0
OK, so I am using 13.2, but the biggest problem I've found so far is that it doesn't like paths with Japanese characters in it for the EPWING directory. I'm not sure where the problem is occurring because eplkup works when I call it from the command line with Japanese characters...That's the main reason I'm not going to "release" it yet.
The only other change was removing "wine" from run_eplkup.sh
I'll have to do a diff on rikaichan.js, because I don't think I ended up changing anything, but I did play around in lookupEpwing()
As for the 登録済み thing - I was thinking what you could do in that case, is have buttons to add on and remove characters that you are searching for. The edict one would be the default, but if it was nothing, you could hit <- or -> to add/remove characters to the search string. Or if that's too clunky, maybe you could include an option to highlight the characters you want to search for?
Joined: Dec 2010
Posts: 3
Thanks:
0
I have a small (but rather important to me) request: Could you add page title to the list of save format tags?
Joined: Aug 2010
Posts: 1
Thanks:
0
First, thank you to everyone responsible for this project, it seems like an incredibly useful resource. However, I can't seem to get sound working on my Mac, and I'm guessing it's because I'm not doing the /usr/local/bin/mplayer thing right.
I had to create /usr/local/bin/ (and thanks to TinkerTool I can actually see it in the Finder), and then I fished 'mplayer' out of the MPlayer OSX Extended app (Contents/Resources/Binaries/etc/etc) and dropped it in /usr/local/bin/. No go. Any Mac power users here who might be able to tell me what I'm doing wrong?
Joined: Feb 2008
Posts: 1,322
Thanks:
0
Hey -- I'm a Mac user, and I'm playing around with it right now.
I've found 2 problems that I'll be investigating when I get home from work:
1. It's not saving the file.
I told it to always be saving to my "Downloads" folder...no matter how many times I press "F" nothing gets saved. So that's interesting...
2. Mplayer doesn't want to play the last .5 seconds of pretty much any file I hand it. So, I'm guessing that since most files are probably around that range, even if they are being saved, mplayer probably isn't playing them.
I'll take a closer look at it later tonight, but that's all I've been able to come up with right now.
Joined: Oct 2007
Posts: 4,582
Thanks:
0
According to a few Google search results, SONAR has a high false positive rate.
Joined: Feb 2010
Posts: 49
Thanks:
0
cb4960
Thank you soooo much for making this! It is awesome!
Joined: May 2010
Posts: 703
Thanks:
7
@cb4960, asriel... i recently switched to a mac and would love to get this going but am not power-user specced up yet... any chance of a step-by-step guide on how to get the epwing functionality working? I have the catalog-directory path entered without jpnese chars, and keep getting "entry not found." any help is appreciated,...
Joined: Oct 2007
Posts: 4,582
Thanks:
0
I wonder if it would be useful to have labels in the popups or some indicator of some sort, for dictionary switching? Not a big deal, but I realized when citing a specific dictionary as a source, I wasn't sure if that was the right one because I'd lost track while cycling through (perhaps simple numerical counters for the EPWING stuff, 1-3, would work?).