ver. 0.01
-------------------------------------------------
First release

ver. 0.02
-------------------------------------------------
- Changed 'run' procedure.
  Before 'run' is started the 'make'.
- Now user can change content of project file (pro) from program level.
  It is possible to add and remove a file from project file.
  On left panel with tree of project files, when user clicks
  right mouse button show ups menu. From this menu user can
  open, remove and rename the file of project.
  
ver. 0.03
-------------------------------------------------
- there is implemented internal class anylyzer.
  In the program in left panel on main window user
  have a picture of all class items tree,
- in editor there is implemented auto-indentation,
- a current line in editor is dinguished with other 
  background color.
- many small changes

ver. 0.04
-------------------------------------------------
- panel with project files tree has been completly rebuilded,
- panel with classes project tree has been rebuilded,
  there is new items sort procedure,
  there are dedicated icons for slots and signals
- changes in syntax highlighter,
- it is possible to configure a program properties,
  When program starts it is possible to load last project
  and last opened files, it is possible to declare
  a qmake location and user can select when should be
  re-parsed project classes (online or on file save),
- it is possible to configure a behaviour of editor
  (tab width, auto indentation, colors, backgrounds etc),

ver. 0.05
-------------------------------------------------
- checking MIME type of pasted clipboard content.
  It is possible to paste only MIME type plain/text.
- all parts of main window can be configured (fonts, colors, etc.),
- ist is possible to print editor contents,
- when user search a phrase in editor, a already selected text
  is used as a proposition,
- there is corrected a bug in 'search previous',
- there is changed dialog for 'search in project files',
- there is possibilty to order program (in command line)
  with which project he should to start,
- it is possible to 'run' a destination program (binary file)
  from location other than the path of project file.
  It is used variable DESTDIR from project file.  

ver. 0.06
-----------------------------------------------------------
Now it is implemented complete handling of bookmarks.
Every bookmark is signed with special icons on margin of
edited document.
Bookmarks service is possible from keybord
(Ctrl+B, Ctrl+UpArrow, Ctrl+DownArrow), from menu level and from
toolbar.

ver. 0.07
-----------------------------------------------------------
- now user can create, from program level, new simple Qt project (and modify current),
- there is implemented new project parser,
- there is implemented new class parser.

ver. 0.08
-----------------------------------------------------------
There is implemented debugger integrated with source code editor
(as back-end of GDB ).

v. 0.08.1
-----------------------------------------------------------
It is possible to see current program-call-stack in special tool dialog.
It is possible to see current values of registers in special tool dialog.
Now it is possible to set and unset breakpoints on debuggin time.

v. 0.08.2
-----------------------------------------------------------
Now on debuggin time, it is possible to see strings contents (QString and std::string).
There is implemented new tool dialogs for debugging (displays assembler code and memory contents).
There are some new corrections and many optimalisations.

v. 0.08.3
-----------------------------------------------------------
Now it is possible to configure more variables of project file.
User can set all variables with prefix QMAKE_.

v. 0.08.4
-----------------------------------------------------------
It is implemented right margin in editor in which are visible numbers of lines.
User can configure a properties of margin (on/off, font color, background colors).
It is implemented vertical line on right side of edited text
(marker of how many chars in line are acceptable).
User can configure properties of this line (on/off, color, after how many chars ):
A few corrections of small bugs.

v. 0.09
-----------------------------------------------------------
The ability to run commands or programs (as many as you would like) before and after
building the project was implemented. Commands which can start before may include the
following wildcards: %c for the cpp file of the project and %h for the header files
of project. Commands which can start after may include only one wildcard: %p for
program name. Every possible wildcard can be present many times in one command.
A few changes were made in the "Build" window which presents current process output.

v. 0.10
-----------------------------------------------------------
It is implemented new automatic on indentation.
When user types a } then program automaticly sets this character on proper position
(with proper indentation of edited scope)
New behavior of key kombination Ctrl+Del was implemented.
Now in edited document is possible to use a spaces as tabs (now this is a default setting).
User can select between tabs and spaces in properties of program.
It is implemented new behavior of keys Tab and Backspace.
When in edited document cursor is in selected block, user can move whole block
(Tab - to right, Backspace - to left).

v.0.11
-----------------------------------------------------------
1. At work in editor user can open a special tool-window with names of all function
   definitions in current source code (Ctrl+U and from popup menu).
   After function selection cursor goes to this function in source code.
2. It is corrected a syntax highlighter bug (problems with c-comments with empty lines).
3. It is corrected a focus problems with minimized editor windows.

v.0.12
-----------------------------------------------------------
1. Function 'Replace' has been implemented.
   User can replace text in edited document.
   It is possible to replace text in whole document, in selected text block (or next occurence).
2. Few corrections of editor behavior (after keys Return and Home ) have been implemented.
3. Creation of empty new project have been corrected (is message displayed).

v.0.13
-----------------------------------------------------------
1. It is implemented text folding in editor (user can hide/show a functions body).
2. New functions parser for window showed all functions in current editor (popup menu in editor).
3. It is implemented possibillity to translate program texts to others languages.
4. Is accesible polish translation.
