diff --git a/ICSharpCode.TextEditorLinux/Src/Gui/CompletionWindow/AbstractCompletionWindow.cs b/ICSharpCode.TextEditorLinux/Src/Gui/CompletionWindow/AbstractCompletionWindow.cs index 5f4e734f4..3e8903fdc 100644 --- a/ICSharpCode.TextEditorLinux/Src/Gui/CompletionWindow/AbstractCompletionWindow.cs +++ b/ICSharpCode.TextEditorLinux/Src/Gui/CompletionWindow/AbstractCompletionWindow.cs @@ -167,7 +167,7 @@ namespace ICSharpCode.TextEditor.Gui.CompletionWindow && Environment.OSVersion.Platform != PlatformID.MacOSX ) { - Close(); + //Close(); // Под Mono начинает показываться окно по скобке } if (Environment.OSVersion.Platform == PlatformID.Unix || Environment.OSVersion.Platform == PlatformID.MacOSX) { diff --git a/fileslist_install.pas b/fileslist_install.pas new file mode 100644 index 000000000..560328cbc --- /dev/null +++ b/fileslist_install.pas @@ -0,0 +1,7 @@ +begin + Assign(output,'_GenerateLinuxVersion.bat'); + var a := EnumerateAllFiles('LinuxInstallerPABC'); + var b := a.Select(s -> 'copy bin\'+s[20:]+' Release\PascalABCNETLinux\'+s[20:]);//.OrderBy(s->ExtractFileExt(s)); + b := b.Append(#13#10'powershell Compress-Archive -Force Release\PascalABCNETLinux Release\PascalABCNETLinux.zip'); + b.PrintLines; +end. \ No newline at end of file