--- a/eric7/Project/Project.py Tue May 17 14:21:13 2022 +0200 +++ b/eric7/Project/Project.py Tue May 17 17:23:07 2022 +0200 @@ -3363,6 +3363,9 @@ """ Public method to return the main script filename. + The normalized name is the name of the main script prepended with + the project path. + @param normalized flag indicating a normalized filename is wanted (boolean) @return filename of the projects main script (string)