-
-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazarus (Free Pascal) project CudaText, missed .inc files #708
Comments
NOTE: to find .inc files, find the lines
in pascal files. one .inc file can include another .inc file.
|
@Artem3213212 @dinkumoil @vhanla @iRamSoft Support pls. |
Thank you for your issue! However as you've mentioned |
It's a misfeature |
That’s your opinion, however I am unconvinced, I prefer the deterministic nature of the current implementation. You can always use another code counter such as cloc or others, that use a different detection algorithm. |
project
https://github.com/Alexey-T/CudaText
folder app/
tool says- 44 pascal files
OK- folder app/ has 44 files .pas .lpr .lpi
bad- folder has ALSO 18 PASCAL FILES *.inc which are include files-- missed!
.inc files are NOT always pascal files. they are if they are in Lazarus or Delphi projects.
The text was updated successfully, but these errors were encountered: