> Question - is it possible to change the formatting for HTML code
> screen?
Not yet. That will be for 1.1. The Source View of BlueGriffon is
based on Ace, and documentation for Ace is... welllll.... let's
say minimalistic. It always requires a bit of magic to tweak it
at this time, in particular when we deal with dynamic theming.
> Also I like to indent and create blocks of code in the HTML screen to
> make it easy to read. However when I do this and switch to the
> WYSIWYG screen and then switch back to the HTML screen all my indents
> and blocks have gone away.
A DOM-based **Wysiwyg** editor cannot correctly preserve all your
indents, that's technically impossible. Indenting an attribute for
instance cannot be preserved since there is no way to store the
corresponding whitespaces in the DOM.
> Question - is it possible to change the editor used for the HTML
> screen? I use Notepad ++ quite a bit and if I could configure
> Bluegriffon to use it as the HTML editor probably both of my problems
> would be solved.
Using an external editor would require communication between BlueGriffon
and that external process to retrieve the edited document... So the
answer is no. Sorry.
Please note that future versions of Ace will come with autocompletion,
folding, and more. Ace is really a nice and powerful solution, just
lacking documentation at this time.
</Daniel>
Le 07/05/11 19:51, JayR a écrit :
Question - is it possible to change the formatting for HTML code
screen?
Not yet. That will be for 1.1. The Source View of BlueGriffon is
based on Ace, and documentation for Ace is... welllll.... let's
say minimalistic. It always requires a bit of magic to tweak it
at this time, in particular when we deal with dynamic theming.
