Difference between revisions of "User:Martin"

From Free Pascal wiki
Jump to navigationJump to search
(created page)
 
Line 7: Line 7:
 
* Fix bugs
 
* Fix bugs
 
* Clean up and refactor. Someone already put up some ideas here [[Redesign of the SynEdit component]]. And there is more
 
* Clean up and refactor. Someone already put up some ideas here [[Redesign of the SynEdit component]]. And there is more
 +
* Look at Synedit 2.x (import and maybe export back to them)
 +
* More folding (Procedure Header; var/const section, IFDEF(maybe), User-defined)
 
* Allow to have multiple editors open in Lazarus, and have more than one view of the same document.
 
* Allow to have multiple editors open in Lazarus, and have more than one view of the same document.

Revision as of 01:58, 18 November 2008

Hi. My name is Martin Friebe. I am a professional Software Developer. I was born in Germany, and I am now living in London (UK).

I got involved with Lazarus by contributing some patches (Debugger, Synedit, Code-Folding). I am now mainly looking at improving SynEdit.

Plans

  • Fix bugs
  • Clean up and refactor. Someone already put up some ideas here Redesign of the SynEdit component. And there is more
  • Look at Synedit 2.x (import and maybe export back to them)
  • More folding (Procedure Header; var/const section, IFDEF(maybe), User-defined)
  • Allow to have multiple editors open in Lazarus, and have more than one view of the same document.