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

From BRL-CAD
(Community Bonding Period)
(Community Bonding Period)
Line 7: Line 7:
 
* Wrote function to highlight numbers
 
* Wrote function to highlight numbers
 
* Trying to search any better way for lexing approach using QSciLexerCustom class.
 
* Trying to search any better way for lexing approach using QSciLexerCustom class.
 +
 +
=Coding Period=
 +
==25 May==
 +
* Discussed and researched about different tools that can be used in scad lexer.

Revision as of 21:46, 25 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.

Coding Period

25 May

  • Discussed and researched about different tools that can be used in scad lexer.