Commit 4c34bfb
authored
Npp 7.8 interface (bruderstein#129)
* - updated n++ to v 7.7.1 with scintilla 4.2.0
- updated PlatformToolset to v141_xp
* initially adapted and created interfaces
n++ compile fixes
* - added new notepad defines
- added new scintilla notifications
- added include of scintilla enums defines, open issue enum handling in methods
- small first fixes for ScintillaWrapper.cpp
- removed unused ScintillaWrapperGenerated.h
* - replaced enums by int
- corrected packages.config, VS projects for boost v141
* added new call NPPM_GETPLUGINHOMEPATH
* added new N++ menu items
* first adaptation of the python tests to reflected the changes from scintilla and N++,
still open are 15 failing testcases which need to be checked
* corrected typo in scintilla.iface
* - fixed compiler warning
(Link target) ->
c:\projects\pythonscript\pythonscript\src\helpcontroller.cpp(29): warning C4706: assignment within conditional expression [C:\projects\pythonscript\PythonScript\project\PythonScript2010.vcxproj]
- code formatting1 parent c424611 commit 4c34bfb
File tree
39 files changed
+4408
-3578
lines changed- NppPlugin
- include
- project
- PythonScript.Tests
- gtest.proj
- PythonScript
- project
- python_tests/tests
- src
- docs/source
39 files changed
+4408
-3578
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
184 | 188 | | |
185 | 189 | | |
186 | 190 | | |
| |||
384 | 388 | | |
385 | 389 | | |
386 | 390 | | |
387 | | - | |
| 391 | + | |
388 | 392 | | |
389 | 393 | | |
390 | 394 | | |
| |||
419 | 423 | | |
420 | 424 | | |
421 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
422 | 434 | | |
423 | 435 | | |
424 | 436 | | |
| |||
0 commit comments