Copy link to clipboard
Copied
Anyone managed to get Brackets to open up with Firefox to show php pages?
I've been using Chrome which works fine but would really like to have Firefox as the default.
If i select 'Enable Experimental Live View' under 'File' it shows .html files in Firefox but asks for a base url if I try and view a php file. I've put just about every string I can think of, like:
http:/localhost/project_folder_name
(this shows php files in Chrome - but not Firefox)
So then I tried:
(this shows html files in Firefox but not php pages)
(this shows html files in Firefox but not php pages)
As much as I like Brackets it seems there might be a huge issue, by default it only works with the Chrome browser, what use is that. Looks like I might be on the move again trying to find a sensible bit of software.
Copy link to clipboard
Copied
According to their Wiki, viewing anything but HTML files in another browser is one of the limitations in Live Experimental View.
How to Use Brackets Ā· adobe/brackets Wiki Ā· GitHub
Here's what I do in Brackets.
Copy link to clipboard
Copied
Nancy OShea wrote:
According to their Wiki, viewing anything but HTML files in another browser is one of the limitations in Live Experimental View.
How to Use Brackets Ā· adobe/brackets Wiki Ā· GitHub
Here's what I do in Brackets.
- Release 1.6 build 1.6.0-16680 on Win10
- I keep my site files in my Local Testing Server's default web folder (www/ or htdocs/).
- I open a PHP file and click on the Lightening bolt which fires up Preview in Chrome.
- Copy the URL from Chrome address bar & paste into Firefox.
localhost / site_folder / current_page.php
Similar workflow to what I do but its a bit of a pain that Brackets is a one browser wonder at the moment.
I hope it will be developed going forward but I have my doubts........it might be left to gather dust.
I have found it to be the best of the rest so far, with some minor issues. I'll guess I'll stick with it for now and see if it develops.
I would'nt even mind paying for this IF there were regular advancements and updates, no necessity to add in all the junk, just keep it lean and mean.
Copy link to clipboard
Copied
To open the system's default browser in Brackets
1. File > Enable Experimental Live Preview
2. Debug > Open Preferences File
3. Two files are opened in Brackets, choose brackets.json
4. Insert a new line 2 (inside the curly brackets)
5. Enter the following
"livedev.multibrowser": true,
6. Save the file
7. Open index.html in brackets and hit the Live Preview button
Copy link to clipboard
Copied
Hi Ben,
Unfortunately it only opens .html files NOT .php files, which is useless unless you don't do any dynamic coding. I guess its something that is being worked on, hopefully, otherwise its a pointless application unless you can open optional browsers from within the application.
You should be able to control-click inside the panel window and select 'open in' or drag and drop the flle in the side bar onto the browser icon, much like other programes. You can 'hack' viewing in any other browser other than Chrome but this must be huge oversight by Brackets development team. After all its been around a good few years now and introducing optional browser support has still not been introduced.
I'm actually wondering if I'm now flogging a dead horse as I think much of the Brackets team devlopement time will be allocated to DW, after all it is paid for. Is this going to be another Adobe 'abortion' project, like Fluid Grids, Spry, Fireworks, etc
Copy link to clipboard
Copied
Over 3 years this has been on the radar and nothing done about it.
Live Development: lifecycle research and future directions Ā· adobe/brackets Wiki Ā· GitHub
I guess that's the **** you can expect from an 'open source' solution.
Damn shame as Brackets, in my opinion, is a really nice bit of software and worth paying for BUT not in its current 'imcomplete' state - the search continues.