D5656: Adds method to force the reloading of a document

2019-03-29 Thread Pedro Arthur P. R. Duarte
pedroarthurp abandoned this revision. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D5656 To: pedroarthurp, dfaure, brauch, dhaumann, cullmann Cc: kde-frameworks-devel, anthonyfieroni, nalvarez, kwrite-devel, gennad, domson, michaelh, ngraham, bruns, demsking,

D5656: Adds method to force the reloading of a document

2017-05-02 Thread Pedro Arthur P. R. Duarte
pedroarthurp added a comment. In https://phabricator.kde.org/D5656#106401, @nalvarez wrote: > I'm pretty sure this breaks ABI by adding a new virtual function... If an application was compiled against a previous version of KTextEditor and calls `documentSave()`, when run with a newer

D5656: Adds method to force the reloading of a document

2017-04-30 Thread Pedro Arthur P. R. Duarte
pedroarthurp added a comment. https://phabricator.kde.org/D5673 shows a use-case for this feature. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D5656 To: pedroarthurp, dfaure, brauch, dhaumann, cullmann Cc: kwrite-devel, #frameworks

D5656: Adds method to force the reloading of a document

2017-04-30 Thread Pedro Arthur P. R. Duarte
pedroarthurp added a dependent revision: D5673: Add option to reload a file without user confirmation after the execution of a external script. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D5656 To: pedroarthurp, dfaure, brauch, dhaumann, cullmann Cc:

D5656: Adds method to force the reloading of a document

2017-04-29 Thread Pedro Arthur P. R. Duarte
pedroarthurp added reviewers: dfaure, brauch, dhaumann, cullmann. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D5656 To: pedroarthurp, dfaure, brauch, dhaumann, cullmann Cc: kwrite-devel, #frameworks

D5656: Adds method to force the reloading of a document

2017-04-29 Thread Pedro Arthur P. R. Duarte
pedroarthurp created this revision. Restricted Application added subscribers: Frameworks, kwrite-devel. Restricted Application added a project: Frameworks. REVISION SUMMARY Currently, `KTextEditor::Document::documentReload()` shows a dialog asking the user if he/she wants to reload a file from