|
7e2897ebcf
|
Fix bug #696 Problem with popup editor editing the last record.
Solution: Always center the memo editor within the grid.
|
2008-08-26 05:56:43 +00:00 |
|
|
3c30298e51
|
Hopefully fix #669 this time
|
2008-08-12 21:50:44 +00:00 |
|
|
fa17d1eb8d
|
Add a toolbar with some useful buttons to the memo editor:
Wrap long lines, Load textfile, Cancel, Apply
Plus: a label showing the current and the allowed text length
|
2008-08-11 23:16:46 +00:00 |
|
|
ed99c16c70
|
Fix bug #669 Memo editor increases height each time called
|
2008-08-11 18:30:54 +00:00 |
|
|
81609c83cb
|
Enable shortcuts in memo editor:
- Escape for cancel editing
- Ctrl + Enter for apply text and end editing
|
2008-08-09 19:47:13 +00:00 |
|
|
8c83507561
|
Code structure: Seperate editor link from memo editor form, into own unit grideditlinks.pas . All edit links can live here while the used forms will need their own unit + dfm.
|
2008-08-09 17:52:01 +00:00 |
|
|
7d168f5526
|
Now the memo editor has its own unit to live in the editor link should also live there. Moves relevant code from main and rename the object to TMemoEditorLink to be more clear.
|
2008-08-07 22:39:22 +00:00 |
|
|
6b17b239ba
|
Give the memo editor its own unit + dfm file. Enables us to use the IDE for designing it.
|
2008-08-07 20:32:01 +00:00 |
|