Letractively / bluefish-win

Automatically exported from code.google.com/p/bluefish-win
0 stars 0 forks source link

Bluefish 1.0.7: View in browser, internet explorer, firefox, chrome #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to: External --> Browsers --> Firefox
2. OR Go to: External --> Browsers --> Internet Explorer
3. OR Click the "View in browser" (world globe icon)

What is the expected output? What do you see instead?
The expected output is for the currently open file to launch in the browser 
selected.  What seems to be happening is the application either launches a 
bad url in Internet Explorer OR... for Firefox it launches the command line 
prompt, but nothing happens.

What version of the product are you using? On what operating system?
Version installed:  Bluefish 1.0.7 w
Operating System:  Windows XP Professional, Service Pack 3, Build 2600
Mozilla Firefox version: 3.5.5
Microsoft Internet Explorer version: 7.0
Google Chrome version: 3.0

Please provide any additional information below.
I would like for someone to verify that the solution below is indeed a fix 
to this problem when running Bluefish in Windows.

Proposed Solution:
1.  Go to: Edit --> Preferences --> External programs --> Browsers area

2.  For Firefox: click twice in the "Command" box/ area, then type: [start 
firefox.exe -new-tab "%s"] (remove the []), hit the Enter key.

3.  For Internet Explorer: click twice in the "Command" box/ area, then 
type: [start iexplore.exe "%s"] (remove the []), hit the Enter key.

4.  For Chrome: click "Add" button, click twice in the label area (mine 
says "Untitled), change the label box/ area to "Chrome" (minus quotes), 
click in the "Command" box/ area and type: [start chrome.exe "%s"] (remove 
the []), hit the Enter key.

Hope this helps someone.  Sorry if this is already posted, but I searched 
and it doesn't seem to be currently.

Thanks.

Original issue reported on code.google.com by specialk...@gmail.com on 15 Dec 2009 at 2:45

GoogleCodeExporter commented 8 years ago
Update:  When using Bluefish in Linux, replace the command box/ area entry with 
the following: [google-chrome "%s"]  (remove the []), then press the Enter key.

Original comment by specialk...@gmail.com on 18 Jun 2010 at 6:41

GoogleCodeExporter commented 8 years ago
google chrome under linux:
google-chrome '%p'&

Original comment by Howie.N...@gmail.com on 22 Sep 2010 at 11:59

GoogleCodeExporter commented 8 years ago
Under Ubuntu doesn't work for Google Chrome. Ubuntu 10.10.

Original comment by davidarr...@gmail.com on 19 Apr 2011 at 5:03

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
google-chrome '%p'&

Ubuntu 11.04 + Bluefish 2.0.2

Original comment by uncle.fe...@gmail.com on 2 Jun 2011 at 10:21

GoogleCodeExporter commented 8 years ago
chromium browser under linux
chromium-browser '%p'&

Original comment by Howie.N...@gmail.com on 17 Nov 2011 at 12:20

GoogleCodeExporter commented 8 years ago
To open google chrome in bluefish under Xubuntu, I use google-chrome "%p"& 
command.

Original comment by Ziga.Lau...@gmail.com on 27 Dec 2011 at 6:26

GoogleCodeExporter commented 8 years ago
In Linux Mint 11 Katya:

chromium-browser '%p'&

works fine.. Thanks

Original comment by raihan.t...@gmail.com on 29 Dec 2011 at 6:28