Author Topic: The 28 October 2017 build (11219) is out.  (Read 39962 times)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 28 October 2017 build (11219) is out.
« Reply #15 on: October 29, 2017, 04:09:34 pm »
Hi, thanks for your work.

The first thing I see when start the C::B, I get a warning dialog, see below:

ensure that nothing is left form the old 32 bit version (nor can be found in PATH). Do you still suffer from this problem ?
That's nothing new, it has to do with wx3 and happens if C::B is started with the "-v"-parameter, nothing to worry about.

Offline Melchior

  • Multiple posting newcomer
  • *
  • Posts: 64
  • Sage of Life, Reason, and Time
Re: The 28 October 2017 build (11219) is out.
« Reply #16 on: October 29, 2017, 04:20:12 pm »
hmm.. meh..
so no chance an addition check box style option could be added to the cmd entry screen?
What will be the purpose of this checkbox?

it could be a anything I suppose lol ;)
- add a pre determined response, ie it is known that such a error will ocur..

however there are two possibilities...
IF the file doesn't exist, I will get a DIR or FILE prompt...
 but if it does then it will ask to overwrite, this I can overrule if /Y is set to suppress such prompts..
O_o X_x
(PC Specs)
CPU: AMD FX-9590 4.7GHz 8-core  RAM: 32GB
Motherboard: Asus SABERTOOTH 990FX R2.0
GPU: nVidia GTX 1070 Ti 8GB  --  GFX Drivers: Nvidia v431.60
OS: Windows 7 Ultimate 64-bit SP1 (x64)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 28 October 2017 build (11219) is out.
« Reply #17 on: October 29, 2017, 06:01:41 pm »
it could be a anything I suppose lol ;)
- add a pre determined response, ie it is known that such a error will ocur..

however there are two possibilities...
IF the file doesn't exist, I will get a DIR or FILE prompt...
 but if it does then it will ask to overwrite, this I can overrule if /Y is set to suppress such prompts..
O_o X_x
I have no idea what you're talking about...
Are you suggesting to add code which parse the output of the copy command and do send the correct response?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Melchior

  • Multiple posting newcomer
  • *
  • Posts: 64
  • Sage of Life, Reason, and Time
Re: The 28 October 2017 build (11219) is out.
« Reply #18 on: October 29, 2017, 10:35:07 pm »
it could be a anything I suppose lol ;)
- add a pre determined response, ie it is known that such a error will occur..

however there are two possibilities...
IF the file doesn't exist, I will get a DIR or FILE prompt...
 but if it does then it will ask to overwrite, this I can overrule if /Y is set to suppress such prompts..
O_o X_x
I have no idea what you're talking about...
Are you suggesting to add code which parse the output of the copy command and do send the correct response?


this is it.
Code
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\>xcopy test.txt test2.txt
Does test2.txt specify a file name
or directory name on the target
(F = file, D = directory)?  "waiting for response"

yeah sure..

aside from adding the ability to set predetermined response in the  "Re/post build steps" tab

how about a simple popup dialog box that I can input a response to a cmd query??  That sound cool!
(PC Specs)
CPU: AMD FX-9590 4.7GHz 8-core  RAM: 32GB
Motherboard: Asus SABERTOOTH 990FX R2.0
GPU: nVidia GTX 1070 Ti 8GB  --  GFX Drivers: Nvidia v431.60
OS: Windows 7 Ultimate 64-bit SP1 (x64)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 28 October 2017 build (11219) is out.
« Reply #19 on: October 29, 2017, 11:36:37 pm »
it could be a anything I suppose lol ;)
- add a pre determined response, ie it is known that such a error will occur..

however there are two possibilities...
IF the file doesn't exist, I will get a DIR or FILE prompt...
 but if it does then it will ask to overwrite, this I can overrule if /Y is set to suppress such prompts..
O_o X_x
I have no idea what you're talking about...
Are you suggesting to add code which parse the output of the copy command and do send the correct response?


this is it.
Code
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\>xcopy test.txt test2.txt
Does test2.txt specify a file name
or directory name on the target
(F = file, D = directory)?  "waiting for response"

yeah sure..

aside from adding the ability to set predetermined response in the  "Re/post build steps" tab

how about a simple popup dialog box that I can input a response to a cmd query??  That sound cool!

Good patches are welcome; but, I think it is a lot of work for very little gain.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: The 28 October 2017 build (11219) is out.
« Reply #20 on: October 30, 2017, 09:33:18 am »
You can use squirrel scripting to copy the files. Or also to use the command line. But i don't think it is possible to pipe data to and from the execution in squirrel...
see http://wiki.codeblocks.org/index.php/Scripting_commands#IO_namespace

Offline Melchior

  • Multiple posting newcomer
  • *
  • Posts: 64
  • Sage of Life, Reason, and Time
Re: The 28 October 2017 build (11219) is out.
« Reply #21 on: October 30, 2017, 12:31:25 pm »
Squirrel? Never heard of it...
(PC Specs)
CPU: AMD FX-9590 4.7GHz 8-core  RAM: 32GB
Motherboard: Asus SABERTOOTH 990FX R2.0
GPU: nVidia GTX 1070 Ti 8GB  --  GFX Drivers: Nvidia v431.60
OS: Windows 7 Ultimate 64-bit SP1 (x64)

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 28 October 2017 build (11219) is out.
« Reply #22 on: November 03, 2017, 07:22:01 pm »
Hi.

I've noticed that the "Code::Blocks" log tab displays warnings at startup.

Here is the full content of what it displays with the 32bits version (rev 11216) :
Quote from: Code::Blocks-Win32-Rev11216
Scanning for lexers in C:\CodeBlocks\share\codeblocks/lexers/...
Found 57 lexers
Loading lexer_A68k
Loading lexer_ada
Loading lexer_angelscript
Loading lexer_autotools
Loading lexer_bash
Loading lexer_batch
Loading lexer_bibtex
Loading lexer_caml
Loading lexer_cg
Loading lexer_cmake
Loading lexer_coffee
Loading lexer_cpp
Loading lexer_css
Loading lexer_cu
Loading lexer_d
Loading lexer_diff
Loading lexer_f77
Loading lexer_fortran
Loading lexer_glsl
Loading lexer_gm
Loading lexer_haskell
Loading lexer_hitasm
Loading lexer_html
Loading lexer_ihex
Loading lexer_inno
Loading lexer_java
Loading lexer_javascript
Loading lexer_latex
Loading lexer_lisp
Loading lexer_lua
Loading lexer_make
Loading lexer_masm
Loading lexer_matlab
Loading lexer_nsis
Loading lexer_objc
Loading lexer_OgreCompositor
Loading lexer_OgreMaterial
Loading lexer_pascal
Loading lexer_perl
Loading lexer_postscript
Loading lexer_powershell
Loading lexer_prg
Loading lexer_properties
Loading lexer_proto
Loading lexer_python
Loading lexer_rc
Loading lexer_registry
Loading lexer_ruby
Loading lexer_smalltalk
Loading lexer_sql
Loading lexer_squirrel
Loading lexer_srec
Loading lexer_tehex
Loading lexer_vbscript
Loading lexer_verilog
Loading lexer_vhdl
Loading lexer_xml
Configured 1 tools
Scanning for plugins in C:\Users\Xavier\AppData\Roaming\CodeBlocks\share\codeblocks\plugins
Loaded 0 plugins
Scanning for plugins in C:\CodeBlocks\share\codeblocks\plugins
Tools Plus Plugin: Registering shell type Piped Process Control
Loaded 60 plugins
Loading:
Abbreviations
AStylePlugin
Autosave
AutoVersioning
BrowseTracker
CB_Koders
Cccc
ClassWizard
CodeCompletion
CodeSnippets
CodeStat
Compiler
copystrings
CppCheck
Cscope
Debugger
FilesExtensionHandler
DoxyBlocks
cbDragScroll
EditorConfig
EditorTweaks
EnvVars
Exporter
FileManager
HeaderFixup
HelpPlugin
HexEditor
IncrementalSearch
cbKeyBinder
lib_finder
MouseSap
OccurrencesHighlighting
OpenFilesList
Profiler
ProjectOptionsManipulator
ProjectsImporter
RegExTestbed
ReopenEditor
rndgen
ScriptedWizard
SmartIndentCpp
SymTab
ThreadSearch
ToDoList
wxSmith
wxSmithMime
wxSmithAui
wxSmithContribItems
Running startup script
Script plugin registered: Find Broken Files plugin
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'

And here is what displays the 64bits version :
Quote from: Code::Blocks-Win64-Rev11219
Scanning for lexers in C:\CodeBlocks\share\codeblocks/lexers/...
Found 57 lexers
Loading lexer_A68k
Loading lexer_ada
Loading lexer_angelscript
Loading lexer_autotools
Loading lexer_bash
Loading lexer_batch
Loading lexer_bibtex
Loading lexer_caml
Loading lexer_cg
Loading lexer_cmake
Loading lexer_coffee
Loading lexer_cpp
Loading lexer_css
Loading lexer_cu
Loading lexer_d
Loading lexer_diff
Loading lexer_f77
Loading lexer_fortran
Loading lexer_glsl
Loading lexer_gm
Loading lexer_haskell
Loading lexer_hitasm
Loading lexer_html
Loading lexer_ihex
Loading lexer_inno
Loading lexer_java
Loading lexer_javascript
Loading lexer_latex
Loading lexer_lisp
Loading lexer_lua
Loading lexer_make
Loading lexer_masm
Loading lexer_matlab
Loading lexer_nsis
Loading lexer_objc
Loading lexer_OgreCompositor
Loading lexer_OgreMaterial
Loading lexer_pascal
Loading lexer_perl
Loading lexer_postscript
Loading lexer_powershell
Loading lexer_prg
Loading lexer_properties
Loading lexer_proto
Loading lexer_python
Loading lexer_rc
Loading lexer_registry
Loading lexer_ruby
Loading lexer_smalltalk
Loading lexer_sql
Loading lexer_squirrel
Loading lexer_srec
Loading lexer_tehex
Loading lexer_vbscript
Loading lexer_verilog
Loading lexer_vhdl
Loading lexer_xml
Configured 1 tools
Scanning for plugins in C:\Users\Xavier\AppData\Roaming\CodeBlocks\share\codeblocks\plugins
Loaded 0 plugins
Scanning for plugins in C:\CodeBlocks\share\codeblocks\plugins
Manager failed to load XRC resource 'C:\CodeBlocks\share\codeblocks\Cccc.zip'.
Manager failed to load XRC resource 'C:\CodeBlocks\share\codeblocks\CppCheck.zip'.
Manager failed to load XRC resource 'C:\CodeBlocks\share\codeblocks\Cscope.zip'.
Manager failed to load XRC resource 'C:\CodeBlocks\share\codeblocks\DoxyBlocks.zip'.
Manager failed to load XRC resource 'C:\CodeBlocks\share\codeblocks\EditorConfig.zip'.
Manager failed to load XRC resource 'C:\CodeBlocks\share\codeblocks\headerfixup.zip'.
Manager failed to load XRC resource 'C:\CodeBlocks\share\codeblocks\ThreadSearch.zip'.

Tools Plus Plugin: Registering shell type Piped Process Control
Manager failed to load XRC resource 'C:\CodeBlocks\share\codeblocks\ToolsPlus.zip'.
Manager failed to load XRC resource 'C:\CodeBlocks\share\codeblocks\wxSmithAui.zip'.

Loaded 60 plugins
Loading:
Abbreviations
AStylePlugin
Autosave
AutoVersioning
BrowseTracker
CB_Koders
Cccc
ClassWizard
CodeCompletion
CodeSnippets
CodeStat
Compiler
copystrings
CppCheck
Cscope
Debugger
FilesExtensionHandler
DoxyBlocks
cbDragScroll
EditorConfig
EditorTweaks
EnvVars
Exporter
FileManager
HeaderFixup
HelpPlugin
HexEditor
IncrementalSearch
cbKeyBinder
lib_finder
MouseSap
OccurrencesHighlighting
OpenFilesList
Profiler
ProjectOptionsManipulator
ProjectsImporter
RegExTestbed
ReopenEditor
rndgen
ScriptedWizard
SmartIndentCpp
SymTab
ThreadSearch
ToDoList
wxSmith
wxSmithMime
wxSmithAui
wxSmithContribItems
Running startup script
Script plugin registered: Find Broken Files plugin
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'

Regards
Xav'
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 28 October 2017 build (11219) is out.
« Reply #23 on: November 03, 2017, 08:43:17 pm »
Known and you could ignore them...
Also they've been already discussed few post above yours.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Melchior

  • Multiple posting newcomer
  • *
  • Posts: 64
  • Sage of Life, Reason, and Time
Re: The 28 October 2017 build (11219) is out.
« Reply #24 on: November 03, 2017, 10:46:00 pm »
Known and you could ignore them...
Also they've been already discussed few post above yours.

ooh I was gonna say each of those zip files are missing the resource  file .rc and only contain the manifest..xml file..
(PC Specs)
CPU: AMD FX-9590 4.7GHz 8-core  RAM: 32GB
Motherboard: Asus SABERTOOTH 990FX R2.0
GPU: nVidia GTX 1070 Ti 8GB  --  GFX Drivers: Nvidia v431.60
OS: Windows 7 Ultimate 64-bit SP1 (x64)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 28 October 2017 build (11219) is out.
« Reply #25 on: November 04, 2017, 12:45:30 am »
No, they are missing the xrc file, because they don't need it.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Melchior

  • Multiple posting newcomer
  • *
  • Posts: 64
  • Sage of Life, Reason, and Time
Re: The 28 October 2017 build (11219) is out.
« Reply #26 on: November 04, 2017, 01:11:55 am »
No, they are missing the xrc file, because they don't need it.

ohh...
(PC Specs)
CPU: AMD FX-9590 4.7GHz 8-core  RAM: 32GB
Motherboard: Asus SABERTOOTH 990FX R2.0
GPU: nVidia GTX 1070 Ti 8GB  --  GFX Drivers: Nvidia v431.60
OS: Windows 7 Ultimate 64-bit SP1 (x64)

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 28 October 2017 build (11219) is out.
« Reply #27 on: November 07, 2017, 05:29:27 pm »
Hi.

I also noticed that the editor has a strange behavior with end of sources files.

To reproduce :
  • Create a new wxWidgets frame based project (well, this is not relative to wxWidgets but I was able to reproduce with this)
  • Open the application's class source file (it ends with an empty line after the definition of the "Oninit" function)
  • Go to the end of this file : no problem
  • With the mouse, place the cursor to the end of the previous line (should be a closing brace)
At this point, 3 problems can be noticed :
  • there is a (small) delay between the moment you cliqued and the moment the cursor is coming
  • the previous position of the cursor is not cleaned (the vertical cursor is still present at the end of the file)
  • the closing brace is highlighted, but not the corresponding opening one
If you continue and click at the end of the file (where there is still the previous vertical cursor), it is still shown at the end of the previous line, and the closing brace remains highlighted.

You can also try the following sequence :
  • Place the cursor (with the mouse) just after the opening brace : both the opening and closing braces are highlighted
  • Place the cursor in any position in the file : braces are correctly un-highlighted
  • Re-place the cursor after the opening brace
  • Now place the cursor after the closing brace : braces remain highlighted witch is correct
  • Place the cursor at the end of the file (mouse or arrow key) : braces remains highlighted and the vertical bar stays after the closing brace
I'm not sure I am clear enough in my explanations so don't hesitate if you need more.

Regards
Xav'
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 28 October 2017 build (11219) is out.
« Reply #28 on: November 08, 2017, 12:15:43 am »
Xaviou: Do these problems happen with the previous night build which is wx28 and 32bit?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 28 October 2017 build (11219) is out.
« Reply #29 on: November 08, 2017, 07:39:12 am »
Xaviou: Do these problems happen with the previous night build which is wx28 and 32bit?
No : with the 32 bits rev 11216 (wx-2.8) version, all seems to be ok.

Regards
Xav'
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/