Re: [cssed-devel] cssed-findinfiles-plugin: some problems
Brought to you by:
iagorubio
From: Iago R. <iag...@hi...> - 2004-09-16 09:27:28
|
On Wed, 2004-09-15 at 23:56, Mich=C3=A8le Garoche wrote: > Le 15 sept. 2004, =C3=A0 10:04, Iago Rubio a =C3=A9crit : >=20 [snip] > > This dialog must be updated. Right now it only searches from caret > > position to end of document. The bits to search backwards are in place > > so I must update it. > It works for me backwards and upwards. I'm speking about the find dialog, not the quicksearch plugin :) [snip] > > We can avoid maxdepth and set recursive or not. > > Non recursive: > > egrep -in term > > Recursive: > > egrep -irn term > > Does it works in your system ? > It does not work at all on my system, so I've reintroduced the first=20 > string for search, it is not perfect, but that's the most valid one at=20 > the moment. >=20 > Here's the diff: Ok will test it. Thanks. >=20 > ______________________________________________________________________ >=20 > >> And I'm also finishing a plugin for the doc, the interface works fine > >> (load, unload of a new item in the plugin menu), now I wonder how to > >> open a browser, I don't want to use netscape or gtk-doc, but more a > >> default as dillo and then have a preferences where to change the > >> browser, i.e. Safari for example as a default on Mac, then if the user > >> prefers Opera, Mozilla, etc..., he can change it, as in gimp for > >> example. > > In linux there used to be a script called htmlview that defauts to the > > preferred browser in the system. > > In fact it searches among a bunch of browsers checking the environment. > Open makes exactly that, open the file in the preferred application. >=20 > > But I think I must to put an entry in the configuration file asking for > > a browser as cssed needs it to show the help. > Yes, it would be fine. And also goes to the web site. But this should =20 > go to the help menu, not the plugin menu. >=20 > > May be I also should wrap a function in the plugins API called > > open_in_default_browser() to make it avaiable to all plugins. > Not necessary, just a function which can add a menu to the help menu, =20 > not only to the plugins menu. Ok will go for it, > Then of course if you plan to preview an html file with the current css =20 > file, it would be interesting to have a function which changes/add =20 > temporarily the css line in the html file to integrate the css current =20 > document, then open the temporary html file in the default browser. But =20 > that's another story. Yes it was planned, but I have problems with the rendering engines. I tried to build a preview pane in the footer notebook (plugin) but It must have mozilla2 (gtk2) installed and nobody have it. Other rendering engines don0t likes me (gtkhtml and such). I'm still working on it, but we must go for the external preview browser. > > If the problem is to open the browser from the plugin, just use > > g_spanw_command_line_async() and that's all. > I've already done it with open as I told you, are you interested or =20 > not, since you did not answer the mail I posted about that?=20 Oh! Yes, I'm very very sorry. I'm geting a little fooled because you lately CC me in the list, and my mail filters repeats the messages in various folders. It ends with=20 messages repeated four times in four different folders.=20 Of course it's my fault and I must rewrite those filtering rules but meanwhile, please don't CC me :) > (titled =20 > New plugin: developer doc plugin). The files are already on my web =20 > site: > <http://micmacfr.homeunix.org/cssed-plugindoc-plugin/cssed-plugin- > doc.tgz> (that's the new doc) >=20 > <http://micmacfr.homeunix.org/cssed-plugindoc-plugin/cssed-plugindoc- > plugin-2004-09-15.tar.gz> (that's the source for the plugin). Ok, thanks, will test it this afternoon. I've just been phoned by a customer to solve a problem in a web aplication, so I'm out of time this morning. Sorry again for the lack of feedback about the cssed-plugin-doc :) Will mail you this afternoon. --=20 Iago Rubio =20 - Home page * http://www.iagorubio.com=20 - Last project * http://cssed.sourceforge.net =20 - GPG Keyserv * pgp.rediris.es id=3D0x909BD4DD |