Re: [fpc-pascal] Version 3.2.2 changes

2021-04-08 Thread Jonas Maebe via fpc-pascal
On 08/04/2021 21:07, Peter via fpc-pascal wrote: > Does anyone have a link to useful list of changes or bug fixes for 3.2.2? Unfortunately, no. In theory you could see it on https://bugs.freepascal.org/changelog_page.php (for the 3.2.1 version), but the "fix version" of most bug reports does not

[fpc-pascal] Version 3.2.2 changes

2021-04-08 Thread Peter via fpc-pascal
Does anyone have a link to useful list of changes or bug fixes for 3.2.2? Both the "New features" & "User Changes" pages are currently rather sparse! https://wiki.freepascal.org/FPC_New_Features_3.2.2 https://wiki.freepascal.org/User_Changes_3.2.2 A release candidate is out, so I assume the

Re: [fpc-pascal] Directory Tree

2021-04-08 Thread James Richters via fpc-pascal
The data I'm trying to display in the tree is a list of filename, but they aren't the names of the files on the disk, they are modified to include the time they take to run on a CNC machine. What I have is an INI file with a list like this: [Files] M:\Project1\File1=8:32 M:\Project1\File2=7:43

Re: [fpc-pascal] Directory Tree

2021-04-08 Thread Jean SUZINEAU via fpc-pascal
If you just select files, as Bart stated in another message, I think TShellTreeView will be more adequate and easier than TTreeView (actually TShellTreeView is a file tree specific descendent TTreeView). In TTreeView (and TShellTreeView) you can enable multiselection by adding