User:Shainasabarwal/GSoC15/logs

From BRL-CAD
< User:Shainasabarwal
Revision as of 06:43, 21 May 2015 by Shaina7837 (talk | contribs) (Community Bonding Period)

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.