Code::Blocks Forums

User forums => Help => Topic started by: LETARTARE on April 06, 2025, 06:09:13 pm

Title: Error with 'wxSmith - MIME plugin'
Post by: LETARTARE on April 06, 2025, 06:09:13 pm
Leap15.6, cb-13647, wx-327, gcc-13.3.0

I wanted to see in 'CB' the following files:
Quote
'src|resources|maim_menu.xrc'
'src|resources|env_settings.xrc'
and I got in the log of 'CB'

Code
Could not open file '/home/louis/Travail/SVN_COMPILE/Cb/Gcc1330/wx327-15/cb-13647-restart/src/src/resources/main_menu.xrc'.
The registered handler (wxSmith - MIME plugin) could not open it.
Code
Could not open file '/home/louis/Travail/SVN_COMPILE/Cb/Gcc1330/wx327-15/cb-13647-restart/src/src/resources/main_toolbar.xrc'.
The registered handler (wxSmith - MIME plugin) could not open it.

The other 'xrc' files can be loaded into the editor "wxSmith".
I own these two files.
I have no idea what parameterization is needed ...
Title: Re: Error with 'wxSmith - MIME plugin'
Post by: stahta01 on April 07, 2025, 10:48:12 am
Was able to duplicate the problem with "main_menu.xrc" and "main_toolbar.xrc".

Tim S.
Title: Re: Error with 'wxSmith - MIME plugin'
Post by: stahta01 on April 07, 2025, 10:53:30 am
Wild guess it has something to do with this line and other like it.

Code
<bitmap stock_id="core/find"/>

Tim S.
Title: Re: Error with 'wxSmith - MIME plugin'
Post by: LETARTARE on April 07, 2025, 01:52:29 pm
Thanks, but I can't solve this information.

There are two other files that are not being edited in 'wxSmith':
Code
'src|resources|debugger_menu.xrc' 
'src|resources|debugger_toolbar.xrc'
On the other hand, it is always possible to use the internal editor, but it's much less pleasant !