Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clide
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clean-and-itasks
contrib
clide
Merge requests
!73
preferences add java doc
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
preferences add java doc
CLIDE-189
into
develop
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Mart Lubbers
requested to merge
CLIDE-189
into
develop
6 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
6297d376
Prev
Next
Show latest version
2 files
+
14
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
6297d376
add author tag
· 6297d376
Nick Stracke
authored
6 years ago
Clide/src/preferences/ClidePreferenceConstants.java
+
7
−
5
Options
package
preferences
;
/**
* Interface for keeping the Preference Constants.
* Should eventually be replaced by final class with static attributes as this is bad style.
*
* @author CLIDE 2018-2019
*/
public
interface
ClidePreferenceConstants
{
/**
* Interface for keeping the Preference Constants.
* Should eventually be replaced by final class with static attributes as this is bad style.
*/
String
PREFERENCE_ID
=
"Clide.preferences"
;
String
CPM_LOCATION
=
"CPM Location"
;
Loading