Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: GitHub noreply@github.com Date: Fri, 13 Oct 2023 20:02:39 UTC Commit: abb1294b42529d0d66a388b3c118315ee0ef9394 https://github.com/geany/geany-plugins/commit/abb1294b42529d0d66a388b3c11831...
Log Message: ----------- Merge pull request #1281 from eht16/gitchangebar_disable_changehistory
GitChangebar: disable Scintilla's Change History in diff tooltip
Modified Paths: -------------- git-changebar/src/gcb-plugin.c
Modified: git-changebar/src/gcb-plugin.c 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -837,6 +837,7 @@ get_widget_for_buf_range (GeanyDocument *doc, /* hide stuff we don't wanna see */ scintilla_send_message (sci, SCI_SETHSCROLLBAR, 0, 0); scintilla_send_message (sci, SCI_SETVSCROLLBAR, 0, 0); + scintilla_send_message (sci, SCI_SETCHANGEHISTORY, SC_CHANGE_HISTORY_DISABLED, 0); for (i = 0; i < SC_MAX_MARGIN; i++) { scintilla_send_message (sci, SCI_SETMARGINWIDTHN, i, 0); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).