Project Manager

Solved bugs are moved into this topic...
Post Reply
FPCUser
Posts: 2
Joined: 05.10.2020 09:31

Project Manager

Post by FPCUser »

I am using CudaText as an editor for FreePascal files.
That's why I don't want to make the .o and .ppu files visible for a project.

In version 1..109.2.0 this went fine:
Project Manager options> File/folder mask to ignore, then .o .ppu (with space between them)

In version 1.112.1.0 and the latest 1.113.2.0, file and folder are separated.
If I fill in .o and / or .ppu at Ignore files, these files will remain visible.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

>If I fill in .o and / or .ppu at Ignore files, these files will remain visible.

it's incorrect. Pls see how it must be:
https://wiki.freepascal.org/CudaText_pl ... ons_dialog
FPCUser
Posts: 2
Joined: 05.10.2020 09:31

Post by FPCUser »

Thanks!
It now works: I have to enter: * .o; *. ppu; *. Exe to hide the files in question.
Post Reply