File tree Expand file tree Collapse file tree
.consulo/runConfigurations
plugin/src/main/java/consulo/database/impl/configurable/editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <component name =" ProjectRunConfigurationManager" >
2+ <configuration default =" false" name =" consulo:run-desktop-awt" type =" MavenRunConfiguration" factoryName =" Maven" singleton =" true" >
3+ <MavenSettings >
4+ <option name =" myGeneralSettings" />
5+ <option name =" myRunnerSettings" >
6+ <MavenRunnerSettings >
7+ <option name =" environmentProperties" >
8+ <map />
9+ </option >
10+ <option name =" jreName" value =" 21" />
11+ <option name =" mavenProperties" >
12+ <map />
13+ </option >
14+ <option name =" passParentEnv" value =" true" />
15+ <option name =" runMavenInBackground" value =" true" />
16+ <option name =" skipTests" value =" false" />
17+ <option name =" vmOptions" value =" --add-opens=java.desktop/sun.awt=ALL-UNNAMED --add-opens=java.desktop/sun.swing=ALL-UNNAMED --add-opens=java.desktop/sun.awt.image=ALL-UNNAMED --add-opens=java.desktop/sun.java2d=ALL-UNNAMED --add-opens=java.desktop/sun.font=ALL-UNNAMED --add-opens=java.desktop/java.awt=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED --add-opens=java.desktop/java.awt.peer=ALL-UNNAMED --add-opens=java.desktop/java.awt.event=ALL-UNNAMED" />
18+ </MavenRunnerSettings >
19+ </option >
20+ <option name =" myRunnerParameters" >
21+ <MavenRunnerParameters >
22+ <option name =" profiles" >
23+ <set />
24+ </option >
25+ <option name =" goals" >
26+ <list >
27+ <option value =" consulo:run-desktop-awt" />
28+ <option value =" -pl" />
29+ <option value =" :consulo.database" />
30+ </list >
31+ </option >
32+ <option name =" profilesMap" >
33+ <map />
34+ </option >
35+ <option name =" resolveToWorkspace" value =" true" />
36+ <option name =" workingDirPath" value =" $PROJECT_DIR$" />
37+ </MavenRunnerParameters >
38+ </option >
39+ </MavenSettings >
40+ <ConfigurationWrapper RunnerId =" Debug" />
41+ <method >
42+ <option name =" Maven.BeforeRunTask" enabled =" true" file =" $PROJECT_DIR$/pom.xml" goal =" package" />
43+ </method >
44+ </configuration >
45+ </component >
Original file line number Diff line number Diff line change 11/.consulo
22! /.consulo /codeStyleSettings.xml
3+ ! /.consulo /runConfigurations
34/out
45/target
56target /
Original file line number Diff line number Diff line change 2727import consulo .database .impl .configurable .editor .action .AddDataSourcePopupAction ;
2828import consulo .database .impl .toolWindow .node .DatabaseSourceNode ;
2929import consulo .project .Project ;
30- import consulo .ui .Size ;
30+ import consulo .ui .Size2D ;
3131import consulo .ui .annotation .RequiredUIAccess ;
3232import consulo .ui .ex .action .ActionGroup ;
3333import consulo .ui .ex .action .ActionManager ;
@@ -91,9 +91,9 @@ protected String getDimensionServiceKey()
9191 }
9292
9393 @ Override
94- public Size getDefaultSize ()
94+ public Size2D getDefaultSize ()
9595 {
96- return new Size (700 , 500 );
96+ return new Size2D (700 , 500 );
9797 }
9898
9999 @ RequiredUIAccess
You can’t perform that action at this time.
0 commit comments