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''' ' ...")
 
Line 34: Line 34:
  
 
--[[User:LETARTARE|LETARTARE]] 14:58, 20 January 2012 (CET)
 
--[[User:LETARTARE|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''''
 +
 +
--[[User:LETARTARE|LETARTARE]] 16:07, 24 January 2012 (CET)

Revision as of 15:07, 24 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)

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)