Stas Degteff
|
4b33543f42
|
Attempt to fix collateral action of function LoadCharset() which called from schecker.Load(). Bugreport from Vladimir Fyodorov 2:50/15@fidonet
|
2012-05-15 17:02:39 +00:00 |
|
Stas Degteff
|
d114b36c12
|
Use dynamic array instead static sring
|
2011-03-15 07:32:45 +00:00 |
|
Stas Degteff
|
39bccb92ba
|
Several dictionnaries may be defined for Spell checking feature. Patch from Semen Panevin 2:5025/121
|
2011-03-14 02:56:12 +00:00 |
|
Ianos Gnatiuc
|
b5719339a2
|
Fixed string subscript out of range bug in editors undo stack.
|
2006-06-25 07:45:12 +00:00 |
|
Ianos Gnatiuc
|
86c2e2973e
|
Golded+ can crash in editor if line is 0 char long.
|
2006-06-05 19:03:19 +00:00 |
|
Ianos Gnatiuc
|
4df8f71029
|
Fixed g++ warnings.
|
2006-05-14 11:45:05 +00:00 |
|
Ianos Gnatiuc
|
40cd10db65
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
|
Ianos Gnatiuc
|
f2ece5007e
|
Sorry, refactoring!
|
2006-04-26 17:06:23 +00:00 |
|
Ianos Gnatiuc
|
15e8cdd990
|
SCheckerDefLang now may be used in random system groups
|
2006-04-05 15:56:53 +00:00 |
|
Ianos Gnatiuc
|
8a041219e4
|
Added support for MySpell spellchecker
|
2006-03-11 17:04:06 +00:00 |
|
Ianos Gnatiuc
|
6cb936888f
|
Undo screen refresh optimization
|
2006-02-03 11:25:19 +00:00 |
|
Ianos Gnatiuc
|
a49d62da90
|
Screen refresh optimization
|
2006-01-29 17:28:22 +00:00 |
|
Stas Degteff
|
6854113d84
|
Replace macro __GOLD_SPELL__ with GCFG_NOSPELLDLL; DLL-speller allowed only for Win32; external cpellcheck program is disabled if DLL-speller is enabled
|
2006-01-21 00:57:09 +00:00 |
|
Ianos Gnatiuc
|
10f34e6765
|
Solving attribute constants definition conflicts
|
2006-01-20 00:15:05 +00:00 |
|
Stas Degteff
|
9b3a825e1c
|
Success build Golded+ in MacOSX
|
2006-01-14 23:48:53 +00:00 |
|
Ianos Gnatiuc
|
b4f52b3d1e
|
Replaced a part of color attributes from int type to vattr type
|
2006-01-13 14:26:31 +00:00 |
|
Ianos Gnatiuc
|
5c13c7c8c9
|
Prevent crash of golded while formatting status line
|
2006-01-10 23:53:52 +00:00 |
|
Ianos Gnatiuc
|
d023e34e3f
|
Now golded+ can draw box lines. Use keyboard configuration keyword EditDrawLines (default: ^D) to toggle draw modes.
|
2005-12-25 10:17:00 +00:00 |
|
Ianos Gnatiuc
|
4736f8718e
|
Added character code from cursor position to editor status bar
|
2005-12-20 23:10:09 +00:00 |
|
Ianos Gnatiuc
|
ff6714f600
|
Refresh whole page if new language is loaded or word is added to user dictionary
|
2005-11-30 11:17:42 +00:00 |
|
Ianos Gnatiuc
|
b1ea7b88dd
|
Win32: Added spellchecker code. Must be defined __GOLD_SPELL__ to enable.
|
2005-11-28 20:06:38 +00:00 |
|
Stas Degteff
|
e36aab7783
|
Fix GCC warnings
|
2005-11-03 11:58:16 +00:00 |
|
Ianos Gnatiuc
|
073e52bb3d
|
few optimizations
|
2005-11-01 02:31:41 +00:00 |
|
Ianos Gnatiuc
|
21b44b65d2
|
Changed all toupper, tolower, isupper, islower and isalpha to internal defined function. Case insensitive regexp should work on Win9x now.
|
2005-10-31 22:18:26 +00:00 |
|
Ianos Gnatiuc
|
4b2560e1ad
|
Fixed bug in editors reflow function
|
2005-10-28 04:59:49 +00:00 |
|
Ianos Gnatiuc
|
97ffdeef9d
|
cast to bool optimization
|
2005-10-25 06:11:09 +00:00 |
|
Ianos Gnatiuc
|
fb668729c2
|
Solved compiler warnings
|
2005-10-22 02:45:18 +00:00 |
|
Ianos Gnatiuc
|
44c26c3b0a
|
Changed time_t type to time32_t
|
2005-10-20 21:10:42 +00:00 |
|
Ianos Gnatiuc
|
745b4c1b94
|
New config file token QuoteUseNewAI
|
2005-10-16 03:41:29 +00:00 |
|
Ianos Gnatiuc
|
7c5e65cfcd
|
pressing shift and one of editgo keys for win32 version
|
2005-10-06 17:50:55 +00:00 |
|
Ianos Gnatiuc
|
f6281d694a
|
ToggleCase on selected text
|
2005-10-05 20:35:22 +00:00 |
|
Stas Degteff
|
49294f1f56
|
Stylecodes now may be used in random system groups. Patch from Ianos Gnatiuc 2:5030/830.17
|
2005-10-03 16:55:00 +00:00 |
|
Stas Degteff
|
f50fdd69c9
|
Fix stylecodes insertion. Patch from Ianos Gnatiuc
|
2005-09-29 15:44:25 +00:00 |
|
Stas Degteff
|
b47bb3f0cd
|
New key codes to stylecode selection
|
2005-09-27 18:30:31 +00:00 |
|
Stas Degteff
|
7369b19ead
|
Fix after bugfix in gvidbase.cpp. Thanks to Ianos Gnatiuc 2:469/335.155
|
2005-08-09 12:26:08 +00:00 |
|
Alexander S. Aganichev
|
97b2064619
|
Fix formatting
|
2003-03-26 16:05:36 +00:00 |
|
Alexander S. Aganichev
|
e1b24c65d2
|
Fixed undo bug after block deletion
|
2003-01-04 10:16:47 +00:00 |
|
Alexander S. Aganichev
|
ab55ba928f
|
Fixed undo of the last removed line
|
2002-11-23 16:06:53 +00:00 |
|
Alexander S. Aganichev
|
5c40b1a909
|
Random fixes
|
2002-10-26 16:28:01 +00:00 |
|
Alexander S. Aganichev
|
e36d8cebd9
|
Random fixes
|
2002-10-11 05:54:11 +00:00 |
|
Alexander S. Aganichev
|
43d19f3954
|
small fixes
|
2002-06-14 06:46:39 +00:00 |
|
Alexander S. Aganichev
|
aa20211b6a
|
Fixed undo for backspace at the line beginning
|
2001-12-19 09:33:09 +00:00 |
|
Alexander S. Aganichev
|
ed39a2ea9c
|
Few undo fixes, fixed char deletion after del to eol
|
2001-11-20 15:04:04 +00:00 |
|
Alexander S. Aganichev
|
35e87d37d4
|
Do not use stylies within selection
|
2001-11-04 21:37:03 +00:00 |
|
Alexander S. Aganichev
|
50c9b357a3
|
Quotestring with space fixed
|
2001-11-03 15:04:16 +00:00 |
|
Alexander S. Aganichev
|
14faad593f
|
More accurate initialization of undo feature structures
|
2001-10-21 17:44:12 +00:00 |
|
Alexander S. Aganichev
|
9607cb2b92
|
Updated
|
2001-10-17 04:04:19 +00:00 |
|
Alexander S. Aganichev
|
f1ab267ad1
|
Various fixes. See notework.txt
|
2001-10-07 08:24:26 +00:00 |
|
Alexander S. Aganichev
|
c8504d1d43
|
Added EditDeleteSOL
|
2001-08-31 14:14:27 +00:00 |
|
Alexander S. Aganichev
|
714aa4ce98
|
Various fixes
|
2001-08-07 10:51:00 +00:00 |
|