Community
Participate
Working Groups
if (!editor.getTextView()) {
return false;
}
if (self.editorSettings && !self.editorSettings().showBlame) {
return blamer.isVisible(self.serviceRegistry, self.inputManager);
},
callback: function(data) {
autoLoadVisible: true,
saveDiffs: true,
saveDiffsVisible: true,
showBlame: false,
showBlameVisible: true,
autoPairParentheses: true,
autoPairParenthesesVisible: true,
autoPairBraces: true,
"autoPairQuotations": 'Autopair "Strings"',
"autoCompleteComments": "Autocomplete /** Block Comments */",
"smartIndentation": "Smart Indentation",
"sourceControl": "Source Control",
"showBlame": "Show Blame",
"Editor preferences updated": "Editor preferences updated",
"Editor defaults restored": "Editor defaults restored",
"Theme": "Theme",
overviewRuler: {
create: createBooleanProperty
sourceControl: {
showBlame: {
};