From 3dfaa6b4fb9e64c81846f9443dd86a60db2423b6 Mon Sep 17 00:00:00 2001 From: Ahmet Sait Date: Mon, 13 May 2024 18:17:07 +0300 Subject: [PATCH] Ensure final new lines It's a shame that VS code cleanup doesn't actually do this --- Scintilla.NET/Annotation.cs | 2 +- Scintilla.NET/AutoCSelectionEventArgs.cs | 2 +- Scintilla.NET/AutomaticFold.cs | 2 +- Scintilla.NET/BiDirectionalDisplayType.cs | 2 +- Scintilla.NET/CallTipClickEventArgs.cs | 2 +- Scintilla.NET/CallTipClickType.cs | 2 +- Scintilla.NET/ChangeAnnotationEventArgs.cs | 2 +- Scintilla.NET/CharAddedEventArgs.cs | 2 +- Scintilla.NET/Command.cs | 2 +- Scintilla.NET/CopyFormat.cs | 2 +- Scintilla.NET/Document.cs | 2 +- Scintilla.NET/DoubleClickEventArgs.cs | 2 +- Scintilla.NET/DwellEventArgs.cs | 2 +- Scintilla.NET/EdgeMode.cs | 2 +- Scintilla.NET/Eol.cs | 2 +- Scintilla.NET/FoldAction.cs | 2 +- Scintilla.NET/FoldDisplayText.cs | 2 +- Scintilla.NET/FoldFlags.cs | 2 +- Scintilla.NET/FoldLevelFlags.cs | 2 +- Scintilla.NET/FontQuality.cs | 2 +- Scintilla.NET/GapBuffer.cs | 2 +- Scintilla.NET/Helpers.cs | 2 +- Scintilla.NET/HotspotClickEventArgs.cs | 2 +- Scintilla.NET/ILoader.cs | 2 +- Scintilla.NET/IdleStyling.cs | 2 +- Scintilla.NET/IndentView.cs | 2 +- Scintilla.NET/Indicator.cs | 2 +- Scintilla.NET/IndicatorClickEventArgs.cs | 2 +- Scintilla.NET/IndicatorFlags.cs | 2 +- Scintilla.NET/IndicatorReleaseEventArgs.cs | 2 +- Scintilla.NET/InsertCheckEventArgs.cs | 2 +- Scintilla.NET/Lexer.cs | 2 +- Scintilla.NET/LineCollection.cs | 2 +- Scintilla.NET/LineEndType.cs | 2 +- Scintilla.NET/ListCompletionMethod.cs | 2 +- Scintilla.NET/Loader.cs | 2 +- Scintilla.NET/Margin.cs | 2 +- Scintilla.NET/MarginClickEventArgs.cs | 2 +- Scintilla.NET/MarginCollection.cs | 2 +- Scintilla.NET/MarginCursor.cs | 2 +- Scintilla.NET/MarginOptions.cs | 2 +- Scintilla.NET/MarginType.cs | 2 +- Scintilla.NET/MarkerCollection.cs | 2 +- Scintilla.NET/MarkerHandle.cs | 2 +- Scintilla.NET/ModificationEventArgs.cs | 2 +- Scintilla.NET/ModificationSource.cs | 2 +- Scintilla.NET/MultiPaste.cs | 2 +- Scintilla.NET/NativeMemoryStream.cs | 2 +- Scintilla.NET/NeedShownEventArgs.cs | 2 +- Scintilla.NET/Order.cs | 2 +- Scintilla.NET/Phases.cs | 2 +- Scintilla.NET/PopupMode.cs | 2 +- Scintilla.NET/ProjectionEqualityComparer.cs | 2 +- Scintilla.NET/PropertyType.cs | 2 +- Scintilla.NET/SCNotificationEventArgs.cs | 2 +- Scintilla.NET/ScintillaReader.cs | 2 +- Scintilla.NET/SearchFlags.cs | 2 +- Scintilla.NET/Selection.cs | 2 +- Scintilla.NET/SelectionCollection.cs | 2 +- Scintilla.NET/Status.cs | 2 +- Scintilla.NET/StyleCase.cs | 2 +- Scintilla.NET/StyleCollection.cs | 2 +- Scintilla.NET/StyleNeededEventArgs.cs | 2 +- Scintilla.NET/TabDrawMode.cs | 2 +- Scintilla.NET/Technology.cs | 2 +- Scintilla.NET/UpdateChange.cs | 2 +- Scintilla.NET/UpdateUIEventArgs.cs | 2 +- Scintilla.NET/VirtualSpace.cs | 2 +- Scintilla.NET/WhitespaceMode.cs | 2 +- Scintilla.NET/WinApiHelper.cs | 2 +- Scintilla.NET/WrapIndentMode.cs | 2 +- Scintilla.NET/WrapMode.cs | 2 +- Scintilla.NET/WrapVisualFlagLocation.cs | 2 +- Scintilla.NET/WrapVisualFlags.cs | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/Scintilla.NET/Annotation.cs b/Scintilla.NET/Annotation.cs index 242dd24..d991b90 100644 --- a/Scintilla.NET/Annotation.cs +++ b/Scintilla.NET/Annotation.cs @@ -24,4 +24,4 @@ public enum Annotation /// Annotations are indented to match the text. /// Indented = NativeMethods.ANNOTATION_INDENTED -} \ No newline at end of file +} diff --git a/Scintilla.NET/AutoCSelectionEventArgs.cs b/Scintilla.NET/AutoCSelectionEventArgs.cs index 136712a..83a86d3 100644 --- a/Scintilla.NET/AutoCSelectionEventArgs.cs +++ b/Scintilla.NET/AutoCSelectionEventArgs.cs @@ -78,4 +78,4 @@ public AutoCSelectionEventArgs(Scintilla scintilla, int bytePosition, IntPtr tex Char = ch; ListCompletionMethod = listCompletionMethod; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/AutomaticFold.cs b/Scintilla.NET/AutomaticFold.cs index 140f040..b1094b7 100644 --- a/Scintilla.NET/AutomaticFold.cs +++ b/Scintilla.NET/AutomaticFold.cs @@ -28,4 +28,4 @@ public enum AutomaticFold /// Show lines as needed when the fold structure is changed. /// Change = NativeMethods.SC_AUTOMATICFOLD_CHANGE -} \ No newline at end of file +} diff --git a/Scintilla.NET/BiDirectionalDisplayType.cs b/Scintilla.NET/BiDirectionalDisplayType.cs index 74d00ee..3eabe66 100644 --- a/Scintilla.NET/BiDirectionalDisplayType.cs +++ b/Scintilla.NET/BiDirectionalDisplayType.cs @@ -19,4 +19,4 @@ public enum BiDirectionalDisplayType /// The bi-directional display type is right-to-left. /// RightToLeft = NativeMethods.SC_BIDIRECTIONAL_R2L -} \ No newline at end of file +} diff --git a/Scintilla.NET/CallTipClickEventArgs.cs b/Scintilla.NET/CallTipClickEventArgs.cs index 26668ae..43b9523 100644 --- a/Scintilla.NET/CallTipClickEventArgs.cs +++ b/Scintilla.NET/CallTipClickEventArgs.cs @@ -24,4 +24,4 @@ public CallTipClickEventArgs(Scintilla scintilla, CallTipClickType callTipClickT this.scintilla = scintilla; CallTipClickType = callTipClickType; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/CallTipClickType.cs b/Scintilla.NET/CallTipClickType.cs index 7120766..b9ca2c5 100644 --- a/Scintilla.NET/CallTipClickType.cs +++ b/Scintilla.NET/CallTipClickType.cs @@ -19,4 +19,4 @@ public enum CallTipClickType /// The call tip down arrow was clicked. /// DownArrow = 2, -} \ No newline at end of file +} diff --git a/Scintilla.NET/ChangeAnnotationEventArgs.cs b/Scintilla.NET/ChangeAnnotationEventArgs.cs index db9b575..84c6575 100644 --- a/Scintilla.NET/ChangeAnnotationEventArgs.cs +++ b/Scintilla.NET/ChangeAnnotationEventArgs.cs @@ -21,4 +21,4 @@ public ChangeAnnotationEventArgs(int line) { Line = line; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/CharAddedEventArgs.cs b/Scintilla.NET/CharAddedEventArgs.cs index 52f073e..442d0ab 100644 --- a/Scintilla.NET/CharAddedEventArgs.cs +++ b/Scintilla.NET/CharAddedEventArgs.cs @@ -21,4 +21,4 @@ public CharAddedEventArgs(int ch) { Char = ch; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/Command.cs b/Scintilla.NET/Command.cs index 80831e7..3aa3b69 100644 --- a/Scintilla.NET/Command.cs +++ b/Scintilla.NET/Command.cs @@ -577,4 +577,4 @@ public enum Command /// Command equivalent to /// SelectAll = NativeMethods.SCI_SELECTALL -} \ No newline at end of file +} diff --git a/Scintilla.NET/CopyFormat.cs b/Scintilla.NET/CopyFormat.cs index ee2ee15..6672077 100644 --- a/Scintilla.NET/CopyFormat.cs +++ b/Scintilla.NET/CopyFormat.cs @@ -22,4 +22,4 @@ public enum CopyFormat /// Copies text to the clipboard in HyperText Markup Language (HTML) format. /// Html = 1 << 2 -} \ No newline at end of file +} diff --git a/Scintilla.NET/Document.cs b/Scintilla.NET/Document.cs index 82e309b..6c714fd 100644 --- a/Scintilla.NET/Document.cs +++ b/Scintilla.NET/Document.cs @@ -58,4 +58,4 @@ public override int GetHashCode() { return a.Value != b.Value; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/DoubleClickEventArgs.cs b/Scintilla.NET/DoubleClickEventArgs.cs index 960fa3a..debb852 100644 --- a/Scintilla.NET/DoubleClickEventArgs.cs +++ b/Scintilla.NET/DoubleClickEventArgs.cs @@ -58,4 +58,4 @@ public DoubleClickEventArgs(Scintilla scintilla, Keys modifiers, int bytePositio if (bytePosition == -1) this.position = -1; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/DwellEventArgs.cs b/Scintilla.NET/DwellEventArgs.cs index 2896657..6201478 100644 --- a/Scintilla.NET/DwellEventArgs.cs +++ b/Scintilla.NET/DwellEventArgs.cs @@ -55,4 +55,4 @@ public DwellEventArgs(Scintilla scintilla, int bytePosition, int x, int y) if (bytePosition < 0) this.position = bytePosition; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/EdgeMode.cs b/Scintilla.NET/EdgeMode.cs index 0dc9bbf..4c4b660 100644 --- a/Scintilla.NET/EdgeMode.cs +++ b/Scintilla.NET/EdgeMode.cs @@ -25,4 +25,4 @@ public enum EdgeMode /// /// and are completely independant of this mode. MultiLine = NativeMethods.EDGE_MULTILINE -} \ No newline at end of file +} diff --git a/Scintilla.NET/Eol.cs b/Scintilla.NET/Eol.cs index 38dca8a..6e92d49 100644 --- a/Scintilla.NET/Eol.cs +++ b/Scintilla.NET/Eol.cs @@ -19,4 +19,4 @@ public enum Eol /// Line Feed '\n' (0x0A). /// Lf = NativeMethods.SC_EOL_LF -} \ No newline at end of file +} diff --git a/Scintilla.NET/FoldAction.cs b/Scintilla.NET/FoldAction.cs index 934dee9..8b92e74 100644 --- a/Scintilla.NET/FoldAction.cs +++ b/Scintilla.NET/FoldAction.cs @@ -19,4 +19,4 @@ public enum FoldAction /// Toggle between contracted and expanded. /// Toggle = NativeMethods.SC_FOLDACTION_TOGGLE -} \ No newline at end of file +} diff --git a/Scintilla.NET/FoldDisplayText.cs b/Scintilla.NET/FoldDisplayText.cs index 96d2858..4bc3802 100644 --- a/Scintilla.NET/FoldDisplayText.cs +++ b/Scintilla.NET/FoldDisplayText.cs @@ -19,4 +19,4 @@ public enum FoldDisplayText /// Display the text tags with a box drawn around them. /// Boxed = NativeMethods.SC_FOLDDISPLAYTEXT_BOXED -} \ No newline at end of file +} diff --git a/Scintilla.NET/FoldFlags.cs b/Scintilla.NET/FoldFlags.cs index eddd63b..f09db23 100644 --- a/Scintilla.NET/FoldFlags.cs +++ b/Scintilla.NET/FoldFlags.cs @@ -39,4 +39,4 @@ public enum FoldFlags /// cannot be used at the same time as the flag. /// LineState = NativeMethods.SC_FOLDFLAG_LINESTATE -} \ No newline at end of file +} diff --git a/Scintilla.NET/FoldLevelFlags.cs b/Scintilla.NET/FoldLevelFlags.cs index 14d0227..1adb336 100644 --- a/Scintilla.NET/FoldLevelFlags.cs +++ b/Scintilla.NET/FoldLevelFlags.cs @@ -18,4 +18,4 @@ public enum FoldLevelFlags /// Indicates that the line is a header (fold point). /// Header = NativeMethods.SC_FOLDLEVELHEADERFLAG -} \ No newline at end of file +} diff --git a/Scintilla.NET/FontQuality.cs b/Scintilla.NET/FontQuality.cs index 940332b..281ee2d 100644 --- a/Scintilla.NET/FontQuality.cs +++ b/Scintilla.NET/FontQuality.cs @@ -25,4 +25,4 @@ public enum FontQuality /// Specifies that ClearType anti-aliasing should be used when rendering text, if the font supports it. /// LcdOptimized = NativeMethods.SC_EFF_QUALITY_LCD_OPTIMIZED -} \ No newline at end of file +} diff --git a/Scintilla.NET/GapBuffer.cs b/Scintilla.NET/GapBuffer.cs index 9cc25d9..2f2ea6e 100644 --- a/Scintilla.NET/GapBuffer.cs +++ b/Scintilla.NET/GapBuffer.cs @@ -178,4 +178,4 @@ public GapBuffer(int capacity = 0) this.buffer = new T[capacity]; this.gapEnd = this.buffer.Length; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/Helpers.cs b/Scintilla.NET/Helpers.cs index e558ff3..7c96628 100644 --- a/Scintilla.NET/Helpers.cs +++ b/Scintilla.NET/Helpers.cs @@ -1282,4 +1282,4 @@ private struct StyleData } #endregion Types -} \ No newline at end of file +} diff --git a/Scintilla.NET/HotspotClickEventArgs.cs b/Scintilla.NET/HotspotClickEventArgs.cs index b59dba1..aacc53c 100644 --- a/Scintilla.NET/HotspotClickEventArgs.cs +++ b/Scintilla.NET/HotspotClickEventArgs.cs @@ -46,4 +46,4 @@ public HotspotClickEventArgs(Scintilla scintilla, Keys modifiers, int bytePositi this.bytePosition = bytePosition; Modifiers = modifiers; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/ILoader.cs b/Scintilla.NET/ILoader.cs index f014c8b..4996c9d 100644 --- a/Scintilla.NET/ILoader.cs +++ b/Scintilla.NET/ILoader.cs @@ -34,4 +34,4 @@ public interface ILoader /// A return value of 0 indicates that the document has been destroyed and all associated memory released. /// int Release(); -} \ No newline at end of file +} diff --git a/Scintilla.NET/IdleStyling.cs b/Scintilla.NET/IdleStyling.cs index 74f3feb..ea7d075 100644 --- a/Scintilla.NET/IdleStyling.cs +++ b/Scintilla.NET/IdleStyling.cs @@ -29,4 +29,4 @@ public enum IdleStyling /// This is a combination of and . /// All = NativeMethods.SC_IDLESTYLING_ALL -} \ No newline at end of file +} diff --git a/Scintilla.NET/IndentView.cs b/Scintilla.NET/IndentView.cs index f9d3024..30fd2ae 100644 --- a/Scintilla.NET/IndentView.cs +++ b/Scintilla.NET/IndentView.cs @@ -28,4 +28,4 @@ public enum IndentView /// This setting is good for most languages. /// LookBoth = NativeMethods.SC_IV_LOOKBOTH -} \ No newline at end of file +} diff --git a/Scintilla.NET/Indicator.cs b/Scintilla.NET/Indicator.cs index 3409f64..d8b1c6f 100644 --- a/Scintilla.NET/Indicator.cs +++ b/Scintilla.NET/Indicator.cs @@ -270,4 +270,4 @@ public Indicator(Scintilla scintilla, int index) } #endregion Constructors -} \ No newline at end of file +} diff --git a/Scintilla.NET/IndicatorClickEventArgs.cs b/Scintilla.NET/IndicatorClickEventArgs.cs index 3b5b935..3987bd8 100644 --- a/Scintilla.NET/IndicatorClickEventArgs.cs +++ b/Scintilla.NET/IndicatorClickEventArgs.cs @@ -23,4 +23,4 @@ public IndicatorClickEventArgs(Scintilla scintilla, Keys modifiers, int bytePosi { Modifiers = modifiers; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/IndicatorFlags.cs b/Scintilla.NET/IndicatorFlags.cs index 0849bd6..ce11d07 100644 --- a/Scintilla.NET/IndicatorFlags.cs +++ b/Scintilla.NET/IndicatorFlags.cs @@ -20,4 +20,4 @@ public enum IndicatorFlags /// an indicator to display more than one color. /// ValueFore = NativeMethods.SC_INDICFLAG_VALUEFORE -} \ No newline at end of file +} diff --git a/Scintilla.NET/IndicatorReleaseEventArgs.cs b/Scintilla.NET/IndicatorReleaseEventArgs.cs index 7407294..25d25da 100644 --- a/Scintilla.NET/IndicatorReleaseEventArgs.cs +++ b/Scintilla.NET/IndicatorReleaseEventArgs.cs @@ -35,4 +35,4 @@ public IndicatorReleaseEventArgs(Scintilla scintilla, int bytePosition) this.scintilla = scintilla; this.bytePosition = bytePosition; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/InsertCheckEventArgs.cs b/Scintilla.NET/InsertCheckEventArgs.cs index bac95da..99d4296 100644 --- a/Scintilla.NET/InsertCheckEventArgs.cs +++ b/Scintilla.NET/InsertCheckEventArgs.cs @@ -65,4 +65,4 @@ public InsertCheckEventArgs(Scintilla scintilla, int bytePosition, int byteLengt this.byteLength = byteLength; this.textPtr = text; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/Lexer.cs b/Scintilla.NET/Lexer.cs index 52717c2..bdcf3b8 100644 --- a/Scintilla.NET/Lexer.cs +++ b/Scintilla.NET/Lexer.cs @@ -555,4 +555,4 @@ public enum Lexer /// Lexer for Yaml /// SCLEX_YAML, -} \ No newline at end of file +} diff --git a/Scintilla.NET/LineCollection.cs b/Scintilla.NET/LineCollection.cs index f22a1ed..b6ebfc9 100644 --- a/Scintilla.NET/LineCollection.cs +++ b/Scintilla.NET/LineCollection.cs @@ -568,4 +568,4 @@ private enum ContainsMultibyte } #endregion Types -} \ No newline at end of file +} diff --git a/Scintilla.NET/LineEndType.cs b/Scintilla.NET/LineEndType.cs index 0358694..46b1e09 100644 --- a/Scintilla.NET/LineEndType.cs +++ b/Scintilla.NET/LineEndType.cs @@ -20,4 +20,4 @@ public enum LineEndType /// Unicode line endings. Next Line (0x0085); Line Separator (0x2028); Paragraph Separator (0x2029). /// Unicode = NativeMethods.SC_LINE_END_TYPE_UNICODE -} \ No newline at end of file +} diff --git a/Scintilla.NET/ListCompletionMethod.cs b/Scintilla.NET/ListCompletionMethod.cs index 46c61b5..05e29d1 100644 --- a/Scintilla.NET/ListCompletionMethod.cs +++ b/Scintilla.NET/ListCompletionMethod.cs @@ -30,4 +30,4 @@ public enum ListCompletionMethod /// The method triggered the completion. /// Command = NativeMethods.SC_AC_COMMAND -} \ No newline at end of file +} diff --git a/Scintilla.NET/Loader.cs b/Scintilla.NET/Loader.cs index fa733ea..90fc7e7 100644 --- a/Scintilla.NET/Loader.cs +++ b/Scintilla.NET/Loader.cs @@ -64,4 +64,4 @@ public unsafe Loader(IntPtr ptr, Encoding encoding) else this.loader64 = (NativeMethods.ILoaderVTable64)Marshal.PtrToStructure(vfptr, typeof(NativeMethods.ILoaderVTable64)); } -} \ No newline at end of file +} diff --git a/Scintilla.NET/Margin.cs b/Scintilla.NET/Margin.cs index 261b985..4a2067f 100644 --- a/Scintilla.NET/Margin.cs +++ b/Scintilla.NET/Margin.cs @@ -154,4 +154,4 @@ public Margin(Scintilla scintilla, int index) } #endregion Constructors -} \ No newline at end of file +} diff --git a/Scintilla.NET/MarginClickEventArgs.cs b/Scintilla.NET/MarginClickEventArgs.cs index 49f5dd6..f05c2f9 100644 --- a/Scintilla.NET/MarginClickEventArgs.cs +++ b/Scintilla.NET/MarginClickEventArgs.cs @@ -52,4 +52,4 @@ public MarginClickEventArgs(Scintilla scintilla, Keys modifiers, int bytePositio Modifiers = modifiers; Margin = margin; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/MarginCollection.cs b/Scintilla.NET/MarginCollection.cs index 1c562ab..a7cfbf3 100644 --- a/Scintilla.NET/MarginCollection.cs +++ b/Scintilla.NET/MarginCollection.cs @@ -162,4 +162,4 @@ public MarginCollection(Scintilla scintilla) { this.scintilla = scintilla; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/MarginCursor.cs b/Scintilla.NET/MarginCursor.cs index bd50f79..2e9f7ca 100644 --- a/Scintilla.NET/MarginCursor.cs +++ b/Scintilla.NET/MarginCursor.cs @@ -14,4 +14,4 @@ public enum MarginCursor /// A reversed arrow. /// ReverseArrow = NativeMethods.SC_CURSORREVERSEARROW -} \ No newline at end of file +} diff --git a/Scintilla.NET/MarginOptions.cs b/Scintilla.NET/MarginOptions.cs index bfa576d..a36fd66 100644 --- a/Scintilla.NET/MarginOptions.cs +++ b/Scintilla.NET/MarginOptions.cs @@ -18,4 +18,4 @@ public enum MarginOptions /// Lines selected by clicking on the margin will select only the subline of wrapped text. /// SublineSelect = NativeMethods.SC_MARGINOPTION_SUBLINESELECT -} \ No newline at end of file +} diff --git a/Scintilla.NET/MarginType.cs b/Scintilla.NET/MarginType.cs index 4dfef9f..7d10241 100644 --- a/Scintilla.NET/MarginType.cs +++ b/Scintilla.NET/MarginType.cs @@ -39,4 +39,4 @@ public enum MarginType /// Margin can display symbols and has a background color specified using the property. /// Color = NativeMethods.SC_MARGIN_COLOUR -} \ No newline at end of file +} diff --git a/Scintilla.NET/MarkerCollection.cs b/Scintilla.NET/MarkerCollection.cs index f44e359..145c866 100644 --- a/Scintilla.NET/MarkerCollection.cs +++ b/Scintilla.NET/MarkerCollection.cs @@ -63,4 +63,4 @@ public MarkerCollection(Scintilla scintilla) { this.scintilla = scintilla; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/MarkerHandle.cs b/Scintilla.NET/MarkerHandle.cs index 9858984..b0a9600 100644 --- a/Scintilla.NET/MarkerHandle.cs +++ b/Scintilla.NET/MarkerHandle.cs @@ -58,4 +58,4 @@ public override int GetHashCode() { return a.Value != b.Value; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/ModificationEventArgs.cs b/Scintilla.NET/ModificationEventArgs.cs index ef2359e..c869489 100644 --- a/Scintilla.NET/ModificationEventArgs.cs +++ b/Scintilla.NET/ModificationEventArgs.cs @@ -51,4 +51,4 @@ public ModificationEventArgs(Scintilla scintilla, ModificationSource source, int LinesAdded = linesAdded; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/ModificationSource.cs b/Scintilla.NET/ModificationSource.cs index ef0db07..3c4a7b9 100644 --- a/Scintilla.NET/ModificationSource.cs +++ b/Scintilla.NET/ModificationSource.cs @@ -19,4 +19,4 @@ public enum ModificationSource /// Modification is the result of a redo operation. /// Redo = NativeMethods.SC_PERFORMED_REDO -} \ No newline at end of file +} diff --git a/Scintilla.NET/MultiPaste.cs b/Scintilla.NET/MultiPaste.cs index 68165eb..3f84f7c 100644 --- a/Scintilla.NET/MultiPaste.cs +++ b/Scintilla.NET/MultiPaste.cs @@ -14,4 +14,4 @@ public enum MultiPaste /// Pasting into multiple selections pastes into each selection. /// Each = NativeMethods.SC_MULTIPASTE_EACH -} \ No newline at end of file +} diff --git a/Scintilla.NET/NativeMemoryStream.cs b/Scintilla.NET/NativeMemoryStream.cs index aad0f81..6061782 100644 --- a/Scintilla.NET/NativeMemoryStream.cs +++ b/Scintilla.NET/NativeMemoryStream.cs @@ -147,4 +147,4 @@ public NativeMemoryStream(int capacity) } #endregion Constructors -} \ No newline at end of file +} diff --git a/Scintilla.NET/NeedShownEventArgs.cs b/Scintilla.NET/NeedShownEventArgs.cs index ef0a848..38ea9db 100644 --- a/Scintilla.NET/NeedShownEventArgs.cs +++ b/Scintilla.NET/NeedShownEventArgs.cs @@ -58,4 +58,4 @@ public NeedShownEventArgs(Scintilla scintilla, int bytePosition, int byteLength) this.bytePosition = bytePosition; this.byteLength = byteLength; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/Order.cs b/Scintilla.NET/Order.cs index aeb89a4..65b8520 100644 --- a/Scintilla.NET/Order.cs +++ b/Scintilla.NET/Order.cs @@ -19,4 +19,4 @@ public enum Order /// User-defined order. /// Custom = NativeMethods.SC_ORDER_CUSTOM -} \ No newline at end of file +} diff --git a/Scintilla.NET/Phases.cs b/Scintilla.NET/Phases.cs index 543656c..48c4adb 100644 --- a/Scintilla.NET/Phases.cs +++ b/Scintilla.NET/Phases.cs @@ -20,4 +20,4 @@ public enum Phases /// extreme ascenders and descenders to overflow into adjacent lines. /// Multiple = NativeMethods.SC_PHASES_MULTIPLE -} \ No newline at end of file +} diff --git a/Scintilla.NET/PopupMode.cs b/Scintilla.NET/PopupMode.cs index 295d7d8..7c8ca6a 100644 --- a/Scintilla.NET/PopupMode.cs +++ b/Scintilla.NET/PopupMode.cs @@ -22,4 +22,4 @@ public enum PopupMode /// To receive the event, this value must be used. /// Text = NativeMethods.SC_POPUP_TEXT -} \ No newline at end of file +} diff --git a/Scintilla.NET/ProjectionEqualityComparer.cs b/Scintilla.NET/ProjectionEqualityComparer.cs index e39ae26..68afe8d 100644 --- a/Scintilla.NET/ProjectionEqualityComparer.cs +++ b/Scintilla.NET/ProjectionEqualityComparer.cs @@ -132,4 +132,4 @@ public int GetHashCode(TSource obj) return this.comparer.GetHashCode(this.projection(obj)); } -} \ No newline at end of file +} diff --git a/Scintilla.NET/PropertyType.cs b/Scintilla.NET/PropertyType.cs index da2dc51..a27a358 100644 --- a/Scintilla.NET/PropertyType.cs +++ b/Scintilla.NET/PropertyType.cs @@ -19,4 +19,4 @@ public enum PropertyType /// A string property. /// String = NativeMethods.SC_TYPE_STRING -} \ No newline at end of file +} diff --git a/Scintilla.NET/SCNotificationEventArgs.cs b/Scintilla.NET/SCNotificationEventArgs.cs index 84d0a5d..cdaac44 100644 --- a/Scintilla.NET/SCNotificationEventArgs.cs +++ b/Scintilla.NET/SCNotificationEventArgs.cs @@ -11,4 +11,4 @@ public SCNotificationEventArgs(NativeMethods.SCNotification scn) { SCNotification = scn; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/ScintillaReader.cs b/Scintilla.NET/ScintillaReader.cs index 4014835..a8da89b 100644 --- a/Scintilla.NET/ScintillaReader.cs +++ b/Scintilla.NET/ScintillaReader.cs @@ -187,4 +187,4 @@ private void BufferNextRegion() this._data = null; } } -} \ No newline at end of file +} diff --git a/Scintilla.NET/SearchFlags.cs b/Scintilla.NET/SearchFlags.cs index 78447c3..7817756 100644 --- a/Scintilla.NET/SearchFlags.cs +++ b/Scintilla.NET/SearchFlags.cs @@ -47,4 +47,4 @@ public enum SearchFlags /// Regular expressions will only match ranges within a single line, never matching over multiple lines. /// Cxx11Regex = NativeMethods.SCFIND_CXX11REGEX -} \ No newline at end of file +} diff --git a/Scintilla.NET/Selection.cs b/Scintilla.NET/Selection.cs index f287eda..8754e75 100644 --- a/Scintilla.NET/Selection.cs +++ b/Scintilla.NET/Selection.cs @@ -147,4 +147,4 @@ public Selection(Scintilla scintilla, int index) this.scintilla = scintilla; Index = index; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/SelectionCollection.cs b/Scintilla.NET/SelectionCollection.cs index 9370f8f..016f4ef 100644 --- a/Scintilla.NET/SelectionCollection.cs +++ b/Scintilla.NET/SelectionCollection.cs @@ -75,4 +75,4 @@ public SelectionCollection(Scintilla scintilla) { this.scintilla = scintilla; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/Status.cs b/Scintilla.NET/Status.cs index e01c383..d69ef76 100644 --- a/Scintilla.NET/Status.cs +++ b/Scintilla.NET/Status.cs @@ -24,4 +24,4 @@ public enum Status /// Regular expression is invalid. /// WarnRegex = NativeMethods.SC_STATUS_WARN_REGEX -} \ No newline at end of file +} diff --git a/Scintilla.NET/StyleCase.cs b/Scintilla.NET/StyleCase.cs index 3f0dfab..7339970 100644 --- a/Scintilla.NET/StyleCase.cs +++ b/Scintilla.NET/StyleCase.cs @@ -24,4 +24,4 @@ public enum StyleCase /// Display the text in camel case. /// Camel = NativeMethods.SC_CASE_CAMEL -} \ No newline at end of file +} diff --git a/Scintilla.NET/StyleCollection.cs b/Scintilla.NET/StyleCollection.cs index a63840f..d626202 100644 --- a/Scintilla.NET/StyleCollection.cs +++ b/Scintilla.NET/StyleCollection.cs @@ -63,4 +63,4 @@ public StyleCollection(Scintilla scintilla) { this.scintilla = scintilla; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/StyleNeededEventArgs.cs b/Scintilla.NET/StyleNeededEventArgs.cs index 1ac8979..879ad35 100644 --- a/Scintilla.NET/StyleNeededEventArgs.cs +++ b/Scintilla.NET/StyleNeededEventArgs.cs @@ -36,4 +36,4 @@ public StyleNeededEventArgs(Scintilla scintilla, int bytePosition) this.scintilla = scintilla; this.bytePosition = bytePosition; } -} \ No newline at end of file +} diff --git a/Scintilla.NET/TabDrawMode.cs b/Scintilla.NET/TabDrawMode.cs index d555f4e..5dcdbd2 100644 --- a/Scintilla.NET/TabDrawMode.cs +++ b/Scintilla.NET/TabDrawMode.cs @@ -14,4 +14,4 @@ public enum TabDrawMode /// A horizontal line stretching until the tabstop. /// Strikeout = NativeMethods.SCTD_STRIKEOUT -} \ No newline at end of file +} diff --git a/Scintilla.NET/Technology.cs b/Scintilla.NET/Technology.cs index f7143dd..2c23d8d 100644 --- a/Scintilla.NET/Technology.cs +++ b/Scintilla.NET/Technology.cs @@ -15,4 +15,4 @@ public enum Technology /// Scintilla's buffering can be turned off with . /// DirectWrite = NativeMethods.SC_TECHNOLOGY_DIRECTWRITE -} \ No newline at end of file +} diff --git a/Scintilla.NET/UpdateChange.cs b/Scintilla.NET/UpdateChange.cs index 13a9ed6..99edaa4 100644 --- a/Scintilla.NET/UpdateChange.cs +++ b/Scintilla.NET/UpdateChange.cs @@ -28,4 +28,4 @@ public enum UpdateChange /// Scrolled horizontally. /// HScroll = NativeMethods.SC_UPDATE_H_SCROLL -} \ No newline at end of file +} diff --git a/Scintilla.NET/UpdateUIEventArgs.cs b/Scintilla.NET/UpdateUIEventArgs.cs index 9cfc956..f03b239 100644 --- a/Scintilla.NET/UpdateUIEventArgs.cs +++ b/Scintilla.NET/UpdateUIEventArgs.cs @@ -29,4 +29,4 @@ public UpdateUIEventArgs(UpdateChange change) } #endregion Constructors -} \ No newline at end of file +} diff --git a/Scintilla.NET/VirtualSpace.cs b/Scintilla.NET/VirtualSpace.cs index 1cd166c..c7c89dd 100644 --- a/Scintilla.NET/VirtualSpace.cs +++ b/Scintilla.NET/VirtualSpace.cs @@ -28,4 +28,4 @@ public enum VirtualSpace /// Prevents left arrow movement and selection from wrapping to the previous line. /// NoWrapLineStart = NativeMethods.SCVS_NOWRAPLINESTART -} \ No newline at end of file +} diff --git a/Scintilla.NET/WhitespaceMode.cs b/Scintilla.NET/WhitespaceMode.cs index 288fb75..b42da07 100644 --- a/Scintilla.NET/WhitespaceMode.cs +++ b/Scintilla.NET/WhitespaceMode.cs @@ -25,4 +25,4 @@ public enum WhitespaceMode /// Whitespace used for indentation is displayed as dots and arrows. /// VisibleOnlyIndent = NativeMethods.SCWS_VISIBLEONLYININDENT -} \ No newline at end of file +} diff --git a/Scintilla.NET/WinApiHelper.cs b/Scintilla.NET/WinApiHelper.cs index 29ee81b..a6441e5 100644 --- a/Scintilla.NET/WinApiHelper.cs +++ b/Scintilla.NET/WinApiHelper.cs @@ -31,4 +31,4 @@ internal static IntPtr GetWindowLongPtr(this IntPtr hWnd, int nIndex) internal const long WS_EX_LAYOUTRTL = 0x00400000L; internal const int GWL_EXSTYLE = -20; -} \ No newline at end of file +} diff --git a/Scintilla.NET/WrapIndentMode.cs b/Scintilla.NET/WrapIndentMode.cs index e89c7d8..d700d71 100644 --- a/Scintilla.NET/WrapIndentMode.cs +++ b/Scintilla.NET/WrapIndentMode.cs @@ -20,4 +20,4 @@ public enum WrapIndentMode /// Wrapped sublines are aligned to first subline indent plus one more level of indentation. /// Indent = NativeMethods.SC_WRAPINDENT_INDENT -} \ No newline at end of file +} diff --git a/Scintilla.NET/WrapMode.cs b/Scintilla.NET/WrapMode.cs index 0a51401..ed4bdfa 100644 --- a/Scintilla.NET/WrapMode.cs +++ b/Scintilla.NET/WrapMode.cs @@ -24,4 +24,4 @@ public enum WrapMode /// Lines are wrapped on whitespace. /// Whitespace = NativeMethods.SC_WRAP_WHITESPACE -} \ No newline at end of file +} diff --git a/Scintilla.NET/WrapVisualFlagLocation.cs b/Scintilla.NET/WrapVisualFlagLocation.cs index e6e6afd..53ff340 100644 --- a/Scintilla.NET/WrapVisualFlagLocation.cs +++ b/Scintilla.NET/WrapVisualFlagLocation.cs @@ -19,4 +19,4 @@ public enum WrapVisualFlagLocation /// Wrap indicators are drawn at the beginning of sublines near the text. /// StartByText = NativeMethods.SC_WRAPVISUALFLAGLOC_START_BY_TEXT -} \ No newline at end of file +} diff --git a/Scintilla.NET/WrapVisualFlags.cs b/Scintilla.NET/WrapVisualFlags.cs index b4acad8..8b16e85 100644 --- a/Scintilla.NET/WrapVisualFlags.cs +++ b/Scintilla.NET/WrapVisualFlags.cs @@ -28,4 +28,4 @@ public enum WrapVisualFlags /// A visual indicator is displayed in the number margin. /// Margin = NativeMethods.SC_WRAPVISUALFLAG_MARGIN -} \ No newline at end of file +}