Difference between revisions of "User:Shainasabarwal/GSoC15/logs"

From BRL-CAD
(Community Bonding Period)
(Community Bonding Period)
Line 4: Line 4:
 
* Wrote functions on highlighting keywords and highlighting comments.
 
* Wrote functions on highlighting keywords and highlighting comments.
 
* Tested with Qt4 as well as Qt5
 
* Tested with Qt4 as well as Qt5
 +
* Wrote function for highlight multiline comments
 +
* Wrote function to highlight numbers
 +
* Trying to search any better way for lexing approach using QSciLexerCustom class.

Revision as of 06:43, 21 May 2015

Community Bonding Period

  • Wrote code for new scadlexer in scadlexer.h and scadlexer.cpp files.
  • Fetch the colors in scintillaeditor.cpp file for new scadlexer and it is successfully working
  • Wrote functions on highlighting keywords and highlighting comments.
  • Tested with Qt4 as well as Qt5
  • Wrote function for highlight multiline comments
  • Wrote function to highlight numbers
  • Trying to search any better way for lexing approach using QSciLexerCustom class.