Difference between revisions of "Talk:Scripting commands"

From Code::Blocks
(Created page with "1- Global functions : function ''''print ()'''' is not presented 2- EditorManager : 'int ShowFindDialog (bool replace, bool explicitly_find_in_files = false)''',bool''' ' ...")
(No difference)

Revision as of 13:58, 20 January 2012

1- Global functions :

function 'print ()' is not presented

2- EditorManager :

'int 	 ShowFindDialog 	 (bool replace, bool explicitly_find_in_files = false),bool '

delete ',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)