IDE Window: Publish Project Package

From Free Pascal wiki
Jump to navigationJump to search

Deutsch (de) English (en) français (fr)

Project - Publish Project.png

The Publish Project dialog allows you to create a copy of your project or package, including its directory and sub directories. This is useful for sharing your project.

Note: This feature does not copy files located outside the project/package directory. Developers are welcome to improve this functionality in future updates.

Destination directory

  • Directory - This directory will be created and/or cleaned. Default: $(TestDir)/publishedproject/
  • Command after - After copying all files, run this command. For example compressing the directory into a tgz archive.

Files

  • Ignore binaries - do not copy binary files.

Include filter

  • Use include filter - enable this filter. All files matching the filter will be copied. Otherwise all files will be copied.
  • Simple syntax - don't use IDE regular expressions in filter field.

Exclude filter

  • Use exclude filter - enable this filter. All files matching this filter will not be copied. Otherwise all files will be copied.
  • Simple syntax - don't use IDE regular expressions in filter.

Project information

  • Save info of closed editor files - store information of all files to the .lpi, that were once opened in the editor.
  • Save editor info of non project files - store information of all files to the .lpi, even those, that are not part of the project.