BlueGriffonTM

The next-generation Web Editor
based on the rendering engine of Firefox

23Jun

CSS 3 Multicolumn Layout

I started working again on CSS 3 Multicolumn Layout. Nice result so far.

CSS Multicol shot 1

21Jun

Progress 20100621

  • New page wizard was horked
  • Support of html and xml flavors of HTML 5 added, including to new page wizard
  • Started working on ability to save an html5 document, whatever the flavor, as a polyglot document
  • Windows and linux themes including fixing various UI glitches

16Jun

Rotations, starts looking ok...

It really starts looking ok, I hope I'll be able to check that in at the end of this week or beginning of next one.

15Jun

First proto of CSS 3 rotation in the viewport

It's a very very early prototype...

14Jun

Rotations

As you probably noticed, I am currently implementing CSS 2D rotations in BlueGriffon. But that's dialog-based. I also started working on something better... And since I don't think another implementation has hit the market yet, BlueGriffon will probably be the first wysiwyg web editor to propose direct CSS-based pointer-driven rotation of an element inside the editor's viewport. Stay tuned!

07Jun

Word count

I decided to make a short break from bluegriffon's core and I spent an hour implementing a new add-on : WordCount. Yeah, you got it, it counts the number of words in the current document. But it can also enable a visual warning if that word count goes above a user-defined limit.

17May

Progress 20100517

  • still working on the Projects Manager that does not share a single line of code with Nvu/Kompozer's site manager (BlueGriffon is entirely rewritten from scratch). The associated Publish button will also be much more powerful. Mime Cuvalo, the author of FireFTP, has formally authorized me to use his ftp stack's code inside BlueGriffon. I must say that implementing all the ftp high-level features is now hyper-simple. Thanks a lot Mime !

13May

Progress 20100513

  • lot of work on the Image Insertion dialog,
  • even more work on the Projects Manager, totally rewritten because I was not happy with the former iteration of it. If you remember the old Site Manager of Nvu and the Publish Settings of Mozilla Composer and Nvu, they'll look totally prehistoric compared to the new Projects Manager and its integration in other dialogs of the app (links, image, external objects). Publishing (on a remote site) will be MUCH better than in Nvu, publishing all external objects including stylesheets and even imported stylesheets... It will also be integrated with the Templates Manager so you can add in one-click a page template you just downloaded from the Web. Yay!

12May

Image dialog #2

Starts taking shape...

Image Dialog shot 1

10May

Progress 20100510

  • TableLayout add-on was horked, it's now fixed (Venkman and JSMs... pffff...). It's also now 100% undoable.
  • more fun with the cssHelper
  • Edit menu: undo, redo, cut, copy, paste, delete and more

09May

JSCSSP in BlueGriffon

JSCSSP, our CSS parser in JavaScript, is now used by BlueGriffon to preserve all the contents of stylesheets, including unrecognized properties, unrecognized at-rules and comments between rules or between declarations (other comments not preserved yet). On a side note, JSCSSP now passes all relevant tests in the CSS 3 Namespaces Test Suite.

03May

Progress 20100503

  • more source view work and debug
  • now using Laurent Jouanneau's serializer for XHTML
  • persisting properties in New File dialog
  • New Document wizard was horked

30Apr

Progress 20100430

  • Bespin 0.7.3 added, with satyr's workaround
  • finally, after so many years of Composer and Nvu, changes done in the source view are now undoable ! Yay !
  • IRC discussion about BlueGriffon in particular and the mozilla editor in general happens in irc://irc.mozilla.org/#composer

29Apr

Progress 20100429 #2

  • closing a modified tab discarded changes
  • closing window was closing regardless of modified tabs
  • added cmd-Q (quit) and cmd-W (close tab)
  • different style for modified tabs
  • favicon

29Apr

Progress 20100429

  • JSMs
  • UI work on tabs
  • bugfixes in the activeView
  • activeView now an add-on
  • autocomplete in Open URL dialog
  • close button
  • quit menu was horked
  • tried to switch to Bespin 0.7.1 but it relies on window.localStorage and that beast does not seem to be available inside an iframe or browser XUL element in a xulrunner-based application. Keeping my old version of bespin for the time being.

13Apr

ActiveView

I'm currently ironing the ActiveView (that had a few bugs) and the JSMs. Will check that in as soon as it's ready.

08Mar

JSCSSP #2

Starts looking ok...

JSCSSP

18Dec

Editor weirdnesses

I think I just found a weirdness in the editingSession and the docshell. If I try to edit a document having a chrome://* URL, scripts and plugins are not correctly disabled. I needed that to store "blank" transitional and strict html and xhtml documents into my jars. Even if I call disableJSAndPlugins() on the editingSession, scripts and plugins are not disabled or disabled only until major changes of the edited document. Not sure it's a bug though, there could be a good reason for this behavior. Anyway, workarounds are easy to implement.

18Dec

Script Inspector

It's done. v1.0 as an add-on to the core editor. Precisely one day and a half of work.

17Dec

Script manager

BlueGriffon has a new sidebar to handle all scripts declared inside the <head> element (scripts inside the <body> element will be visible inline and clickable to edit). The editor for embedded scripts is of course Bespin.

Script manager

- page 1 of 3