Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
a little bug of "help plugin"
nanyu:
Really good! I am a part-time teachers. I teach my students to learn c + +, but also teach them to learn how to use the Code:: Blocks.
A . File
(1) Item "Open with the HexEditor" will become the last position after translate.
why? I guess it was "FindMenu(something)" return -1.
(2) (3) Before translate, Item "Import project" and "Save" was been separated, but now in a group.
(4) Item "Export" was lost after translate.
----
to be continue...
[attachment deleted by admin]
nanyu:
B . View
(1), (2) the items in the red rectangle were lost after translate.
[attachment deleted by admin]
nanyu:
C. Search
(1),(2) "Incremental search" and "Thread search" were lost...
(3) : the items in the blue rectangle cann't be translate although I have make translation in codeblocks.mo file.
(The same thing happened in many of the plug-ins interface/dialog)
[attachment deleted by admin]
killerbot:
rev 5301 ; can you check for the "Open with hexEditor", that one should be fixed.
rev 5302 : Export should survive ;-)
rev 5303 : Import project/save fixed
rev 5304 : BrowseTracker done
rev 5305 : View menu should be ok now
rev 5306 : Search menu : the disappearing entries are solved
rev 5307 : Project menu : done
rev 5308 : menu entry "Edit startup script" can now be translated
More to come ....
nanyu:
D. Project
Autoversioning
Increment Version
Changes Log
-----------there were lost after translate
E. Build . everthing OK. :D
F. Debug everthing OK. :D :D
G. wxSmith
"wxSmith" can be translate well. and the last item : "&Configure wxSmith for current project " OK also.
But these three items:
Add wxPanel
Add wxDialog
Add wxFrame
Can't been translate even if I have make translation in codeblocks.mo file.
H. Tools .. OK! (do not require the menu items come from user's config)
I. Plugin .. OK! (do not ...)
K. Setting :
file : "...\Application Data\codeblocks\share\codeblocks\scripts\startup.script"
line 17 : + _T("/-Edit startup script"), _T("edit_startup_script.script"), false);
change to -------->
+ _T("/-") + _("Edit startup script"), _T("edit_startup_script.script"), false);
now , the menu item "Edit startup script" can be translate .
L. Help
I have already described about "Help" menu item.
----------------------------------------------------------
Windows XP + Code::Blocks (5299) + Mingw32 gcc (3.4x)
----------------------------------------------------------
attach : codeblocks.mo / .po (zh_CN)
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version