Commit graph

5,795 commits

Author SHA1 Message Date
Alexander Koblov
1cf77b806f UPD: Don't NormalizePathDelimiters under Unix 2011-04-20 14:18:13 +00:00
Alexander Koblov
ffffc6b8c8 UPD: NormalizePathDelimiters when set path via cm_EditPath 2011-04-19 16:39:46 +00:00
cobines
6982502d9c ADD: Introduce delay between reloading fileview list. 2011-04-19 13:41:50 +00:00
cobines
366f2526c5 FIX: Executing on Win64. 2011-04-19 12:51:18 +00:00
cobines
fa6039b78f UPD: FileSystemWatcher: Implement specific events on Windows. 2011-04-18 14:38:13 +00:00
cobines
8998bede34 FIX: Patch [3286651] "Fix compilation under MacOSX 10.4". 2011-04-18 13:43:03 +00:00
cobines
a325efb447 UPD: Patch [3286094] "Remove polling from BSD drive watcher". 2011-04-17 20:36:01 +00:00
Alexander Koblov
19ef65eaf9 ADD: Cancel compare 2011-04-17 06:55:34 +00:00
Alexander Koblov
bee8f53db5 FIX: Some Differ fixes 2011-04-16 15:13:34 +00:00
Alexander Koblov
71a4466784 ADD: Save and SaveAS for active file 2011-04-15 17:15:13 +00:00
Alexander Koblov
7aad6a74d9 FIX: More Differ fixes 2011-04-15 16:29:56 +00:00
cobines
c5a8fa4505 UPD: Disable own line info unit on Darwin, since extractor does not support it. 2011-04-15 12:59:59 +00:00
cobines
8d68044fea FIX: Units paths in other build modes. 2011-04-15 12:09:41 +00:00
cobines
2bf644ba0d ADD: Detecting native system architecture in OSVersion (Windows), feature request [3240349]. 2011-04-15 10:06:41 +00:00
Alexander Koblov
4e197c053c UPD: Lines compare algorithm 2011-04-15 03:33:20 +00:00
cobines
5636d09088 UPD: Change mode delphi to objfpc (fixes compilation with FPC trunk regarding "specialize" keyword). 2011-04-12 20:39:54 +00:00
Alexander Koblov
01606fecbe UPD: Move SetColorInColorBox to udcutils 2011-04-12 14:56:11 +00:00
Alexander Koblov
100b518247 FIX; Save/load colors 2011-04-12 14:29:41 +00:00
Alexander Koblov
067a264df3 UPD: Forgotten unit 2011-04-12 14:18:39 +00:00
Alexander Koblov
b0f8315169 UPD: Register options frames like Lazarus IDE does 2011-04-12 14:01:01 +00:00
cobines
b51eba77a4 UPD: Add "frames" directory to units path, remove not needed $(ProjPath) macro. 2011-04-11 20:04:22 +00:00
Alexander Koblov
3ac60d1f26 UPD: Make colors configuration page as TFrame 2011-04-11 19:10:01 +00:00
Alexander Koblov
8656d6ee12 FIX: Show tooltip under Linux 2011-04-11 03:53:14 +00:00
Alexander Koblov
42f5e74cce UPD: Make plugins configuration page as TFrame 2011-04-10 19:17:41 +00:00
Alexander Koblov
d3179b207e UPD: Interface alignment 2011-04-10 17:23:43 +00:00
Alexander Koblov
5317ee486a ADD: Configure custom tooltips 2011-04-10 17:15:09 +00:00
Alexander Koblov
790c070bfb ADD: Custom fields support for tooltips 2011-04-10 08:16:26 +00:00
Alexander Koblov
a4b4311c28 ADD: Capability to add hotkey for toolbar buttons (patch by Rustem with some modifications) 2011-04-09 18:25:34 +00:00
Alexander Koblov
2b7a33b46a FIX: Insert format string at selected position 2011-04-09 14:19:15 +00:00
Alexander Koblov
ade8a7ceb2 ADD: Wdx plugins support to multi rename tool 2011-04-09 13:18:15 +00:00
Alexander Koblov
430e930a7b UPD: Show localized names for file functions 2011-04-08 17:02:49 +00:00
Alexander Koblov
28b84a8884 FIX: Show overlay icons when load file list in thread 2011-04-07 11:52:25 +00:00
Alexander Koblov
21bb3e16f9 UPD: Use TKASProgressBar in fFileOpDlg 2011-04-06 12:24:52 +00:00
Alexander Koblov
a3ddac0712 ADD: *.cur support to Viewer 2011-04-05 18:08:36 +00:00
Alexander Koblov
83e00eafd0 UPD: Find dialog improvement (patch by Fuhrer) 2011-04-05 18:06:12 +00:00
Alexander Koblov
1257d7907d UPD: Load overlay icon consider gListFilesInThread 2011-04-05 10:54:33 +00:00
Alexander Koblov
a123c89127 UPD: Load overlay icon via TFilePropertiesRetriever 2011-04-05 08:53:47 +00:00
cobines
8a5bdfec0b UPD: Simplify handling unhandled exceptions. 2011-04-04 02:25:43 +00:00
cobines
e3789c43b7 UPD: Reload not active tabs only when they are activated.
UPD: Reload active tabs when activating application with watch_only_foreground option.
2011-04-04 01:21:56 +00:00
Alexander Koblov
29949f1447 UPD: Find dialog improvement (patch by Fuhrer) 2011-04-02 16:55:05 +00:00
cobines
c03022f8e1 FIX: Crash with displaying hint when file list changed. 2011-04-02 08:41:08 +00:00
cobines
9c906babf2 FIX: Crash when pasting not existing files (bug [3263558]). 2011-04-01 22:11:10 +00:00
cobines
7d40bb3de1 UPD: Put more formats in MultiRename date/time menu, change some descriptions. 2011-04-01 11:15:17 +00:00
Alexander Koblov
89a30baa26 UPD: Optimize overlay icon drawing under Windows 2011-03-31 04:16:29 +00:00
cobines
dfe2ec866b DEL: Remove some definitions that are already in FPC (also fixes parameter type of GetCommandString on Win64). 2011-03-30 21:39:20 +00:00
cobines
eaa21ed287 FIX: Finishing FunctionThread and GuiMessageQueue threads with FPC 2.4.x. 2011-03-30 21:08:15 +00:00
cobines
0a8e476fd7 UPD: Change using DebugLn to thread-safe DCDebug. 2011-03-30 20:02:16 +00:00
cobines
299995525b FIX: FileSystemWatcher: make sure FFinished is always set in case of exceptions. 2011-03-30 07:17:53 +00:00
cobines
44658f116f UPD: Don't run worker if aborted before start. 2011-03-30 07:02:56 +00:00
cobines
a077448f18 UPD: Make sure all file views are destroyed in main form OnDestroy rather than at unit finalization. 2011-03-30 07:01:00 +00:00