Olivier Sessink | 2 Apr 2008 17:47
Picon
Gravatar

Re: View in Browser

> Hello,
>
>
>
> I’m running Bluefish 1.0.7 on Windows XP using Cygwin.  I can’t seem
> to get a
> file to open in an external browser.  I can get Internet Explorer to come
> up,
> but it opens with my home page when I don’t use the %s parameter and it
> tries
> to tack on http:// to the beginning of the file path (therefore unable to
> open
> file) when I add the %s parameter.  Does someone know how to View in
> Browser
> using Internet Explorer under these conditions? I've also tried Firefox
> with
> similar results.

I've never done it, so I've no idea. Perhaps it's even a general bug in
bluefish that http:// is prepended. Are you using it from a project? a
project can have a documentroot/webroot setting (they are called
different, they should be renamed). If your webroot is set to http:// I
can understand why things go wrong....

Is there any error output if you start bluefish from the commandline?

Olivier

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
(Continue reading)

Bill Clements | 3 Apr 2008 03:39
Picon

Re: View in Browser

Olivier Sessink <olivier <at> ...> writes:

> 
> > Hello,
> >
> >
> >
> > I’m running Bluefish 1.0.7 on Windows XP using Cygwin.  I can’t seem
> > to get a
> > file to open in an external browser.  I can get Internet Explorer to come
> > up,
> > but it opens with my home page when I don’t use the %s parameter and it
> > tries
> > to tack on http:// to the beginning of the file path (therefore unable to
> > open
> > file) when I add the %s parameter.  Does someone know how to View in
> > Browser
> > using Internet Explorer under these conditions? I've also tried Firefox
> > with
> > similar results.
> 
> I've never done it, so I've no idea. Perhaps it's even a general bug in
> bluefish that http:// is prepended. Are you using it from a project? a
> project can have a documentroot/webroot setting (they are called
> different, they should be renamed). If your webroot is set to http:// I
> can understand why things go wrong....
> 
> Is there any error output if you start bluefish from the commandline?
> 
> Olivier
(Continue reading)

Daniel Leidert | 3 Apr 2008 04:00
Picon

Re: View in Browser

Am Donnerstag, den 03.04.2008, 01:39 +0000 schrieb Bill Clements:

[..]
> I also thought I should put Bluefish-unstable-1.1.6 on my Windows computer 
> that has Cygwin.  It won't install.  It configures fine, but when I run make
> it runs for a long time and ends mentioning infb_gui  GTK_STOCK_INFO 
> undeclared.  I found this exact problem mentioned in an article on the web and 
> it said GTK_STOCK_INFO didn't come out until gtk2.8.  Cygwin uses gtk2.6.

That's a problem then.

> Do I 
> need gtk2.8 to be able to run Bluefish-unstable-1.1.6?

We should fix the code to not rely on Gtk2.8 for the stock info icon or
at least use GTK_CHECK_VERSION().

> Do I need to do 
> something special?  I"ve tried the installation several times.

Even after fixing this you won't have much fun with the development
version of bluefish on Cygwin. Our plugins need a fix to work on
Cygwin/Windows:
http://www.ems.ru/~villain/bluefish-dev.2006-11/0063.html

Regards, Daniel

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
(Continue reading)

Olivier Sessink | 3 Apr 2008 22:02
Picon
Gravatar

Re: View in Browser

Daniel Leidert wrote:
> Am Donnerstag, den 03.04.2008, 01:39 +0000 schrieb Bill Clements:
> 
> [..]
>> I also thought I should put Bluefish-unstable-1.1.6 on my Windows computer 
>> that has Cygwin.  It won't install.  It configures fine, but when I run make
>> it runs for a long time and ends mentioning infb_gui  GTK_STOCK_INFO 
>> undeclared.  I found this exact problem mentioned in an article on the web and 
>> it said GTK_STOCK_INFO didn't come out until gtk2.8.  Cygwin uses gtk2.6.
> 
> That's a problem then.
> 
>> Do I 
>> need gtk2.8 to be able to run Bluefish-unstable-1.1.6?
> 
> We should fix the code to not rely on Gtk2.8 for the stock info icon or
> at least use GTK_CHECK_VERSION().

is that the only place where we use gtk 2.8?

if there are many more places this fix is not going to help...

Olivier
--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

(Continue reading)

Olivier Sessink | 3 Apr 2008 23:37
Picon
Gravatar

Re: View in Browser

Daniel Leidert wrote:
> Am Donnerstag, den 03.04.2008, 01:39 +0000 schrieb Bill Clements:
> 
> [..]
>> I also thought I should put Bluefish-unstable-1.1.6 on my Windows computer 
>> that has Cygwin.  It won't install.  It configures fine, but when I run make
>> it runs for a long time and ends mentioning infb_gui  GTK_STOCK_INFO 
>> undeclared.  I found this exact problem mentioned in an article on the web and 
>> it said GTK_STOCK_INFO didn't come out until gtk2.8.  Cygwin uses gtk2.6.
> 
> That's a problem then.
> 
>> Do I 
>> need gtk2.8 to be able to run Bluefish-unstable-1.1.6?
> 
> We should fix the code to not rely on Gtk2.8 for the stock info icon or
> at least use GTK_CHECK_VERSION().

fixed

Olivier
--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

Bill Clements | 7 Apr 2008 02:48
Picon

Re: View in Browser

Olivier Sessink <olivier <at> ...> writes:

> 
> Daniel Leidert wrote:
> > Am Donnerstag, den 03.04.2008, 01:39 +0000 schrieb Bill Clements:
> > 
> > [..]
> >> I also thought I should put Bluefish-unstable-1.1.6 on my Windows 
computer 
> >> that has Cygwin.  It won't install.  It configures fine, but when I run 
make
> >> it runs for a long time and ends mentioning infb_gui  GTK_STOCK_INFO 
> >> undeclared.  I found this exact problem mentioned in an article on the 
web and 
> >> it said GTK_STOCK_INFO didn't come out until gtk2.8.  Cygwin uses gtk2.6.
> > 
> > That's a problem then.
> > 
> >> Do I 
> >> need gtk2.8 to be able to run Bluefish-unstable-1.1.6?
> > 
> > We should fix the code to not rely on Gtk2.8 for the stock info icon or
> > at least use GTK_CHECK_VERSION().
> 
> fixed
> 
> Olivier

Olivier and Daniel,

(Continue reading)

Trond Husø | 13 Apr 2008 19:06
Picon
Picon

run bluefish as user?

Is there a way to run bluefish as another user?

-trond-

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

Olivier Sessink | 14 Apr 2008 16:47
Picon
Gravatar

Re: run bluefish as user?

> Is there a way to run bluefish as another user?

`ssh -X otheruser <at> localhost bluefish` ?

regards,
   Olivier

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

Trond Husø | 15 Apr 2008 07:53
Picon
Picon

Re: run bluefish as user?

thanks. didn't know that one.

I ended up running my local apache-server as my user. 
-t-

On Mon, 2008-04-14 at 16:47 +0200, Olivier Sessink wrote:
> > Is there a way to run bluefish as another user?
> 
> `ssh -X otheruser <at> localhost bluefish` ?
> 
> regards,
>    Olivier
> 
> 

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

Jake Rayson | 20 Apr 2008 19:08
Picon

n00b syntax highlighting question

I'm a web designer, finally made the leap to Ubuntu Linux, and I've
settled on Bluefish as my text editor of choice.

I would like to change the syntax higlighting for HTML and CSS so that
bold and italic aren't used anywhere. My problem is that I'm not very
hot on regular expressions and don't understand the manual:
http://bluefish.openoffice.nl/manual/ch08s12.html

Is there a simple way to "unbold & unitalicise" everything?!

tia, Jake

ps apologies if double-posting, probs with mail server
--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/


Gmane