Skip to content

Commit fba09e0

Browse files
committed
Merge branch 'release/1.0.0' into main
2 parents de9b81f + 5f8186b commit fba09e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2727
-447
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
**/**/bin
55
**/**/obj
66
/.idea/
7+
/PlsqlDeveloperUtPlsqlPlugin/.idea/.idea.PlsqlDeveloperUtPlsqlPlugin/.idea

PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin.sln

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ VisualStudioVersion = 16.0.30804.86
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlsqlDeveloperUtPlsqlPlugin", "PlsqlDeveloperUtPlsqlPlugin\PlsqlDeveloperUtPlsqlPlugin.csproj", "{0241FA41-E396-491A-B4EC-772B694EC689}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "utPLSQL.Lib.Test", "utPLSQL.Lib.Test\utPLSQL.Lib.Test.csproj", "{8E898B26-0A4C-4DDA-9820-D5D050D2336E}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "utPLSQL.Api.Test", "utPLSQL.Api.Test\utPLSQL.Api.Test.csproj", "{8E898B26-0A4C-4DDA-9820-D5D050D2336E}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "utPLSQL.Lib", "utPLSQL.Lib\utPLSQL.Lib.csproj", "{DF09EACE-50EC-44EA-849A-80462A219CFC}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "utPLSQL.Api", "utPLSQL.Api\utPLSQL.Api.csproj", "{DF09EACE-50EC-44EA-849A-80462A219CFC}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "utPLSQL.Ui", "utPLSQL.Ui\utPLSQL.Ui.csproj", "{7669189C-4A58-4E82-9DCB-7956624A719B}"
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "utPLSQL.Ui.Standalone", "utPLSQL.Ui.Standalone\utPLSQL.Ui.Standalone.csproj", "{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}"
1115
EndProject
1216
Global
1317
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -55,6 +59,30 @@ Global
5559
{DF09EACE-50EC-44EA-849A-80462A219CFC}.Release|x64.Build.0 = Release|Any CPU
5660
{DF09EACE-50EC-44EA-849A-80462A219CFC}.Release|x86.ActiveCfg = Release|Any CPU
5761
{DF09EACE-50EC-44EA-849A-80462A219CFC}.Release|x86.Build.0 = Release|Any CPU
62+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
63+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Debug|Any CPU.Build.0 = Debug|Any CPU
64+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Debug|x64.ActiveCfg = Debug|Any CPU
65+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Debug|x64.Build.0 = Debug|Any CPU
66+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Debug|x86.ActiveCfg = Debug|Any CPU
67+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Debug|x86.Build.0 = Debug|Any CPU
68+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Release|Any CPU.ActiveCfg = Release|Any CPU
69+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Release|Any CPU.Build.0 = Release|Any CPU
70+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Release|x64.ActiveCfg = Release|Any CPU
71+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Release|x64.Build.0 = Release|Any CPU
72+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Release|x86.ActiveCfg = Release|Any CPU
73+
{7669189C-4A58-4E82-9DCB-7956624A719B}.Release|x86.Build.0 = Release|Any CPU
74+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
75+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
76+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Debug|x64.ActiveCfg = Debug|Any CPU
77+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Debug|x64.Build.0 = Debug|Any CPU
78+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Debug|x86.ActiveCfg = Debug|Any CPU
79+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Debug|x86.Build.0 = Debug|Any CPU
80+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
81+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Release|Any CPU.Build.0 = Release|Any CPU
82+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Release|x64.ActiveCfg = Release|Any CPU
83+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Release|x64.Build.0 = Release|Any CPU
84+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Release|x86.ActiveCfg = Release|Any CPU
85+
{5D3EA63E-AAFE-47DB-9D48-4BA9C205ADBE}.Release|x86.Build.0 = Release|Any CPU
5886
EndGlobalSection
5987
GlobalSection(SolutionProperties) = preSolution
6088
HideSolutionNode = FALSE

PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/AboutDialog.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/AboutDialog.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ public AboutDialog()
99
InitializeComponent();
1010
}
1111

12-
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
12+
private void LinkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
1313
{
1414
System.Diagnostics.Process.Start("https://github.com/utPLSQL/utPLSQL-PLSQL-Developer");
1515
}
1616

17-
private void button1_Click(object sender, System.EventArgs e)
17+
private void Button1_Click(object sender, System.EventArgs e)
1818
{
1919
Close();
2020
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy