Author |
Message |
technosaurus

Joined: 18 May 2008 Posts: 4786 Location: Kingwood, TX
|
Posted: Tue 16 Feb 2010, 23:59 Post subject:
Bluefish-2.0.0 Subject description: tabbed editor for more than just html |
|
Homepage http://bluefish.openoffice.nl/
Quote: | About Bluefish
Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites. See features for an extensive overview, take a look at the screenshots, or download it right away. Bluefish is an open source development project, released under the GNU GPL licence.
News - February 15 - Bluefish 2.0.0 released!
After 16 development releases and 3 release candidates we finally have Bluefish 2.0.0 ready. The 2.0.0 release is considered the most stable and most feature rich Bluefish release. The screenshots page has an introduction movie to Bluefish 2.0.
|
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
DMcCunney
Joined: 02 Feb 2009 Posts: 894
|
Posted: Wed 17 Feb 2010, 00:57 Post subject:
Re: Bluefish-2.0.0 Subject description: tabbed editor for more than just html |
|
technosaurus wrote: |
This could be REALLY cutdown, and may just be ttuuxxx's dream tabbed editor if cutdown properly
... just don't feel like hacking at it right now.
|
Perhaps ttuuxx should look at TextAdept: 2,000 lines of C core, and a boatload of Lua scripting...
http://caladbolg.net/luadoc/textadept2/manual/1_Introduction.html
______
Dennis
|
Back to top
|
|
 |
Henry
Joined: 29 Jul 2006 Posts: 865 Location: Oregon USA
|
Posted: Wed 17 Feb 2010, 03:02 Post subject:
libenchant.so.1, where to get it Edit Subject description: any other dependencies? using Nop 431r2 |
|
Found it. Stlll get this in terminal:
sh-3.00# bluefish
bluefish: error while loading shared libraries: libenchant.so.1: cannot open shared object file: No such file or directory
sh-3.00#
I use Bluefish 1.07 every day. This must be a very different animal.
Last edited by Henry on Wed 17 Feb 2010, 08:02; edited 1 time in total
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1698 Location: Germany
|
Posted: Wed 17 Feb 2010, 06:15 Post subject:
Re: Bluefish-2.0.0 Subject description: tabbed editor for more than just html |
|
DMcCunney wrote: | technosaurus wrote: |
This could be REALLY cutdown, and may just be ttuuxxx's dream tabbed editor if cutdown properly
... just don't feel like hacking at it right now.
|
Perhaps ttuuxx should look at TextAdept: 2,000 lines of C core, and a boatload of Lua scripting...
http://caladbolg.net/luadoc/textadept2/manual/1_Introduction.html
______
Dennis |
looks very promising, will try to compile that one later.
thanks
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1698 Location: Germany
|
Posted: Wed 17 Feb 2010, 08:13 Post subject:
Re: libenchant.so.1, where to get it Edit Subject description: any other dependencies? using Nop 431r2 |
|
Henry wrote: | Found it. Stlll get this in terminal:
sh-3.00# bluefish
bluefish: error while loading shared libraries: libenchant.so.1: cannot open shared object file: No such file or directory
sh-3.00#
I use Bluefish 1.07 every day. This must be a very different animal. |
libenchant could be installed via package-manager. to find out which other dependencies might be missing open a termin and type
Code: | ldd /PATH/TO/bluefish | grep not |
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
Back to top
|
|
 |
Henry
Joined: 29 Jul 2006 Posts: 865 Location: Oregon USA
|
Posted: Wed 17 Feb 2010, 09:06 Post subject:
Re: libenchant.so.1, where to get it Edit Subject description: any other dependencies? using Nop 431r2 |
|
libenchant could be installed via package-manager. to find out which other dependencies might be missing open a termin and type
Code: | ldd /PATH/TO/bluefish | grep not |
aragon[/quote]
sh-3.00# ldd /initrd/pup_rw/usr/bin/bluefish | grep not
libenchant.so.1 => not found
sh-3.00#
Apparently I did not succeed in installing libenchant.so.1. I got it from ttuuxxx' libraries. It's not in my package manager.
Ah well, I really don't need it just now.
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1698 Location: Germany
|
Posted: Wed 17 Feb 2010, 09:45 Post subject:
|
|
Henry
http://distro.ibiblio.org/pub/linux/distributions/puppylinux/pet_packages-4/
the package is called enchant.
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
Back to top
|
|
 |
Henry
Joined: 29 Jul 2006 Posts: 865 Location: Oregon USA
|
Posted: Wed 17 Feb 2010, 13:20 Post subject:
|
|
Thanks!, aragon,
Henry
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4786 Location: Kingwood, TX
|
Posted: Wed 17 Feb 2010, 14:07 Post subject:
|
|
Yeah - I really need to do a better job with including dependencies when I enter the "petspecs" so that the automatically get downloaded... but didn't remember if the package was called enchant or libenchant.... hmm.... if only there were a database that linked libs to the package names... even better ... if it would guess the dependencies for you (like the check dependencies part of petget)
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
DMcCunney
Joined: 02 Feb 2009 Posts: 894
|
Posted: Wed 17 Feb 2010, 19:32 Post subject:
Re: Bluefish-2.0.0 Subject description: tabbed editor for more than just html |
|
aragon wrote: | DMcCunney wrote: | technosaurus wrote: |
This could be REALLY cutdown, and may just be ttuuxxx's dream tabbed editor if cutdown properly
... just don't feel like hacking at it right now.
|
Perhaps ttuuxx should look at TextAdept: 2,000 lines of C core, and a boatload of Lua scripting...
http://caladbolg.net/luadoc/textadept2/manual/1_Introduction.html |
looks very promising, will try to compile that one later. |
I have a Linux binary of it, but it fails to run:
Code: |
./textadept: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./textadept)
|
May need a newer version of libc to build it.
You're welcome.
______
Dennis
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1698 Location: Germany
|
Posted: Thu 18 Feb 2010, 05:21 Post subject:
|
|
Dennis,
look here http://www.murga-linux.com/puppy/viewtopic.php?t=52632 for a textadept pet.
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11193 Location: Ontario Canada,Sydney Australia
|
Posted: Thu 18 Feb 2010, 08:03 Post subject:
|
|
ya I compiled this version about 1.5 months ago, with all the deps so that the ftp uploads worked etc on 2.14x, but it was massive in the end, so i deleted it, lol
I like kompozer but its never stable enough, and really it should be a addon for Firefox since its like 90% Firefox based. but I haven't used Dreamweaver CS3 in like 1.5 yrs, so Linux is filling the gap, but still its not stable and no where near Dreamweaver CS class, Bluefish is stable, but usually I'm lazy when it comes to web building, when I took web development diploma in tafe, we learned first via a text editor, once we made a few pages with java script, then we were pushed to use dreamweaver/photoshop cs3.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4786 Location: Kingwood, TX
|
Posted: Thu 18 Feb 2010, 13:09 Post subject:
|
|
I have always been a notepad/geany cut-'n-paster... I may start my initial layout in Seamonkey for tables, images etc... but I always end up scrapping half of the garbage and then pasting from a collection of code snippets for css and try to avoid javascript if at all possible (note that there is no javascript on the puppy web desktop) For large amounts of data such as lists I use sed or the replace function in geany ... like replacing "\n" for a list of images with the /><img ....
Another trick is to use gnumeric to cut and paste from so that you get a tab separated list of multiple columns so that you can replace \t with something (like if you wanted alt text etc...) Adding each one manually in Dreamweaver would take forever. Geany does an OK job with this but with sed you can replace the first tab with something different than the second, third....
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
DMcCunney
Joined: 02 Feb 2009 Posts: 894
|
Posted: Fri 19 Feb 2010, 16:16 Post subject:
|
|
ttuuxxx wrote: |
I like kompozer but its never stable enough, and really it should be a addon for Firefox since its like 90% Firefox based. |
Not really. Kompozer is a fork of Nvu, and Nvu is based on the HTML editor in SeaMonkey. I know people who use SeaMonkey's HTML editor component instead of Kompozer because they think it's more stable and provides better results.
There are an assortment of add-ons you can install in Firefox to aid web development, like Chris Pederick's Web Developer toolbat, Joe Hewillt's Firebug debugger and Rob Ginda's JavaScript Debugger, but they won't quite make it a Kompozer substitute.
______
Dennis
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11193 Location: Ontario Canada,Sydney Australia
|
Posted: Fri 19 Feb 2010, 17:44 Post subject:
|
|
DMcCunney wrote: | ttuuxxx wrote: |
I like kompozer but its never stable enough, and really it should be a addon for Firefox since its like 90% Firefox based. |
Not really. Kompozer is a fork of Nvu, and Nvu is based on the HTML editor in SeaMonkey. I know people who use SeaMonkey's HTML editor component instead of Kompozer because they think it's more stable and provides better results.
There are an assortment of add-ons you can install in Firefox to aid web development, like Chris Pederick's Web Developer toolbat, Joe Hewillt's Firebug debugger and Rob Ginda's JavaScript Debugger, but they won't quite make it a Kompozer substitute.
______
Dennis |
Hi Dennis
Yes everybody knows that Kompozer is a fork of NVU, since NVU is a dead project now.
Kompozer is actually build on top of Mozilla, which is the backend of Firefox/Seamonkey.
http://kompozer.sourceforge.net/dev/
Code: | Building KompoZer from source
If you want to contribute patches or builds for KompoZer, the first thing to do is to build it, obviously.
You will find detailed instructions at the Mozilla Developer Center. Here’s a quick how-to:
1. check the build requirements for your platform: Windows™, MacOS X™ or Linux
2. grab the sources, either from the latest source tarball (see the project page) or from the SVN trunk:
svn checkout https://kompozer.svn.sourceforge.net/svnroot/kompozer/trunk
3. copy the “mozconfig” file for your platform, from the mozilla/composer/config directory to mozilla/.mozconfig
e.g. for MacOS X:
cp mozilla/composer/config/mozconfig.mac mozilla/.mozconfig
4. get in the "mozilla" directory:
cd mozilla
5. build with:
make -f client.mk build_all
The result of your build will be in mozilla/obj-***/dist/bin directory.
You might find other useful instructions in the mozconfig file. |
actually about 1yr ago, I combined Kompozer and FirePup, and reduced the combined size by about 40%.
and if you want the Mozilla sources for building Firefox,Seamonkey,Thunderbird, Sunbird
https://developer.mozilla.org/en/Build_Documentation#Get_the_source
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
|