Skip to content
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

Added Template based Project Wizard #499

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 29, 2024

  1. Added Template based Project Wizard

    - Create projects based on templates.
    - removed some unused code
    - added a multi project template without example code
    - added a multi project GWT project template with the example code from
    the existing GWT sample project, but splitted into 3 projects.
    keinhaar committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    05cb5d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb8276 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Fixed things from review

    - javaProjects as List instead of Array
    - Copyright information updated / inserted
    - Fixed multithreading bug
    - removed xsiframe from gwt.xml file
    - replaced mkdirs() with Files.createDirectories()
    - Use UTF-8 instead of defaultCharset
    -Use Files.writeString() instead of BufferedWriter
    keinhaar committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e946628 View commit details
    Browse the repository at this point in the history
  2. Unified the File renaming

    - all renaming of files is done  by using the same method.
    - allow filenames to contain the placeholder _PROJECTNAME_
    keinhaar committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d741ee5 View commit details
    Browse the repository at this point in the history