Questions tagged [bluefish]

Bluefish is an editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code.

Bluefish is an editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code.

http://bluefish.openoffice.nl/index.html

13 questions
3
votes
1 answer

Initializing cytoscape javascript graphic library for drawing nodes

Can anybody tell me how to integrate following code in BlueFish html editor: It is getting started code for cytoscape.js
Rai Ammad Khan
  • 1,521
  • 2
  • 14
  • 26
1
vote
2 answers

Bluefish does not start any longer

I was working on a webpage with multiple windows of bluefish opened. I needed to reorganize my folders, so i thought that it would be easier to just close bluefish completely and then load all files freshly. After closing it down it wont start any…
user2664856
  • 630
  • 14
  • 30
1
vote
2 answers

How to turn off bracket auto closing in Bluefish

Does somebody know how to turn off bracket auto closing in bluefish?
1
vote
0 answers

Creating a menu of linked options on a Scalable Vector Graphic via HTML

I designed a Scalable Vector Graphic using Inkscape on o/s X Yosemite and subsequently saved the SVG as a HTML document and received the following code. Make Austerity History
0
votes
1 answer

Javascript arrow function in Bluefish editor

Does anyone know how I can invoke the Javascript arrow function in Bluefish editor in Windows 10? For context, let me explain. I am a beginner trying to learn drag and drop. The videos and mdmwebdocs from developer.mozilla use the arrow function. I…
0
votes
0 answers

Bluefish copy results of a search

I did ctrl+h to find a word in a text, but I would like to copy the results of the search that appear in the bottom of the page to use/extract them from the main text. How it is possible? Thank you
0
votes
1 answer

How to highlight brackets in bluefish?

I'm using Bluefish on a Mac to write generic code (it's R but I just open Bluefish and start to type, I haven't told it what I am doing). The help says that Bluefish will: "Highlighting matching block start and end markers (both brackets and…
ThomasC
  • 861
  • 6
  • 12
0
votes
1 answer

How to change default Document settings in Bluefish editor

I am using the Bluefish editor to write PHP script. After saving a file, provided that I have remembered the PHP tags, the editor automatically highlights syntax, as expected. However, when the editor and file is subsequently closed and re-opened,…
POD
  • 293
  • 2
  • 13
0
votes
2 answers

Configuring HTML Tidy in Bluefish

I am currently running Ubuntu 14.o4, and installed HTML Tidy on my computer. I am trying to use it within Bluefish (bluefish 2.2.9-0trusty1) but any time I run the filter, it gives me this error: The command tidy -utf8 exited with error code…
Jener8or
  • 27
  • 6
0
votes
2 answers

JavaScript wouldn't display results of code

I tried creating a simple JavaScript file based on my adaption of source code from MDN. My JavaScript code (loughshore_clubs.js) is as follows