User forums > Using Code::Blocks
"Find broken files in project" positioned under menu "Plugins"
stahta01:
--- Quote from: Anbang24 on December 25, 2019, 06:41:14 am ---In my opinion, the plugin "Find broken files in project" shouldn't add itself to the menu by a startup script. It should be managed as same as other plugins!
--- End quote ---
I disagree!
It is the only script "plugin"; it can not be handled like the c++ code plugins.
Tim S.
Anbang24:
--- Quote from: stahta01 on December 25, 2019, 09:07:55 am ---I disagree!
It is the only script "plugin"; it can not be handled like the c++ code plugins.
--- End quote ---
I understand your opinion. However, how could we solve the problem?
stahta01:
--- Quote from: Anbang24 on December 25, 2019, 01:40:19 pm ---
--- Quote from: stahta01 on December 25, 2019, 09:07:55 am ---I disagree!
It is the only script "plugin"; it can not be handled like the c++ code plugins.
--- End quote ---
I understand your opinion. However, how could we solve the problem?
--- End quote ---
I have no idea; you will need to wait for a CB Developer; likely need to be one that understand CB scripting enough to decide how much of the fix needs done in C++ and how much in CB scripting.
I see a clear way to fix the menu name; but, I see no way to fix menu item name.
menu name: "Plugins"
menu item name: "Find broken files in project"
Tim S.
gd_on:
Apparently, in this script, the line you mention is the only one that may be translated: strings beginning with _(
So, what happen if you simply replace the two _( by two _T( Of course, it will not be translated, but it could also work as expected ....
stahta01:
--- Quote from: gd_on on December 25, 2019, 08:07:55 pm ---Apparently, in this script, the line you mention is the only one that may be translated: strings beginning with _(
So, what happen if you simply replace the two _( by two _T( Of course, it will not be translated, but it could also work as expected ....
--- End quote ---
The problem is more likely that line is NOT being translated already.
Tim S.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version