Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
e7b1f090
Commit
e7b1f090
authored
May 26, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PE] Add spell checking to context menu.
parent
5ef1e5c3
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
366 additions
and
9 deletions
+366
-9
apps/presentationeditor/main/app/controller/Main.js
apps/presentationeditor/main/app/controller/Main.js
+1
-1
apps/presentationeditor/main/app/view/DocumentHolder.js
apps/presentationeditor/main/app/view/DocumentHolder.js
+358
-8
apps/presentationeditor/main/locale/en.json
apps/presentationeditor/main/locale/en.json
+7
-0
No files found.
apps/presentationeditor/main/app/controller/Main.js
View file @
e7b1f090
...
...
@@ -1509,7 +1509,7 @@ define([
setLanguages
:
function
()
{
if
(
this
.
languages
&&
this
.
languages
.
length
>
0
)
{
// this.getApplication().getController('DocumentHolder').getView(
).setLanguages(this.languages);
this
.
getApplication
().
getController
(
'
DocumentHolder
'
).
getView
(
'
DocumentHolder
'
).
setLanguages
(
this
.
languages
);
this
.
getApplication
().
getController
(
'
Statusbar
'
).
setLanguages
(
this
.
languages
);
}
},
...
...
apps/presentationeditor/main/app/view/DocumentHolder.js
View file @
e7b1f090
This diff is collapsed.
Click to expand it.
apps/presentationeditor/main/locale/en.json
View file @
e7b1f090
...
...
@@ -752,6 +752,13 @@
"PE.Views.DocumentHolder.txtUnderbar"
:
"Bar under text"
,
"PE.Views.DocumentHolder.txtUngroup"
:
"Ungroup"
,
"PE.Views.DocumentHolder.vertAlignText"
:
"Vertical Alignment"
,
"PE.Views.DocumentHolder.loadSpellText"
:
"Loading variants..."
,
"PE.Views.DocumentHolder.ignoreAllSpellText"
:
"Ignore All"
,
"PE.Views.DocumentHolder.ignoreSpellText"
:
"Ignore"
,
"PE.Views.DocumentHolder.noSpellVariantsText"
:
"No variants"
,
"PE.Views.DocumentHolder.moreText"
:
"'More variants..."
,
"PE.Views.DocumentHolder.spellcheckText"
:
"Spellcheck"
,
"PE.Views.DocumentHolder.langText"
:
"Select Language"
,
"PE.Views.DocumentPreview.goToSlideText"
:
"Go to Slide"
,
"PE.Views.DocumentPreview.slideIndexText"
:
"Slide {0} of {1}"
,
"PE.Views.DocumentPreview.txtClose"
:
"Close Slideshow"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment