Mark Sherrill | 23 May 2012 20:52
Picon

image path

Hello all,

I'm new to bluefish. I'm having a hard time getting images to load. I'm sure that it's I have the wrong path, but I'm not sure what's wrong.  I have a folder A that contains an images folder and a BFProj folder. The Project folder has  two files, index.html and style.css.

In the style.css folder  I have the following as a path for a background image and it's not rendering. Is there something I need to do when placing my files into a project?

body {
background: url(images/img01.jpg) repeat;
}


Thanks so much for your assistance. I'm really liking bluefish so far.

--

Mark Sherrill
573.275.6262


clansco | 24 May 2012 09:38
Favicon

Re: image path

On Wed, 23 May 2012 13:52:59 -0500
Mark Sherrill <dmsherrill@...> wrote:

> Hello all,
> 
> I'm new to bluefish. I'm having a hard time getting images to load. I'm
> sure that it's I have the wrong path, but I'm not sure what's wrong.  I
> have a folder A that contains an images folder and a BFProj folder. The
> Project folder has  two files, index.html and style.css.
> 
> In the style.css folder  I have the following as a path for a background
> image and it's not rendering. Is there something I need to do when placing
> my files into a project?
> 
> body {
> background: url(images/img01.jpg) repeat;
> }
> 
> 
> Thanks so much for your assistance. I'm really liking bluefish so far.

folder /BFProj - index.html
       |       - style.css
       |
       /images - img01.jpg

the relative path in style.css for img01.jpg is:
"../images/img01.jpg"
if you say "images/img01.jpg" this means that the images folder is in BFProj.
background: url(../images/img01.jpg) repeat;

-- 
Frédéric Falsetti
http://clansco.org
--

-- 
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/

Mark Sherrill | 25 May 2012 23:10
Picon

Re: image path

Thank You!

On Thu, May 24, 2012 at 2:38 AM, clansco <falsetti-WUOI5u2m7YpAfugRpC6u6w@public.gmane.org> wrote:
On Wed, 23 May 2012 13:52:59 -0500
Mark Sherrill <dmsherrill <at> gmail.com> wrote:

> Hello all,
>
> I'm new to bluefish. I'm having a hard time getting images to load. I'm
> sure that it's I have the wrong path, but I'm not sure what's wrong.  I
> have a folder A that contains an images folder and a BFProj folder. The
> Project folder has  two files, index.html and style.css.
>
> In the style.css folder  I have the following as a path for a background
> image and it's not rendering. Is there something I need to do when placing
> my files into a project?
>
> body {
> background: url(images/img01.jpg) repeat;
> }
>
>
> Thanks so much for your assistance. I'm really liking bluefish so far.

folder /BFProj - index.html
      |       - style.css
      |
      /images - img01.jpg


the relative path in style.css for img01.jpg is:
"../images/img01.jpg"
if you say "images/img01.jpg" this means that the images folder is in BFProj.
background: url(../images/img01.jpg) repeat;

--
Frédéric Falsetti
http://clansco.org
--
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar <at> lists.ems.ru
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/




--

Mark Sherrill
573.275.6262


Martin crysman Zahradník | 13 Jun 2012 17:40
Picon
Favicon
Gravatar

incorrect space deletion behaviour

Hello,

I would like to report an incorrect deletion behaviour. Let's consider this text:
     14.5.2012, 17.30 h. meeting
(there are spaces before 14.)

When you place cursor at the beginning of the line (HOME) and then CTRL+DEL, normally it should delete all the spaces until a character is found. So it could result to this:
14.5.2012, 17.30 hod. DDS Brnkadla

But what happens is this:
.5.2012, 17.30 hod. DDS Brnkadla

Why? Is there any reason for that? CTRL+DEL should delete "blocks of text of the similar kind" (a word typically, or the spaces... these are compact "blocks" - spaces surrounded by words or punctuation, and words surrounded by spaces...)

Is there any solution?


Greetings
McZ

PS: ayay!! I've tested e.g. LibreOffice and they behave the same wrong way. The same gedit. Why? Is this some Ububtu-specific or even Linux-specific problem? In whatever application under Windows (LibreOffice included) it behaves correctly - as I have described above...

clansco | 13 Jun 2012 21:31
Favicon

Re: incorrect space deletion behaviour

On Wed, 13 Jun 2012 17:40:26 +0200
Martin crysman Zahradník <crysman@...> wrote:

> Hello,

Thanks a lot Martin!
This is a very interesting report,
it is the first time (linux here) I heard about CTRL+DEL

> 
> I would like to report an incorrect deletion behaviour. Let's consider 
> this text:
> >      14.5.2012, 17.30 h. meeting
> (there are spaces before 14.)
> 
> When you place cursor at the beginning of the line (HOME) and then 
> CTRL+DEL, normally it should delete all the spaces until a character is 
> found. So it could result to this:
> > 14.5.2012, 17.30 hod. DDS Brnkadla
> 
> But what happens is this:
> > .5.2012, 17.30 hod. DDS Brnkadla
> 
> Why? Is there any reason for that? CTRL+DEL should delete "blocks of 
> text of the similar kind" (a word typically, or the spaces... these are 
> compact "blocks" - spaces surrounded by words or punctuation, and words 
> surrounded by spaces...)
> 
> Is there any solution?
> 
> 
> Greetings
> McZ
> 
> PS: ayay!! I've tested e.g. LibreOffice and they behave the same wrong 
> way. The same gedit. Why? Is this some Ububtu-specific or even 
> Linux-specific problem? In whatever application under Windows 
> (LibreOffice included) it behaves correctly - as I have described above...
> 
> Martin crysman Zahradník
> crysman@...
> www.crysmanovo.blogspot.com <http://crysmanovo.blogspot.com>

-- 
Frédéric Falsetti
http://clansco.org
--

-- 
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 | 21 Jun 2012 09:15
Picon
Gravatar

Re: incorrect space deletion behaviour

On 06/13/2012 05:40 PM, Martin crysman Zahradník wrote:
> Hello,
>
> I would like to report an incorrect deletion behaviour. Let's consider
> this text:
>> 14.5.2012, 17.30 h. meeting
> (there are spaces before 14.)
>
> When you place cursor at the beginning of the line (HOME) and then
> CTRL+DEL, normally it should delete all the spaces until a character is
> found. So it could result to this:
>> 14.5.2012, 17.30 hod. DDS Brnkadla
>
> But what happens is this:
>> .5.2012, 17.30 hod. DDS Brnkadla
>
> Why? Is there any reason for that? CTRL+DEL should delete "blocks of
> text of the similar kind" (a word typically, or the spaces... these are
> compact "blocks" - spaces surrounded by words or punctuation, and words
> surrounded by spaces...)
>
> Is there any solution?

I've tried various things, and this seems to be default gtk behavior. 
The behavior is the same with all gtk applications. We could file a 
bugreport for gtk and see if the gtk developers agree this is a bug.

shall we do that?

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/

Martin crysman Zahradník | 22 Jun 2012 11:48
Picon
Favicon
Gravatar

Re: incorrect space deletion behaviour

I think so!

Deleting spaces via CTRL+DEL is very useful and time-saving feature. If it works on Windows, it must work on GTK, too :)

McZ


On 06/21/2012 09:15 AM, Olivier Sessink wrote:
On 06/13/2012 05:40 PM, Martin crysman Zahradník wrote:
Hello,

I would like to report an incorrect deletion behaviour. Let's consider
this text:
14.5.2012, 17.30 h. meeting
(there are spaces before 14.)

When you place cursor at the beginning of the line (HOME) and then
CTRL+DEL, normally it should delete all the spaces until a character is
found. So it could result to this:
14.5.2012, 17.30 hod. DDS Brnkadla

But what happens is this:
.5.2012, 17.30 hod. DDS Brnkadla

Why? Is there any reason for that? CTRL+DEL should delete "blocks of
text of the similar kind" (a word typically, or the spaces... these are
compact "blocks" - spaces surrounded by words or punctuation, and words
surrounded by spaces...)

Is there any solution?

I've tried various things, and this seems to be default gtk behavior. The behavior is the same with all gtk applications. We could file a bugreport for gtk and see if the gtk developers agree this is a bug.

shall we do that?

Olivier

john s wolter | 22 Jun 2012 14:30
Gravatar

Re: incorrect space deletion behaviour

Interesting points about editing.  Since Bluefish operates on several OSs what might be default behavior in one can be different in another.  One way I have looked at these keyboard layouts is to look at browsers.  Browsers are what users have the most contact withdaily.  

Browser keyboard layout choices are mostly the same across OSs.  There are some differences.  How is [Ctrl-Del] treated in different browsers, applications, and OSs?  How would you make multi-OS choices?

A default keyboard layout and expected behaviors of individual keys needs a simple principle that is easily articulated to users.  Then it is understandable to everyone and it can be consistently applied to OSs distributions.  This can go for naught if not documented with variations in a user's manual.

The other part of this that happens in any cross-platform product is a way to allow creation of keyboard layout profiles.  This could be a fair amount of work if not already implemented.  The Bluefish developers already have a long list of issues.  It can be said that it might be a variation on localization and internationalization.  Everything on the Internet has to deal with this to have and satisfy a large marketplace.

GTK+ has a wide set of OSs to cover.  Making OS targeted changes might be difficult.  A well crafted choice allows users to almost anticipate what keys and behaviors to expect on any OS.

Cheers
John S Wolter





On Fri, Jun 22, 2012 at 5:48 AM, Martin crysman Zahradník <crysman-9Vj9tDbzfuSlVyrhU4qvOw@public.gmane.org> wrote:
I think so!

Deleting spaces via CTRL+DEL is very useful and time-saving feature. If it works on Windows, it must work on GTK, too :)

McZ


On 06/21/2012 09:15 AM, Olivier Sessink wrote:
On 06/13/2012 05:40 PM, Martin crysman Zahradník wrote:
Hello,

I would like to report an incorrect deletion behaviour. Let's consider
this text:
14.5.2012, 17.30 h. meeting
(there are spaces before 14.)

When you place cursor at the beginning of the line (HOME) and then
CTRL+DEL, normally it should delete all the spaces until a character is
found. So it could result to this:
14.5.2012, 17.30 hod. DDS Brnkadla

But what happens is this:
.5.2012, 17.30 hod. DDS Brnkadla

Why? Is there any reason for that? CTRL+DEL should delete "blocks of
text of the similar kind" (a word typically, or the spaces... these are
compact "blocks" - spaces surrounded by words or punctuation, and words
surrounded by spaces...)

Is there any solution?

I've tried various things, and this seems to be default gtk behavior. The behavior is the same with all gtk applications. We could file a bugreport for gtk and see if the gtk developers agree this is a bug.

shall we do that?

Olivier



Gmane