Difference between revisions of "Talk:Scripting commands"
From Code::Blocks
m |
|||
Line 4: | Line 4: | ||
2- EditorManager : | 2- EditorManager : | ||
'int ShowFindDialog (bool replace, bool explicitly_find_in_files = false)''',bool''' ' | 'int ShowFindDialog (bool replace, bool explicitly_find_in_files = false)''',bool''' ' | ||
− | delete | + | delete last '''',bool'''' |
3- IO namespace : | 3- IO namespace : |
Latest revision as of 14:37, 22 February 2012
1- Global functions :
function 'print ()' is not presented
2- EditorManager :
'int ShowFindDialog (bool replace, bool explicitly_find_in_files = false),bool '
delete last ',bool'
3- IO namespace :
'bool ReadFileContents(...) '
replace 'bool' -> 'wxString'
4- wxString :
'void Remove'
replace 'void' -> 'wxString'
5- wxArrayString :
append 'int Index wxString -1 if no found'
and from r7639
6- ProjectFile :
append 'wxArrayString buildTargets'
7- ProjectBuildTarget :
append 'ProjectFile* GetFile int '
append 'int GetFilesCount '
--LETARTARE 14:58, 20 January 2012 (CET)
8- Global functions :
'void Display wxString,wxString,int,int'
replace 'Display' -> 'InfoWindow'
append 'int Require wxString script filename'
append 'long wxString_ToLong wxString'
--LETARTARE 16:07, 24 January 2012 (CET)