Skip to content

Commit

Permalink
chore: inspection performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Apr 8, 2023
1 parent 77f230f commit 243efa3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 22 deletions.
48 changes: 28 additions & 20 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/Developers/Building-Locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ So first things first - the initial "No assumptions" setup to have Unciv run fro
![image](https://user-images.githubusercontent.com/44038014/169315352-9ba0c4cf-307c-44d1-b3bc-2a58752c6854.png)
- Settings > Editor > General > On Save > Uncheck Remove trailing spaces on: [...] to prevent it from removing necessary trailing whitespace in template.properties for translation files
![image](https://user-images.githubusercontent.com/44038014/169316243-07e36b8e-4c9e-44c4-941c-47e634c68b4c.png)
- If you download mods, right-click the `android/assets/mods` folder , "Mark directory as" > Excluded, to [disable indexing on mods](https://www.jetbrains.com/help/idea/indexing.html#exclude) for performance
- Right-click the `android/assets/SaveFiles` folder, "Mark directory as" > Excluded, to [disable indexing on mods](https://www.jetbrains.com/help/idea/indexing.html#exclude) for performance.
- If you download mods do the same for the `android/assets/mods` folder,
Unciv uses Gradle to specify dependencies and how to run. In the background, the Gradle gnomes will be off fetching the packages (a one-time effort) and, once that's done, will build the project!

Unciv uses Gradle 7.5 and the Android Gradle Plugin 7.3.1. Can check in File > Project Structure > Project
Expand Down
2 changes: 1 addition & 1 deletion docs/Modders/Creating-a-UI-skin.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ The color this UI element should have.

A float value. Default value: null

The alpha this UI element should have. Overwrites the alpha value of tint if specified.
The alpha this UI element should have. Overwrites the alpha value of tint if specified.

0 comments on commit 243efa3

Please sign in to comment.