Commit graph

111 commits

Author SHA1 Message Date
Alexander Koblov
2b82f72212 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #8 2018-12-21 21:20:24 +00:00
Alexander Koblov
21f16f67dc FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #7 2018-12-10 19:09:37 +00:00
Alexander Koblov
d125c80583 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #6 2018-12-08 21:53:59 +00:00
Alexander Koblov
2fd8e827e9 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #5 2018-12-08 21:44:33 +00:00
Alexander Koblov
d613107be9 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #4 2018-12-08 16:16:35 +00:00
Alexander Koblov
339264e221 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #3 2018-11-17 10:53:31 +00:00
Alexander Koblov
afd884b5f2 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #2 2018-11-17 08:44:34 +00:00
cordylus
53c255ab04 FIX: Bug [0001725] Selecting a text in viewer by mouse has problems with X coordinate #1 2018-11-16 13:09:41 +00:00
Alexander Koblov
59db5feb57 FIX: Bug [0001538] 2018-08-05 09:10:49 +00:00
Alexander Koblov
efba2f49e8 FIX: GetFileSize call 2018-08-05 08:05:45 +00:00
Alexander Koblov
19c9c5b062 ADD: Feature [0001941] Allow to change default tab stop value in settings
ADD: Allow to change maximum of chars on one line unwrapped text in settings
2018-07-27 17:41:20 +00:00
Alexander Koblov
cc113bc625 ADD: Viewer - draw cross when no file open 2018-07-22 11:24:50 +00:00
Alexander Koblov
7cf551b952 FIX: Bug [0001540] Unsupported viewer encoding when view very big file 2018-07-22 10:26:59 +00:00
Alexander Koblov
433b894522 UPD: Refactoring 2018-06-17 12:48:39 +00:00
Alexander Koblov
c84e5d0421 ADD: Feature [0001349] Add keybord left-right command for text viewer horizontal scroll 2018-04-30 08:09:05 +00:00
Alexander Koblov
2c47324014 FIX: Bug [0002051] HiDPI: incorrect scaling of certain controls 2018-04-26 19:32:04 +00:00
Alexander Koblov
fd1615d5ce FIX: Bug [0001600] Horizontal scrolling stops working after window resize despite the scroll position is not at the start 2018-03-25 16:01:34 +00:00
Alexander Koblov
6dd61b8d28 ADD: View special files from /proc and /sys (Linux) 2018-02-16 21:06:34 +00:00
Alexander Koblov
efac3f6923 FIX: Bug [0002002] Viewer search next/previous fault #2 2018-02-01 19:12:47 +00:00
Alexander Koblov
97f3e7d099 FIX: Bug [0001933] Viewer store current scroll position for next/previous files 2017-10-29 12:21:08 +00:00
Alexander Koblov
26a16ace22 UPD: Show 3 number in decimal view 2017-05-08 16:32:02 +00:00
Alexander Koblov
33c98164ab ADD: Viewer - ANSI (Windows) and OEM (DOS) encoding 2017-05-08 15:29:41 +00:00
Alexander Koblov
1b914bb980 FIX: Get maximum selection with any encoding 2017-05-05 20:52:24 +00:00
Alexander Koblov
492ddd91e4 FIX: Get maximum selection with UTF-8 2017-05-05 20:35:00 +00:00
Alexander Koblov
9597dba795 UPD: Set maximum of chars on one line unwrapped text to 1024 2017-05-02 20:21:38 +00:00
Alexander Koblov
1a347dc8bd ADD: Feature [0001714] When opening a search window in the viewer, search field should be filled with currently selected text 2017-02-10 21:27:39 +00:00
Alexander Koblov
c8126a65a1 FIX: Bug [0001705] Opening terminal while moving file keeps the file open on source drive 2017-01-22 09:02:42 +00:00
Alexander Koblov
ad2df7e264 FIX: Binary differ highlight 2016-09-23 16:07:17 +00:00
Alexander Koblov
504e10a253 FIX: Bug [0001468] Files without read permission appears like empty files 2016-08-27 18:06:59 +00:00
Alexander Koblov
ac58f1d2de UPD: Move UnicodeUtils unit to doublecmd/doublecmd_common.lpk 2016-08-20 17:55:51 +00:00
Alexander Koblov
6b4fb6a005 ADD: Utf16SwapEndian function 2016-08-02 08:32:34 +00:00
Alexander Koblov
0a7662ee2e FIX: Build with Lazarus trunk 2016-08-01 17:02:06 +00:00
Alexander Koblov
3653000ecb UPD: Use #26 as replacement symbol 2016-07-10 10:29:54 +00:00
Alexander Koblov
17cf6497ef ADD: Procedure Utf8FixBroken 2016-07-10 09:03:49 +00:00
Alexander Koblov
1dcf556b6c FIX: This file was automatically created by Lazarus. Do not edit! 2016-04-02 11:22:55 +00:00
meteu
1a78df5c48 ADD: Viewer - image can be copy to clipboard from context menu, even Gif-animated images
ADD: Viewer - Show as Dec mode - shows Ascii codes
ADD: Viewer - Copy to clipboard formatted values(have sence in modes Hex,Dec)
UPD: heavy reworked component TViewerControl, views like Hex,Dec are handled by common(and tuning) way - can be tune count of Values per one line, Separators every N chars , digits to present one char after transform and so on. This tunes stored in added class TCustomCharsPresentation. 
UPD: some properties renamed in TViewerControl
2016-03-24 22:56:25 +00:00
Alexander Koblov
56a1b37ebc UPD: Comment 2016-02-04 19:40:30 +00:00
Alexander Koblov
b1231b3daa FIX: GetStartOfLine function for one line file 2016-02-04 19:08:56 +00:00
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