Skip to content

Commit

Permalink
Go: Don't depend on the user to open a Go file to set the Go preferen…
Browse files Browse the repository at this point in the history
…ces - fixes #2418

rn=

(integrated from the KomodoIDE master branch change 349a61f240 by Nathan
Rijksen <n.rijksen@gmail.com>)

Komodo/KomodoIDE@349a61f240
  • Loading branch information
Naatan committed Mar 24, 2017
1 parent 41d5d18 commit dc051bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/golang
8 changes: 8 additions & 0 deletions src/prefs/prefs.p.xml
Expand Up @@ -195,6 +195,14 @@
<string id="perlExtraPaths"></string>
<string id="perlExcludePaths"></string>

<!-- Go prefs -->
<string id="gocodeDefaultLocation"></string>
<string id="godefDefaultLocation"></string>
<string id="golangDefaultLocation"></string>
<string id="Go/newEncoding">utf-8</string>
<long id="Go/indentWidth">8</long>
<boolean id="Go/useTabs">1</boolean>

<!-- Namespace mappings for Codeintel. These are stored as-->
<!-- '::'-separated local paths. Keys and values are-->
<!-- stored as '##'-separated.-->
Expand Down

0 comments on commit dc051bf

Please sign in to comment.