Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
gambas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Custom issue tracker
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Gambas
gambas
Commits
76637184
Commit
76637184
authored
4 years ago
by
gambas
Browse files
Options
Downloads
Patches
Plain Diff
Remove a debugging message.
[GB.SETTINGS] * BUG: Remove a debugging message.
parent
e193d7ec
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#180473691
failed
4 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
comp/src/gb.settings/.component
+1
-1
1 addition, 1 deletion
comp/src/gb.settings/.component
comp/src/gb.settings/.project
+1
-1
1 addition, 1 deletion
comp/src/gb.settings/.project
comp/src/gb.settings/.src/_Settings_Keys.class
+1
-1
1 addition, 1 deletion
comp/src/gb.settings/.src/_Settings_Keys.class
with
3 additions
and
3 deletions
comp/src/gb.settings/.component
+
1
−
1
View file @
76637184
[Component]
Key=gb.settings
Version=3.1
4
.90
Version=3.1
5
.90
Authors=Benoît Minisini
This diff is collapsed.
Click to expand it.
comp/src/gb.settings/.project
+
1
−
1
View file @
76637184
# Gambas Project File 3.0
Title=Gambas settings management
Startup=Main
Version=3.1
4
.90
Version=3.1
5
.90
VersionFile=1
Authors="Benoît Minisini"
TabSize=2
...
...
This diff is collapsed.
Click to expand it.
comp/src/gb.settings/.src/_Settings_Keys.class
+
1
−
1
View file @
76637184
...
...
@@ -41,7 +41,7 @@ Private Sub GetKeys() As Boolean
Next
$aKeys.Sort
Debug $aKeys.Join()
'
Debug $aKeys.Join()
End
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment