[Gambas-user] gb.qt.editor  .TabLength

Charlie Reinl Karl.Reinl at ...9...
Sun Jun 27 19:16:45 CEST 2004


Salut Benoit,

is that right, that editor.TabLength returns a Boolean ??

here from CEditor.cpp at 590

BEGIN_PROPERTY(CEDITOR_tab_length)

  if (READ_PROPERTY)
    GB.ReturnBoolean(!WIDGET->tabSpace());
  else
    WIDGET->setTabSpace(VPROP(GB_INTEGER));

END_PROPERTY

And why belongs .TabLength to the project and not to the IDE-Editor ?

Amicalement
Charlie




More information about the User mailing list