Thanks for that
Regards
Alex
Symbolic links are not possible in WindowsXP.jjasper7 wrote:i am trying to include some files including a new one of small routines/snippets pulled out of the main ea (to reduce size), but do not understand how to make and use the symbolic link mentioned above. would someone please elaborate the process for me? i suspect a second problem might be coming up soon... one of my routines i am trying to add, will alert me with a specific sound, so those 'sounds' will also need to be called from the routine (meaning an #include in the #include). should the same kind of link definition probably work. i have Empty4 set up in c:\fx\fxcm (instead of the programs dir)
Man am I behind...garyfritz wrote:OK, MetaEditor compiles it OK.
SciTE fails for both me and Steve.
Sounds like a SciTE-specific problem to me...
Code: Select all
@echo off
%2\other\metalang.exe %1
if errorlevel 1 goto end
%2\other\refreshcrapt4.exe
:end
exit %ERRORLEVEL%Code: Select all
@echo off
cd %2\experts
%2\metalang.exe %1
if errorlevel 1 goto end
%2\other\refreshcrapt4.exe
:end
exit %ERRORLEVEL%Code: Select all
find.use.strip=0
replace.use.strip=0
Code: Select all
user.context.menu=||Help|IDM_HELP|Go/Compile|303|Find|210|\
Block Comment|IDM_BLOCK_COMMENT|\
Box Comment|IDM_BOX_COMMENT|\
Stream Comment|IDM_STREAM_COMMENT|||\
Bookmark|IDM_BOOKMARK_TOGGLE| Next|IDM_BOOKMARK_NEXT| Previous|IDM_BOOKMARK_PREV| Clear All|IDM_BOOKMARK_CLEARALL|||\
Show Calltip|232|
currently there's no easy way for that, it is incapable of dynamically parsing source code to spit out function info.dietcoke wrote:Does anyone know how the autocomplete is configured? I'd like it to be able to see imported and included functions if possible.
Actually, the sidebar code does dynamically scan the source code to give you the list of functions that it displays.w633 wrote:currently there's no easy way for that, it is incapable of dynamically parsing source code to spit out function info.dietcoke wrote:Does anyone know how the autocomplete is configured? I'd like it to be able to see imported and included functions if possible.
you'll have to add the functions statically by editing "api\mql.api".
gaheitman wrote:
BTW, I've added the rest of the reserved words to the api file, which is why I got so many choices to begin with.
I haven't mentioned this yet, but I'm loving this editor!
George
It has revolutionised my coding life.gaheitman wrote:I haven't mentioned this yet, but I'm loving this editor!
George
Certainly. First off, I have hacked together a way to create an api file from source using the existing sidebar functionality.dietcoke wrote:gaheitman wrote:
BTW, I've added the rest of the reserved words to the api file, which is why I got so many choices to begin with.
I haven't mentioned this yet, but I'm loving this editor!
George
George,
would you mind posting your mods?
Code: Select all
api.$(file.patterns.mql)=$(SciteDefaultHome)\api\mql.apiCode: Select all
api.$(file.patterns.mql)=$(SciteDefaultHome)\api\mql.api;$(SciteDefaultHome)\api\_mql.api