Commit graph

73 commits

Author SHA1 Message Date
meteu
af9cd94ca4 ADD: Ctrl+wheel in internal viewer (WARNING! Need uninstall/install component ViewerControl, rebuild IDE)
UPD: code of zooming
2016-01-21 16:16:19 +00:00
Alexander Koblov
d6ae111fc0 UPD: Don't show unprintable characters 2015-12-06 12:24:06 +00:00
Alexander Koblov
c11f9feb43 UPD: Prepare FPC 3.0 support 2015-10-23 20:27:30 +00:00
Alexander Koblov
8a94f5fa8b UPD: Use UnicodeToUTF8 2015-03-06 21:29:55 +00:00
Alexander Koblov
05347024d4 ADD: UTF8 <-> UCS4 functions 2015-03-06 20:48:17 +00:00
Alexander Koblov
075c4f1004 FIX: Auto detect encoding when load next file 2015-02-22 10:08:54 +00:00
Alexander Koblov
91631d53e0 FIX: Bug [0000954] "The internal viewer doesn't focus or scroll properly" 2014-11-18 17:19:25 +00:00
Alexander Koblov
8bd1fd1b42 UPD: Using very fast Boyer–Moore search algorithm in Viewer when possible 2014-06-29 12:07:31 +00:00
Alexander Koblov
025bc4f9b8 UPD: Clean up 2014-05-13 17:25:56 +00:00
Alexander Koblov
a1f65bdd8a ADD: Case insensitive text search with different encodings (patch by GrayElf) 2014-01-19 14:17:12 +00:00
Alexander Koblov
fee5c36bc8 ADD: Binary compare - navigate through differences 2014-01-08 10:25:44 +00:00
Alexander Koblov
27b7511d06 ADD: Binary compare initial implementation 2014-01-07 23:53:44 +00:00
Alexander Koblov
1f21206aed FIX: Bug [0000703] "Internal Viewer search not working with UTF16 encoding" 2013-08-02 20:52:11 +00:00
Alexander Koblov
817cd693bb UPD: Use same debug info type for all components 2013-05-15 11:46:09 +00:00
Alexander Koblov
b484ca3020 FIX: Scrolling in Viewer under Qt 2013-02-09 07:21:06 +00:00
Alexander Koblov
9ece6f517c UPD: Use smaller max file size 2012-12-27 06:43:11 +00:00
Alexander Koblov
0e573d96fb ADD: Open small text files by reading them all into memory (fixes locking) 2012-12-27 05:58:01 +00:00
vitaliyg
aa6f55a44a UPD: Set svn:eol-style property to "native" 2012-08-19 15:11:56 +00:00
Alexander Koblov
9923647af1 FIX: Bug [0000528] "Incorrect scroll by mouse wheel in Viewer" 2012-07-21 07:41:13 +00:00
cobines
563c8fe354 FIX: Bug [0000345] Copying text from the viewer adds a 00 character to the end of the copied text. 2012-03-11 12:15:25 +00:00
cobines
26098f8bce DEL: Remove not needed Clipboard.Clear. Clibpoard.SetAsText already calls Clear. 2012-03-10 14:57:25 +00:00
Alexander Koblov
18bbf79534 UPD: Take horizontal scrollbar into account when get text height 2012-01-15 19:07:54 +00:00
Alexander Koblov
c47b91efab ADD: Feature [0000301] "Viewer CP852 support" 2012-01-07 09:32:27 +00:00
Alexander Koblov
25ab94336a FIX: Selection in Viewer when horizontal scroll bar position is zero 2011-12-30 15:46:35 +00:00
Alexander Koblov
93c9df2afe ADD: Reset horizontal scroll bar position on Viewer mode change 2011-12-30 15:39:32 +00:00
Alexander Koblov
e538a92f52 ADD: Update vertical scroll position on search
FIX: Division by zero
2011-12-30 15:00:19 +00:00
Alexander Koblov
f34b69ba9e ADD: Recalculate horizontal position on resize 2011-12-30 11:39:31 +00:00
Alexander Koblov
365f2821ac FIX: Copy to clipboard for non UTF-8 encoding 2011-12-30 10:11:31 +00:00
Alexander Koblov
9c027dff39 ADD: Feature [0000169] "Horizontal Scrollbar in Viewer" (patch by Rustem with additions) 2011-12-30 07:56:10 +00:00
Alexander Koblov
428fe5fe05 UPD: Use chsdet component to detect text encoding in Viewer 2011-12-10 20:35:37 +00:00
Alexander Koblov
50a977210b FIX: Viewer - search non ASCII characters in non Unicode file 2011-12-09 04:46:15 +00:00
cobines
cdbdf42530 FIX: Compilation with QT widgetset. 2011-11-18 20:28:53 +00:00
cobines
09c923c2e5 FIX: Background color in Viewer with Qt and Lazarus 0.9.30. 2011-11-16 18:12:52 +00:00
Alexander Koblov
744f6ddd73 ADD: LCL dependencies to viewerpackage.lpk 2011-02-20 08:38:39 +00:00
cobines
bdb1733582 UPD: Viewer: Use PtrInt list instead of Pointer list for storing lines indexes. 2011-02-10 06:01:46 +00:00
cobines
caa8a15d52 UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
Alexander Koblov
721ff11d34 ADD: Capability to set hotkeys for Viewer (patch by Rustem with some modifications) 2011-02-05 19:50:33 +00:00
Alexander Koblov
0e1c56c923 FIX: PageUp/PageDown in Viewer in "Book" mode
FIX: Open images in viewer
2011-01-12 19:08:44 +00:00
Alexander Koblov
014babe43f ADD: Save last Viewer mode (patch by Rustem) 2011-01-05 19:00:14 +00:00
Alexander Koblov
5a477f41d0 ADD: Columns view mode (like Book) to Viewer (patch by Rustem with small modifications) 2011-01-03 11:32:05 +00:00
cobines
95ed6a7475 FIX: Bug "Doesn't show last word after last space" [3119303]. 2010-12-17 16:24:40 +00:00
cobines
f3cbee4633 FIX: Unmapping file in viewer on Unix (bug [3039355]). 2010-12-03 03:54:28 +00:00
Alexander Koblov
b0dd86c9fd ADD: GIF support and viewer wrap mode changes (Patch from Rustem with small fixes) 2010-06-06 18:24:41 +00:00
Alexander Koblov
2aee4fc43a UPD: Make workable "Home" and "End" with "Control" key in Viewer 2010-06-02 15:10:14 +00:00
Alexander Koblov
d2a34cba72 ADD: Patch to Viewer by Rustem
UPD: [Viewer] Replace captions on toolbar by icons
2010-05-02 17:43:58 +00:00
cobines
901f0f8d5a FIX: Text encoding sometimes not initialized correctly in Viewer. 2010-01-15 21:22:03 +00:00
cobines
05722724d0 FIX: Viewer: small fix for using scrollbar in QT. 2009-12-04 08:01:53 +00:00
cobines
20d6310711 UPD: Viewer: Small fixes and code formatting. 2009-12-03 16:16:51 +00:00
Alexander Koblov
158b31f022 FIX: Compiling for 64 bit 2009-12-02 16:10:31 +00:00
cobines
a86c3d7e71 UPD: Several updates to viewer:
- Allow using variable width font.
- Fixed search next, allow searching backwards, highlight found text.
- Fixed highlighting lines with TABs.
- Fixed handling of wide character encodings (UTF-16). Added support for UTF-32.
- Added auto-detection of file encoding.
- Added handling of Unicode files with BOM.
2009-12-02 11:53:43 +00:00