diff --git a/configs/codestyles/PixiteAndroid.xml b/configs/codestyles/PixiteAndroid.xml new file mode 100644 index 0000000..4f8364f --- /dev/null +++ b/configs/codestyles/PixiteAndroid.xml @@ -0,0 +1,429 @@ + + + + + \ No newline at end of file diff --git a/configs/inspection/Pixite.xml b/configs/inspection/Pixite.xml new file mode 100644 index 0000000..f243fb0 --- /dev/null +++ b/configs/inspection/Pixite.xml @@ -0,0 +1,7 @@ + + + + diff --git a/install.bat b/install.bat index e1ffa85..df648ec 100644 --- a/install.bat +++ b/install.bat @@ -1,6 +1,6 @@ -REM Installs Square's IntelliJ configs into your user configs. +REM Installs Pixite's IntelliJ configs into your user configs. @echo off -echo Installing Square IntelliJ configs... +echo Installing Pixite IntelliJ configs... setlocal enableDelayedExpansion @@ -9,7 +9,7 @@ for /D %%i in ("%userprofile%"\.IdeaIC*) do call :copy_config "%%i" for /D %%i in ("%userprofile%"\.IntelliJIdea*) do call :copy_config "%%i" echo. -echo Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'Square' or 'SquareAndroid'. +echo Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'PixiteAndroid'. exit /b REM sub function for copy config files diff --git a/install.sh b/install.sh index a03a9a1..bfe00d1 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Installs Square's IntelliJ configs into your user configs. +# Installs Pixite's IntelliJ configs into your user configs. -echo "Installing Square IntelliJ configs..." +echo "Installing Pixite IntelliJ configs..." CONFIGS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/configs" @@ -30,4 +30,4 @@ done echo "Done." echo "" -echo "Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'Square' or 'SquareAndroid'." +echo "Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'PixiteAndroid'."