Commit graph

14 commits

Author SHA1 Message Date
Alexander Koblov
e783979f9a FIX: Bug [0001278] GetFileComment and descript.ion encoding 2016-06-12 16:11:07 +00:00
Denis Bisson
19b3a7dbe7 ADD: Internal command "cm_markplus" may now receive four new parameters: "mask=string", "casesensitive=on/off", "ignoreaccents=on/off" and "windowsinterpretation=on/off".
ADD: When invoking internal command "cm_markplus" without parameters, the requester allows us to indicate if mark should be interpreted case-sensitively and if we want to ignore accentued letter or not.
ADD: New global miscellaneous option to have the specified filter be evaluated like Windows. So for example "*.*" will select anything "*." will select all entries without extensions, etc. Default is legacy, so non-compatible with Windows. So * select all, *.* don't select all.
ADD: Same three above modifications also apply for the internal command "cm_MarkMinus".
FIX: Regarding the input mask history list, since we were adding the new mask at the *end* of the existing ones in the list and we were saving the 50 ones at the *beginning* of it, after many sessions, we were not saving any new mask values! This has been fixed in such a way that when we're typing mask, they are placed always at the beginning of the list so they will be saved and restored correctly on future session. Since they are recent, it's also convenient to have them on top of the list.
2016-06-01 01:26:50 +00:00
Alexander Koblov
2de10efdc9 UPD: Many different improvements (patch by Denis Bisson) 2015-01-11 11:33:38 +00:00
Alexander Koblov
16281c3dd6 UPD: Many different improvements (patch by Denis Bisson) 2015-01-09 19:29:23 +00:00
Alexander Koblov
6a7e37f6b8 ADD: Option - go to root when change drive (patch by s1n) 2013-02-24 11:59:42 +00:00
Alexander Koblov
01fab1fa0c ADD: Option to set thumbnails size 2013-01-11 21:57:10 +00:00
cobines
60abbb7462 UPD: Set svn:eol-style property for all source files. 2012-04-09 01:13:34 +00:00
cobines
271eb65d46 UPD: Reorganize file operations options. 2012-03-31 06:02:51 +00:00
cobines
65db13337f UPD: Cleanup. 2011-11-06 04:33:41 +00:00
cobines
94f979a6d0 UPD: Make Files Views, Columns View options pages. 2011-10-02 21:53:01 +00:00
cobines
390ecb12c7 UPD: Some optimizations to showing options editors to reduce visual flicker. 2011-09-23 19:53:08 +00:00
cobines
cdb39d0426 ADD: Grouping editors in options. 2011-09-22 19:13:13 +00:00
cobines
508a425d6b UPD: Remove notebook with pages in Options, create and show options editor as needed. 2011-09-01 21:40:37 +00:00
cobines
c415964698 UPD: Make AutoRefresh, Icons, Misc options pages as TFrame. 2011-09-01 04:10:59 +00:00