From ded4a656369ea33d115e15eceecebe6e7bc51710 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 11 Jul 2015 11:48:18 +0000 Subject: [PATCH] SSE2 flags removed #1166 git-svn-id: svn://ultimatepp.org/upp/trunk@8668 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- reference/Callback/Callback.upp | 2 +- reference/StreamGetSzPtr/StreamGetSzPtr.upp | 2 +- uppdev/FileHexView/FileHexView.upp | 2 +- uppdev/TestCppParser/TestCppParser.upp | 2 +- uppsrc/Skylark/Skylark.upt | 2 +- upptst/Assist/main.cpp | 6 ++++++ upptst/FileSelLazyIcon/FileSelLazyIcon.upp | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/reference/Callback/Callback.upp b/reference/Callback/Callback.upp index 1ff573a5e..df4959d05 100644 --- a/reference/Callback/Callback.upp +++ b/reference/Callback/Callback.upp @@ -1,4 +1,4 @@ -description "Basic Callbacks"; +description "Basic Callbacks\377"; uses Core; diff --git a/reference/StreamGetSzPtr/StreamGetSzPtr.upp b/reference/StreamGetSzPtr/StreamGetSzPtr.upp index 989051fe9..386f3e190 100644 --- a/reference/StreamGetSzPtr/StreamGetSzPtr.upp +++ b/reference/StreamGetSzPtr/StreamGetSzPtr.upp @@ -7,5 +7,5 @@ file StreamGetSzPtr.cpp; mainconfig - "" = "SSE2"; + "" = ""; diff --git a/uppdev/FileHexView/FileHexView.upp b/uppdev/FileHexView/FileHexView.upp index 751f7b112..e3cbee6ba 100644 --- a/uppdev/FileHexView/FileHexView.upp +++ b/uppdev/FileHexView/FileHexView.upp @@ -6,5 +6,5 @@ file main.cpp; mainconfig - "" = "GUI SSE2"; + "" = "GUI"; diff --git a/uppdev/TestCppParser/TestCppParser.upp b/uppdev/TestCppParser/TestCppParser.upp index 840563d49..c55f70a7a 100644 --- a/uppdev/TestCppParser/TestCppParser.upp +++ b/uppdev/TestCppParser/TestCppParser.upp @@ -14,5 +14,5 @@ file totest.in; mainconfig - "" = "SSE2"; + "" = ""; diff --git a/uppsrc/Skylark/Skylark.upt b/uppsrc/Skylark/Skylark.upt index db2386eec..cb9f10890 100644 --- a/uppsrc/Skylark/Skylark.upt +++ b/uppsrc/Skylark/Skylark.upt @@ -199,4 +199,4 @@ file Main.cpp; mainconfig - "" = "MT SSE2"; + "" = "MT"; diff --git a/upptst/Assist/main.cpp b/upptst/Assist/main.cpp index 65cb5358f..9df2c26f0 100644 --- a/upptst/Assist/main.cpp +++ b/upptst/Assist/main.cpp @@ -130,6 +130,12 @@ void Autocomplete() b ? TEST_ONE : TES } +void Autocomplete() +{ + Splitter popup; + popup.Ctrl::PopUp // Should show PopUp method (does not work yet) +} + void JumpTo() { Point p; diff --git a/upptst/FileSelLazyIcon/FileSelLazyIcon.upp b/upptst/FileSelLazyIcon/FileSelLazyIcon.upp index 72848bc95..a456850d0 100644 --- a/upptst/FileSelLazyIcon/FileSelLazyIcon.upp +++ b/upptst/FileSelLazyIcon/FileSelLazyIcon.upp @@ -5,5 +5,5 @@ file main.cpp; mainconfig - "" = "GUI SSE2 MT"; + "" = "GUI MT";