Re: [Lazarus] MatchesWindowsMask('[x]','[x]') return False

2020-03-19 Thread Bart via lazarus
On Thu, Mar 19, 2020 at 10:40 PM Bart wrote: > Please test. By that I mean that MatchesMask('[x]','[x]',[moDisableSets]) should return True now. -- Bart -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org

Re: [Lazarus] MatchesWindowsMask('[x]','[x]') return False

2020-03-19 Thread Bart via lazarus
On Thu, Mar 19, 2020 at 6:37 PM Bart wrote: > It's on my ToDo list (as long as other devels don't object to this. > I intend to have an Options property for that, with for now > moCaseSensitive and moDisableSets. Attached is a rough version of the intended patch. The MatchesMaskList() functions

Re: [Lazarus] MatchesWindowsMask('[x]','[x]') return False

2020-03-19 Thread Bart via lazarus
On Thu, Mar 19, 2020 at 8:25 AM Rolf Wetjen via lazarus wrote: > seems that this isn't your favourite option. Without any context, I cannot comment on this. > Ok, what's about an additional TMask property to control the useage of > sets (default should be true for Delphi compatibility) and

Re: [Lazarus] MatchesWindowsMask('[x]','[x]') return False

2020-03-19 Thread John Landmesser via lazarus
Am 19.03.20 um 08:25 schrieb Rolf Wetjen via lazarus: BTW, where can I get some info how to update the help files? This one should be enough, on Linux you would do: New folder, change to new folder and then: svn co https://svn.freepascal.org/svn/lazarus/binaries/docs/chm/ Then in Lazarus

Re: [Lazarus] MatchesWindowsMask('[x]','[x]') return False

2020-03-19 Thread Marco van de Voort via lazarus
Op 19/03/2020 om 08:25 schreef Rolf Wetjen via lazarus: BTW, where can I get some info how to update the help files? https://wiki.freepascal.org/How_To_Make_Lazarus_Docs to rebuild: Basically (on linux) I run the fixdocs.sh fpc docs repository, and  build_lcl_chm.sh  in lazarus/lcl/docs.

Re: [Lazarus] IDE trunk cannot build on fpc 3.0.2

2020-03-19 Thread Ondrej Pokorny via lazarus
On 27.02.2020 10:03, Juha Manninen via lazarus wrote: On Thu, Feb 27, 2020 at 7:59 AM Michael Thompson via lazarus mailto:lazarus@lists.lazarus-ide.org>> wrote: >> On Tue, Feb 25, 2020 at 8:05 PM AlexeyT wrote >> pkgmanager.pas(77,78) Error (5000) Id not found TObjectArray$2 I'm

Re: [Lazarus] MatchesWindowsMask('[x]','[x]') return False

2020-03-19 Thread Rolf Wetjen via lazarus
Hi Lazarus team, seems that this isn't your favourite option. Ok, what's about an additional TMask property to control the useage of sets (default should be true for Delphi compatibility) and additional options for the MatchesMask and MatchesWindowsMask functions? Can I help with a patch in