Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Scintilla 3.7.5 update

<< < (5/6) > >>

BlueHazzard:

--- Quote from: oBFusCATed on February 27, 2018, 07:42:32 pm ---Which branch are you testing the one with all the patches or the one without them?

--- End quote ---
https://github.com/obfuscated/codeblocks_sf/tree/scintilla_3_7_5

oBFusCATed:
Scintilla 3.7.5 is in trunk now. Most of the patches that doesn't seem needed have not been added.
I'm running with this version for quite a while and I've not seen regressions.

The big new feature is better multiple cursors. Pasting with multiple cursors work pretty well.
Soon I hope to add code-completion with multiple cursors.

Let me know if you find problems with the editor.

gd_on:
I tried to build svn 11335 (full rebuild) on Win 7, but I have several problems :
I use the standard .cbp files distributed and working svn 11319 versions of C::B.
with tdm gcc 4.9.2 and wxwidgets 2.8.12 in 32 bits :

--- Code: ---||=== Générer : default dans FileManager Plugin wx2.8.x (compilateur : GNU GCC Compiler) ===|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FileManager\FileExplorerUpdater.cpp||In member function 'bool FileExplorerUpdater::GetCurrentState(const wxString&)':|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FileManager\FileExplorerUpdater.cpp|221|warning: unused variable 'is_cvs' [-Wunused-variable]|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FileManager\FileExplorerUpdater.cpp|222|warning: variable 'is_git' set but not used [-Wunused-but-set-variable]|
||=== Générer : default dans FortranProject (compilateur : GNU GCC Compiler) ===|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\constrhighlighter.cpp||In member function 'void ConstrHighlighter::DoWork(cbEditor*, FortranSourceForm)':|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\constrhighlighter.cpp|308|error: 'wxSCI_INDIC_HIGHLIGHT' was not declared in this scope|
||=== Génération de terminé : 1 erreur(s), 29 avertissement(s) (6 minute(s), 17 seconde(s)) ===|

--- End code ---

always with gcc 4.9.2 but wxwidgets 3.0.3 in 32 bits :

--- Code: ---||=== Générer : sdk dans Code::Blocks wx3.0.x (compilateur : GNU GCC Compiler) ===|
.objs30\sdk\configmanager-revision.o:configmanager-revision.cpp:(.text$_ZN20wxObjectEventFunctorD1Ev[__ZN20wxObjectEventFunctorD1Ev]+0xa)||undefined reference to `wxEventFunctor::~wxEventFunctor()'|
.objs30\sdk\configmanager-revision.o:configmanager-revision.cpp:(.text$_ZN20wxObjectEventFunctorD0Ev[__ZN20wxObjectEventFunctorD0Ev]+0xd)||undefined reference to `wxEventFunctor::~wxEventFunctor()'|
||error: ld returned 1 exit status|
||=== Génération de échoué : 3 erreur(s), 0 avertissement(s) (1 minute(s), 58 seconde(s)) ===|


--- End code ---

always with gcc 4.9.2 but wxwidgets 3.0.3 in 64 bits (apparently same problem as with wxWidgets 2.8.12 in 32 bits) :

--- Code: ---||=== Générer : default dans FortranProject wx3.0.x (64 bit) (compilateur : GNU GCC Compiler) ===|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\constrhighlighter.cpp||In member function 'void ConstrHighlighter::DoWork(cbEditor*, FortranSourceForm)':|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\constrhighlighter.cpp|308|error: 'wxSCI_INDIC_HIGHLIGHT' was not declared in this scope|
||=== Génération de terminé : 1 erreur(s), 4 avertissement(s) (12 minute(s), 57 seconde(s)) ===|


--- End code ---

My previous builds are svn 11319, no such problems.

gd_on

oBFusCATed:
The first and third error are the same...
The second one is strange...

gd_on:
May be the second error can be ignored because I have not built wxwidgets 3.0.3 in 32 bits and corresponding C::B for a while.
I use essentially wxwidgets 2.8.12 in 32 bits and corresponding C::B and sometimes wxwidgets 3.0.3 in 64 bits and corresponding C::B.
gd_on

PS : confirm the second error may be ignored : I had a wrong link in my config, sorry ! After correcting it, I obtain the same error than in other cases (problem un FortranProject plugin)

PS2 : OK if I compile C::B without FortranProject plugin.
         More, I can apparently use the previous compiled FortranProject plugin (with svn 11319), probably because sdk number has not changed !

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version