IDEA update.
This commit is contained in:
parent
7f6bbaaabd
commit
e3a86668c6
1 changed files with 16 additions and 6 deletions
22
.idea/workspace.xml
generated
22
.idea/workspace.xml
generated
|
@ -4,10 +4,9 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="5081cfcb-f2e4-4632-9166-012ebe74b972" name="Changes" comment="IDEA's update">
|
||||
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||||
<list default="true" id="5081cfcb-f2e4-4632-9166-012ebe74b972" name="Changes" comment="Can return QRCode Une entrée en argument ou via le descripteur entrant retourne un QRCode.">
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/fr/alnotz/jqrcode/QRStyle.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/fr/alnotz/jqrcode/App.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/fr/alnotz/jqrcode/App.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
@ -19,6 +18,7 @@
|
|||
<option name="RECENT_TEMPLATES">
|
||||
<list>
|
||||
<option value="module-info" />
|
||||
<option value="Enum" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
|
@ -29,7 +29,8 @@
|
|||
<setting file="file://$PROJECT_DIR$/src/main/java/fr/alnotz/jqrcode/App.java" root0="SKIP_INSPECTION" />
|
||||
</component>
|
||||
<component name="MavenImportPreferences">
|
||||
<option name="explicitlyEnabledProfiles" value="dev" />
|
||||
<option name="explicitlyEnabledProfiles" value="prod" />
|
||||
<option name="explicitlyDisabledProfiles" value="dev" />
|
||||
</component>
|
||||
<component name="ProjectColorInfo">{
|
||||
"associatedIndex": 5
|
||||
|
@ -115,12 +116,21 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1741883477644</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="3" />
|
||||
<task id="LOCAL-00003" summary="Can return QRCode Une entrée en argument ou via le descripteur entrant retourne un QRCode.">
|
||||
<option name="closed" value="true" />
|
||||
<created>1741887660005</created>
|
||||
<option name="number" value="00003" />
|
||||
<option name="presentableId" value="LOCAL-00003" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1741887660005</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="4" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="Initialization Mon mini-projet commence. :-)" />
|
||||
<MESSAGE value="IDEA's update" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="IDEA's update" />
|
||||
<MESSAGE value="Can return QRCode Une entrée en argument ou via le descripteur entrant retourne un QRCode." />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Can return QRCode Une entrée en argument ou via le descripteur entrant retourne un QRCode." />
|
||||
</component>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue