GSoC/GCI Archive
Google Code-in 2012 Haiku

StyledEdit - Implement status line with extended functionality (ticket #3655)

completed by: Vlad Slepukhin

mentors: Eugene Katashov, Siarzhuk Zharski, Gerasim Troeglazov

The goal of this task is to improove StledEdit with implementing Status line displaying someĀ  extended information about current document and it's state. This task should also fix the issue registered in Haiku Trac as ticket #3655.

This is a coding task, for this task you will need to have a Haiku build environment setup, and be able to compile either Haiku or standalone StyledEdit project to fix the problem and check if your solution works. The basic knowledge of GIT SCM is also needed.

Requirements:

  • Install Haiku either on real hardware or in Virtual Machine (BTW, I can assist installing VirtualBox so it is obviously recommended by me);
  • Take familiar with the problem you should fix;
  • Get either the Haiku source tree or standalone StyledEdit project sources build it and find solution to fix the problem;
  • Read the discussion in ticket #3655 comments. Looks like some rudimentary status line existed some years ago but was disabled. Your task is to restore it and fill with features;
  • At least following information is requested to be in status line:
  1. current line (may be in format "line X of XXX");
  2. current position of the caret;
  3. current encoding of the document;
  4. read-only state of the document;
  5. modified state of the document;
  6. Font face, family and size under the caret;
  7. something that you can propose to add.
  • After completing this task, please provide us with the git-formatted patch implementing your fix.

Resources:

Haiku Alpha A4.1 (required developer tools are included) http://www.haiku-os.org/get-haiku

Ticket "[StyledEdit] column number add" http://dev.haiku-os.org/ticket/3655

Standalone StyledEdit project at gitorious.org: https://gitorious.org/gci2012/stylededit

Getting and building Haiku sources: http://www.haiku-os.org/guides/building

Varios Haiku development resources: http://www.haiku-os.org/development

Haiku Coding Guidelines: https://www.haiku-os.org/development/coding-guidelines


Good luck!