octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50663] Text Editor Tab not showing/opening wi


From: Rabindra Jena
Subject: [Octave-bug-tracker] [bug #50663] Text Editor Tab not showing/opening within Octave GUI
Date: Wed, 29 Mar 2017 09:48:07 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #3, bug #50663 (project octave):

Dear Team,

Thanks for your reply and it helps me to recompile the octave from source
code.

QScintilla library was already installed.

Work Arround as follows:
a) Installed fltk & fltk-devel

b) Recompiled the octave source code 
Error resolved by changing the cc files after commented undefined
symbol/function as setMarginType not supported for class octave_qscintilla
libgui/src/m-editor/file-editor-tab.cc:156
libgui/src/m-editor/file-editor-tab.cc:183

Now Text Editor is working  for me within the Octave UI.

octave-4.2.1/libgui/src/m-editor # diff file-editor-tab.cc
file-editor-tab.org-cc
156c156
<   // _edit_area->setMarginType (1, QsciScintilla::SymbolMargin);
---
>   _edit_area->setMarginType (1, QsciScintilla::SymbolMargin);
183c183
< //  _edit_area->setMarginType (2, QsciScintilla::TextMargin);
---
>   _edit_area->setMarginType (2, QsciScintilla::TextMargin);
2238c2238
< //      _edit_area->setMarginType (3, QsciScintilla::SymbolMargin);
---
>       _edit_area->setMarginType (3, QsciScintilla::SymbolMargin);


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50663>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]