RE: menuitems and php endif
Yes, it's the Bluefish version from the Fedora repo. Here's the text from the Build info menuitem:
bluefish 2.0.2
This version of Bluefish was built with:
./configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--disable-static' '--disable-update-databases' '--disable-xml-catalog-update' '--docdir=/usr/share/doc/bluefish-2.0.2' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
And yes, I am working with KDE.
Output from uname -a:
Linux pcwj.localdomain 2.6.34.7-61.fc13.x86_64 #1 SMP Tue Oct 19 04:06:30 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
KDE info:
Qt: 4.6.3
KDE Development Platform: 4.5.2 (KDE 4.5.2)
The C++-style comment should not be working: it's HTML in between :) This example works just fine:
<?php if ( $someCondition ) : ?>
<!-- some html -->
<?php endif; ?>
Cheers,
WarnerJan
> Subject: Re: menuitems and php endif
> From: jimhayward-EOm3DoCPqL1YcD0sb2hCutHuzzzSOjJt@public.gmane.org
> To: bluefish-users <at> lists.ems.ru
> Date: Thu, 11 Nov 2010 05:50:37 -0800
>
> On Thu, 2010-11-11 at 10:19 +0000, WarnerJan Veldhuis wrote:
>
> > 1) The "Open homepage" and "Report a bug" menuitems do not work. When
> > run via konsole, I get this error message for both menuitems:
> > ** (bluefish:3669): WARNING **: Failed trying to launch URL in about
> > dialog
>
> What version of Fedora? Are you using the Bluefish package from the
> Fedora repo? The menu items work for me with Fedora running under Gnome.
> You appear to be running KDE, correct? I'll have to try testing using
> KDE.
>
> > 2) Just a nitpick: endif is a valid PHP keyword but not marked a such.
> > This is a valid example:
> > <?php if ( $someCondition ) : ?>
> > //show some html
> > <?php endif; ?>
>
> Looks like there are two bugs. The C++ style comment from your example
> doesn't highlight as a comment.
>
>
> Regards,
> Jim H
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
> the body of a message to listar-QLpEr2logwzILq5++fvS8w@public.gmane.org
> List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
> Main Web Page: http://bluefish.openoffice.nl/
>