Update clang-format options.#90
Merged
ahmedcharles merged 1 commit intoMudlet:developmentfrom Aug 29, 2014
ahmedcharles:update_options
Merged
Update clang-format options.#90ahmedcharles merged 1 commit intoMudlet:developmentfrom ahmedcharles:update_options
ahmedcharles merged 1 commit intoMudlet:developmentfrom
ahmedcharles:update_options
Conversation
Contributor
Author
|
Ok, this now has all of the options we agreed on and notes for the ones that need revisiting on some level once we get more information. |
Member
|
Not keeping the comments explaining the options? |
Contributor
Author
|
No, I think I'd rather improve the clang docs than have explanations in our config file. The comments I added was mostly commentary and not documentation and was meant to facilitate discussion rather than long term docs. Make sense? |
Member
|
Yep. Leave a link to clang docs in then. |
These settings are based on the agreements reached in pull request #81.
ahmedcharles
added a commit
that referenced
this pull request
Aug 29, 2014
Update clang-format options.
SlySven
referenced
this pull request
in SlySven/Mudlet
Oct 23, 2020
Changelog: * Fixed cmake on mac os x * Disabled TextEditorComponent::inputMethodEvent for Linux * ref Mudlet#107, Several improvements (Thanks @sebcaux) Support for sticky-selection in replaceSelection methods. (Required for InpuMethod entry) Improved TextEditorComponent::InputMethodEvent... It now support special chars entry like expected. (Option+e, e => ´ => é) - Fixed gapvector destructor: it did not use an array delete. - TextEditorWidget::setHorizontalScrollBar not emits the correct horizontalScrollBarChanged event. * ref Mudlet#106, Missing round function on SuSE. (Changed to qRound) * ref #99, Speed improvements for markAll. (Added beginChanges and endChanges, to prevent updating per item) * ref #96, Added support for readonly mode, via widget->setReadonly() or controller->setReadonly() Update CMakeList.txt * wip readonly * fixes #90, Several Qt deprecation warnings. Changed 0 to nullptr. Possible incompatibility with older releases! * removed incorrect include file * fix #101, Support for JSON based grammar files. * Merge pull request #102 from emoon/readme-fix * Merge branch 'Mudlet-master' (with some additions/changes) Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
mehulmathur16
pushed a commit
to mehulmathur16/Mudlet
that referenced
this pull request
Feb 16, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These settings are based on the agreements reached in pull request #81.
This isn't complete yet, let me know if I missed something.