Thanks! :)
On Tue, Feb 8, 2011 at 7:04 PM, C. Boemann wrote:
> On Tuesday 08 February 2011 13:59:47 Gopalakrishna Bhat wrote:
> > I was looking as this piece of code in KoTextEditor.cpp
> >
> >
> > void KoTextEditor::newLine()
> > {
> >d->updateState(KoTextEditor::Private::Custom, i18n("Line
On Tuesday 08 February 2011 13:59:47 Gopalakrishna Bhat wrote:
> I was looking as this piece of code in KoTextEditor.cpp
>
>
> void KoTextEditor::newLine()
> {
>d->updateState(KoTextEditor::Private::Custom, i18n("Line Break"));
>if (d->caret.hasSelection())
>d->deleteInlineObjects
I was looking as this piece of code in KoTextEditor.cpp
void KoTextEditor::newLine()
{
d->updateState(KoTextEditor::Private::Custom, i18n("Line Break"));
if (d->caret.hasSelection())
d->deleteInlineObjects();
KoTextDocument koDocument(d->document);
KoStyleManager *styleManager