From d91daa124fa2e53348af36962ec3f01535a29af2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Sep 2018 23:00:02 +0900 Subject: [PATCH] Removed unnecessary executable flag. This relates to bug 2153. Signed-off-by: Michele Calgaro --- doc/Scintilla/Design.html | 0 doc/Scintilla/Lexer.txt | 0 doc/Scintilla/License.txt | 0 doc/Scintilla/SciBreak.jpg | Bin doc/Scintilla/SciCoding.html | 0 doc/Scintilla/SciRest.jpg | Bin doc/Scintilla/SciWord.jpg | Bin doc/Scintilla/ScintillaDoc.html | 0 doc/Scintilla/ScintillaDownload.html | 0 doc/Scintilla/ScintillaHistory.html | 0 doc/Scintilla/ScintillaRelated.html | 0 doc/Scintilla/ScintillaToDo.html | 0 doc/Scintilla/ScintillaUsage.html | 0 doc/Scintilla/Steps.html | 0 doc/Scintilla/index.html | 0 example/License.txt | 0 include/Accessor.h | 0 include/KeyWords.h | 0 include/License.txt | 0 include/Platform.h | 0 include/PropSet.h | 0 include/SString.h | 0 include/SciLexer.h | 0 include/Scintilla.h | 0 include/Scintilla.iface | 0 include/ScintillaWidget.h | 0 include/WindowAccessor.h | 0 src/AutoComplete.cpp | 0 src/AutoComplete.h | 0 src/CallTip.cpp | 0 src/CallTip.h | 0 src/CellBuffer.cpp | 0 src/CellBuffer.h | 0 src/ContractionState.cpp | 0 src/ContractionState.h | 0 src/Document.cpp | 0 src/Document.h | 0 src/DocumentAccessor.cpp | 0 src/DocumentAccessor.h | 0 src/Editor.cpp | 0 src/Editor.h | 0 src/ExternalLexer.cpp | 0 src/Indicator.cpp | 0 src/Indicator.h | 0 src/KeyMap.cpp | 0 src/KeyMap.h | 0 src/KeyWords.cpp | 0 src/LexAPDL.cpp | 0 src/LexAU3.cpp | 0 src/LexAVE.cpp | 0 src/LexAda.cpp | 0 src/LexAsm.cpp | 0 src/LexAsn1.cpp | 0 src/LexBaan.cpp | 0 src/LexBash.cpp | 0 src/LexBullant.cpp | 0 src/LexCLW.cpp | 0 src/LexCPP.cpp | 0 src/LexCSS.cpp | 0 src/LexConf.cpp | 0 src/LexCrontab.cpp | 0 src/LexEScript.cpp | 0 src/LexEiffel.cpp | 0 src/LexErlang.cpp | 0 src/LexForth.cpp | 0 src/LexFortran.cpp | 0 src/LexGui4Cli.cpp | 0 src/LexHTML.cpp | 0 src/LexKix.cpp | 0 src/LexLisp.cpp | 0 src/LexLout.cpp | 0 src/LexLua.cpp | 0 src/LexMMIXAL.cpp | 0 src/LexMPT.cpp | 0 src/LexMSSQL.cpp | 0 src/LexMatlab.cpp | 0 src/LexMetapost.cpp | 0 src/LexNsis.cpp | 0 src/LexOthers.cpp | 0 src/LexPB.cpp | 0 src/LexPOV.cpp | 0 src/LexPS.cpp | 0 src/LexPascal.cpp | 0 src/LexPerl.cpp | 0 src/LexPython.cpp | 0 src/LexRuby.cpp | 0 src/LexSQL.cpp | 0 src/LexScriptol.cpp | 0 src/LexSpecman.cpp | 0 src/LexTeX.cpp | 0 src/LexVB.cpp | 0 src/LexVHDL.cpp | 0 src/LexVerilog.cpp | 0 src/LexYAML.cpp | 0 src/License.txt | 0 src/LineMarker.cpp | 0 src/LineMarker.h | 0 src/PropSet.cpp | 0 src/RESearch.cpp | 0 src/RESearch.h | 0 src/SVector.h | 0 src/SciTE.properties | 0 src/ScintillaBase.cpp | 0 src/ScintillaBase.h | 0 src/Style.cpp | 0 src/Style.h | 0 src/StyleContext.cpp | 0 src/StyleContext.h | 0 src/UniConversion.cpp | 0 src/UniConversion.h | 0 src/ViewStyle.cpp | 0 src/ViewStyle.h | 0 src/WindowAccessor.cpp | 0 113 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 doc/Scintilla/Design.html mode change 100755 => 100644 doc/Scintilla/Lexer.txt mode change 100755 => 100644 doc/Scintilla/License.txt mode change 100755 => 100644 doc/Scintilla/SciBreak.jpg mode change 100755 => 100644 doc/Scintilla/SciCoding.html mode change 100755 => 100644 doc/Scintilla/SciRest.jpg mode change 100755 => 100644 doc/Scintilla/SciWord.jpg mode change 100755 => 100644 doc/Scintilla/ScintillaDoc.html mode change 100755 => 100644 doc/Scintilla/ScintillaDownload.html mode change 100755 => 100644 doc/Scintilla/ScintillaHistory.html mode change 100755 => 100644 doc/Scintilla/ScintillaRelated.html mode change 100755 => 100644 doc/Scintilla/ScintillaToDo.html mode change 100755 => 100644 doc/Scintilla/ScintillaUsage.html mode change 100755 => 100644 doc/Scintilla/Steps.html mode change 100755 => 100644 doc/Scintilla/index.html mode change 100755 => 100644 example/License.txt mode change 100755 => 100644 include/Accessor.h mode change 100755 => 100644 include/KeyWords.h mode change 100755 => 100644 include/License.txt mode change 100755 => 100644 include/Platform.h mode change 100755 => 100644 include/PropSet.h mode change 100755 => 100644 include/SString.h mode change 100755 => 100644 include/SciLexer.h mode change 100755 => 100644 include/Scintilla.h mode change 100755 => 100644 include/Scintilla.iface mode change 100755 => 100644 include/ScintillaWidget.h mode change 100755 => 100644 include/WindowAccessor.h mode change 100755 => 100644 src/AutoComplete.cpp mode change 100755 => 100644 src/AutoComplete.h mode change 100755 => 100644 src/CallTip.cpp mode change 100755 => 100644 src/CallTip.h mode change 100755 => 100644 src/CellBuffer.cpp mode change 100755 => 100644 src/CellBuffer.h mode change 100755 => 100644 src/ContractionState.cpp mode change 100755 => 100644 src/ContractionState.h mode change 100755 => 100644 src/Document.cpp mode change 100755 => 100644 src/Document.h mode change 100755 => 100644 src/DocumentAccessor.cpp mode change 100755 => 100644 src/DocumentAccessor.h mode change 100755 => 100644 src/Editor.cpp mode change 100755 => 100644 src/Editor.h mode change 100755 => 100644 src/ExternalLexer.cpp mode change 100755 => 100644 src/Indicator.cpp mode change 100755 => 100644 src/Indicator.h mode change 100755 => 100644 src/KeyMap.cpp mode change 100755 => 100644 src/KeyMap.h mode change 100755 => 100644 src/KeyWords.cpp mode change 100755 => 100644 src/LexAPDL.cpp mode change 100755 => 100644 src/LexAU3.cpp mode change 100755 => 100644 src/LexAVE.cpp mode change 100755 => 100644 src/LexAda.cpp mode change 100755 => 100644 src/LexAsm.cpp mode change 100755 => 100644 src/LexAsn1.cpp mode change 100755 => 100644 src/LexBaan.cpp mode change 100755 => 100644 src/LexBash.cpp mode change 100755 => 100644 src/LexBullant.cpp mode change 100755 => 100644 src/LexCLW.cpp mode change 100755 => 100644 src/LexCPP.cpp mode change 100755 => 100644 src/LexCSS.cpp mode change 100755 => 100644 src/LexConf.cpp mode change 100755 => 100644 src/LexCrontab.cpp mode change 100755 => 100644 src/LexEScript.cpp mode change 100755 => 100644 src/LexEiffel.cpp mode change 100755 => 100644 src/LexErlang.cpp mode change 100755 => 100644 src/LexForth.cpp mode change 100755 => 100644 src/LexFortran.cpp mode change 100755 => 100644 src/LexGui4Cli.cpp mode change 100755 => 100644 src/LexHTML.cpp mode change 100755 => 100644 src/LexKix.cpp mode change 100755 => 100644 src/LexLisp.cpp mode change 100755 => 100644 src/LexLout.cpp mode change 100755 => 100644 src/LexLua.cpp mode change 100755 => 100644 src/LexMMIXAL.cpp mode change 100755 => 100644 src/LexMPT.cpp mode change 100755 => 100644 src/LexMSSQL.cpp mode change 100755 => 100644 src/LexMatlab.cpp mode change 100755 => 100644 src/LexMetapost.cpp mode change 100755 => 100644 src/LexNsis.cpp mode change 100755 => 100644 src/LexOthers.cpp mode change 100755 => 100644 src/LexPB.cpp mode change 100755 => 100644 src/LexPOV.cpp mode change 100755 => 100644 src/LexPS.cpp mode change 100755 => 100644 src/LexPascal.cpp mode change 100755 => 100644 src/LexPerl.cpp mode change 100755 => 100644 src/LexPython.cpp mode change 100755 => 100644 src/LexRuby.cpp mode change 100755 => 100644 src/LexSQL.cpp mode change 100755 => 100644 src/LexScriptol.cpp mode change 100755 => 100644 src/LexSpecman.cpp mode change 100755 => 100644 src/LexTeX.cpp mode change 100755 => 100644 src/LexVB.cpp mode change 100755 => 100644 src/LexVHDL.cpp mode change 100755 => 100644 src/LexVerilog.cpp mode change 100755 => 100644 src/LexYAML.cpp mode change 100755 => 100644 src/License.txt mode change 100755 => 100644 src/LineMarker.cpp mode change 100755 => 100644 src/LineMarker.h mode change 100755 => 100644 src/PropSet.cpp mode change 100755 => 100644 src/RESearch.cpp mode change 100755 => 100644 src/RESearch.h mode change 100755 => 100644 src/SVector.h mode change 100755 => 100644 src/SciTE.properties mode change 100755 => 100644 src/ScintillaBase.cpp mode change 100755 => 100644 src/ScintillaBase.h mode change 100755 => 100644 src/Style.cpp mode change 100755 => 100644 src/Style.h mode change 100755 => 100644 src/StyleContext.cpp mode change 100755 => 100644 src/StyleContext.h mode change 100755 => 100644 src/UniConversion.cpp mode change 100755 => 100644 src/UniConversion.h mode change 100755 => 100644 src/ViewStyle.cpp mode change 100755 => 100644 src/ViewStyle.h mode change 100755 => 100644 src/WindowAccessor.cpp diff --git a/doc/Scintilla/Design.html b/doc/Scintilla/Design.html old mode 100755 new mode 100644 diff --git a/doc/Scintilla/Lexer.txt b/doc/Scintilla/Lexer.txt old mode 100755 new mode 100644 diff --git a/doc/Scintilla/License.txt b/doc/Scintilla/License.txt old mode 100755 new mode 100644 diff --git a/doc/Scintilla/SciBreak.jpg b/doc/Scintilla/SciBreak.jpg old mode 100755 new mode 100644 diff --git a/doc/Scintilla/SciCoding.html b/doc/Scintilla/SciCoding.html old mode 100755 new mode 100644 diff --git a/doc/Scintilla/SciRest.jpg b/doc/Scintilla/SciRest.jpg old mode 100755 new mode 100644 diff --git a/doc/Scintilla/SciWord.jpg b/doc/Scintilla/SciWord.jpg old mode 100755 new mode 100644 diff --git a/doc/Scintilla/ScintillaDoc.html b/doc/Scintilla/ScintillaDoc.html old mode 100755 new mode 100644 diff --git a/doc/Scintilla/ScintillaDownload.html b/doc/Scintilla/ScintillaDownload.html old mode 100755 new mode 100644 diff --git a/doc/Scintilla/ScintillaHistory.html b/doc/Scintilla/ScintillaHistory.html old mode 100755 new mode 100644 diff --git a/doc/Scintilla/ScintillaRelated.html b/doc/Scintilla/ScintillaRelated.html old mode 100755 new mode 100644 diff --git a/doc/Scintilla/ScintillaToDo.html b/doc/Scintilla/ScintillaToDo.html old mode 100755 new mode 100644 diff --git a/doc/Scintilla/ScintillaUsage.html b/doc/Scintilla/ScintillaUsage.html old mode 100755 new mode 100644 diff --git a/doc/Scintilla/Steps.html b/doc/Scintilla/Steps.html old mode 100755 new mode 100644 diff --git a/doc/Scintilla/index.html b/doc/Scintilla/index.html old mode 100755 new mode 100644 diff --git a/example/License.txt b/example/License.txt old mode 100755 new mode 100644 diff --git a/include/Accessor.h b/include/Accessor.h old mode 100755 new mode 100644 diff --git a/include/KeyWords.h b/include/KeyWords.h old mode 100755 new mode 100644 diff --git a/include/License.txt b/include/License.txt old mode 100755 new mode 100644 diff --git a/include/Platform.h b/include/Platform.h old mode 100755 new mode 100644 diff --git a/include/PropSet.h b/include/PropSet.h old mode 100755 new mode 100644 diff --git a/include/SString.h b/include/SString.h old mode 100755 new mode 100644 diff --git a/include/SciLexer.h b/include/SciLexer.h old mode 100755 new mode 100644 diff --git a/include/Scintilla.h b/include/Scintilla.h old mode 100755 new mode 100644 diff --git a/include/Scintilla.iface b/include/Scintilla.iface old mode 100755 new mode 100644 diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h old mode 100755 new mode 100644 diff --git a/include/WindowAccessor.h b/include/WindowAccessor.h old mode 100755 new mode 100644 diff --git a/src/AutoComplete.cpp b/src/AutoComplete.cpp old mode 100755 new mode 100644 diff --git a/src/AutoComplete.h b/src/AutoComplete.h old mode 100755 new mode 100644 diff --git a/src/CallTip.cpp b/src/CallTip.cpp old mode 100755 new mode 100644 diff --git a/src/CallTip.h b/src/CallTip.h old mode 100755 new mode 100644 diff --git a/src/CellBuffer.cpp b/src/CellBuffer.cpp old mode 100755 new mode 100644 diff --git a/src/CellBuffer.h b/src/CellBuffer.h old mode 100755 new mode 100644 diff --git a/src/ContractionState.cpp b/src/ContractionState.cpp old mode 100755 new mode 100644 diff --git a/src/ContractionState.h b/src/ContractionState.h old mode 100755 new mode 100644 diff --git a/src/Document.cpp b/src/Document.cpp old mode 100755 new mode 100644 diff --git a/src/Document.h b/src/Document.h old mode 100755 new mode 100644 diff --git a/src/DocumentAccessor.cpp b/src/DocumentAccessor.cpp old mode 100755 new mode 100644 diff --git a/src/DocumentAccessor.h b/src/DocumentAccessor.h old mode 100755 new mode 100644 diff --git a/src/Editor.cpp b/src/Editor.cpp old mode 100755 new mode 100644 diff --git a/src/Editor.h b/src/Editor.h old mode 100755 new mode 100644 diff --git a/src/ExternalLexer.cpp b/src/ExternalLexer.cpp old mode 100755 new mode 100644 diff --git a/src/Indicator.cpp b/src/Indicator.cpp old mode 100755 new mode 100644 diff --git a/src/Indicator.h b/src/Indicator.h old mode 100755 new mode 100644 diff --git a/src/KeyMap.cpp b/src/KeyMap.cpp old mode 100755 new mode 100644 diff --git a/src/KeyMap.h b/src/KeyMap.h old mode 100755 new mode 100644 diff --git a/src/KeyWords.cpp b/src/KeyWords.cpp old mode 100755 new mode 100644 diff --git a/src/LexAPDL.cpp b/src/LexAPDL.cpp old mode 100755 new mode 100644 diff --git a/src/LexAU3.cpp b/src/LexAU3.cpp old mode 100755 new mode 100644 diff --git a/src/LexAVE.cpp b/src/LexAVE.cpp old mode 100755 new mode 100644 diff --git a/src/LexAda.cpp b/src/LexAda.cpp old mode 100755 new mode 100644 diff --git a/src/LexAsm.cpp b/src/LexAsm.cpp old mode 100755 new mode 100644 diff --git a/src/LexAsn1.cpp b/src/LexAsn1.cpp old mode 100755 new mode 100644 diff --git a/src/LexBaan.cpp b/src/LexBaan.cpp old mode 100755 new mode 100644 diff --git a/src/LexBash.cpp b/src/LexBash.cpp old mode 100755 new mode 100644 diff --git a/src/LexBullant.cpp b/src/LexBullant.cpp old mode 100755 new mode 100644 diff --git a/src/LexCLW.cpp b/src/LexCLW.cpp old mode 100755 new mode 100644 diff --git a/src/LexCPP.cpp b/src/LexCPP.cpp old mode 100755 new mode 100644 diff --git a/src/LexCSS.cpp b/src/LexCSS.cpp old mode 100755 new mode 100644 diff --git a/src/LexConf.cpp b/src/LexConf.cpp old mode 100755 new mode 100644 diff --git a/src/LexCrontab.cpp b/src/LexCrontab.cpp old mode 100755 new mode 100644 diff --git a/src/LexEScript.cpp b/src/LexEScript.cpp old mode 100755 new mode 100644 diff --git a/src/LexEiffel.cpp b/src/LexEiffel.cpp old mode 100755 new mode 100644 diff --git a/src/LexErlang.cpp b/src/LexErlang.cpp old mode 100755 new mode 100644 diff --git a/src/LexForth.cpp b/src/LexForth.cpp old mode 100755 new mode 100644 diff --git a/src/LexFortran.cpp b/src/LexFortran.cpp old mode 100755 new mode 100644 diff --git a/src/LexGui4Cli.cpp b/src/LexGui4Cli.cpp old mode 100755 new mode 100644 diff --git a/src/LexHTML.cpp b/src/LexHTML.cpp old mode 100755 new mode 100644 diff --git a/src/LexKix.cpp b/src/LexKix.cpp old mode 100755 new mode 100644 diff --git a/src/LexLisp.cpp b/src/LexLisp.cpp old mode 100755 new mode 100644 diff --git a/src/LexLout.cpp b/src/LexLout.cpp old mode 100755 new mode 100644 diff --git a/src/LexLua.cpp b/src/LexLua.cpp old mode 100755 new mode 100644 diff --git a/src/LexMMIXAL.cpp b/src/LexMMIXAL.cpp old mode 100755 new mode 100644 diff --git a/src/LexMPT.cpp b/src/LexMPT.cpp old mode 100755 new mode 100644 diff --git a/src/LexMSSQL.cpp b/src/LexMSSQL.cpp old mode 100755 new mode 100644 diff --git a/src/LexMatlab.cpp b/src/LexMatlab.cpp old mode 100755 new mode 100644 diff --git a/src/LexMetapost.cpp b/src/LexMetapost.cpp old mode 100755 new mode 100644 diff --git a/src/LexNsis.cpp b/src/LexNsis.cpp old mode 100755 new mode 100644 diff --git a/src/LexOthers.cpp b/src/LexOthers.cpp old mode 100755 new mode 100644 diff --git a/src/LexPB.cpp b/src/LexPB.cpp old mode 100755 new mode 100644 diff --git a/src/LexPOV.cpp b/src/LexPOV.cpp old mode 100755 new mode 100644 diff --git a/src/LexPS.cpp b/src/LexPS.cpp old mode 100755 new mode 100644 diff --git a/src/LexPascal.cpp b/src/LexPascal.cpp old mode 100755 new mode 100644 diff --git a/src/LexPerl.cpp b/src/LexPerl.cpp old mode 100755 new mode 100644 diff --git a/src/LexPython.cpp b/src/LexPython.cpp old mode 100755 new mode 100644 diff --git a/src/LexRuby.cpp b/src/LexRuby.cpp old mode 100755 new mode 100644 diff --git a/src/LexSQL.cpp b/src/LexSQL.cpp old mode 100755 new mode 100644 diff --git a/src/LexScriptol.cpp b/src/LexScriptol.cpp old mode 100755 new mode 100644 diff --git a/src/LexSpecman.cpp b/src/LexSpecman.cpp old mode 100755 new mode 100644 diff --git a/src/LexTeX.cpp b/src/LexTeX.cpp old mode 100755 new mode 100644 diff --git a/src/LexVB.cpp b/src/LexVB.cpp old mode 100755 new mode 100644 diff --git a/src/LexVHDL.cpp b/src/LexVHDL.cpp old mode 100755 new mode 100644 diff --git a/src/LexVerilog.cpp b/src/LexVerilog.cpp old mode 100755 new mode 100644 diff --git a/src/LexYAML.cpp b/src/LexYAML.cpp old mode 100755 new mode 100644 diff --git a/src/License.txt b/src/License.txt old mode 100755 new mode 100644 diff --git a/src/LineMarker.cpp b/src/LineMarker.cpp old mode 100755 new mode 100644 diff --git a/src/LineMarker.h b/src/LineMarker.h old mode 100755 new mode 100644 diff --git a/src/PropSet.cpp b/src/PropSet.cpp old mode 100755 new mode 100644 diff --git a/src/RESearch.cpp b/src/RESearch.cpp old mode 100755 new mode 100644 diff --git a/src/RESearch.h b/src/RESearch.h old mode 100755 new mode 100644 diff --git a/src/SVector.h b/src/SVector.h old mode 100755 new mode 100644 diff --git a/src/SciTE.properties b/src/SciTE.properties old mode 100755 new mode 100644 diff --git a/src/ScintillaBase.cpp b/src/ScintillaBase.cpp old mode 100755 new mode 100644 diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h old mode 100755 new mode 100644 diff --git a/src/Style.cpp b/src/Style.cpp old mode 100755 new mode 100644 diff --git a/src/Style.h b/src/Style.h old mode 100755 new mode 100644 diff --git a/src/StyleContext.cpp b/src/StyleContext.cpp old mode 100755 new mode 100644 diff --git a/src/StyleContext.h b/src/StyleContext.h old mode 100755 new mode 100644 diff --git a/src/UniConversion.cpp b/src/UniConversion.cpp old mode 100755 new mode 100644 diff --git a/src/UniConversion.h b/src/UniConversion.h old mode 100755 new mode 100644 diff --git a/src/ViewStyle.cpp b/src/ViewStyle.cpp old mode 100755 new mode 100644 diff --git a/src/ViewStyle.h b/src/ViewStyle.h old mode 100755 new mode 100644 diff --git a/src/WindowAccessor.cpp b/src/WindowAccessor.cpp old mode 100755 new mode 100644