chronokun
Thanks for the help, I'll upgrade to the 'super user' version then =) (I guess the regular version is only supposed to be like a demo?)
Mr4thDimention
Thanks for the thoughts.
I'll get this stuff on my TODO list.
chronokun
Mr4thDimention
Stag_Pop2 is currently only used to color the dirty mark that shows up on a file that hasn't been saved.
And yes there is a bug with open all code in the most recent version. It is implemented in 4coder_default_include.cpp and you have access to create_buffer, so I believe you should be able to fix it, but it was so long ago that I fixed it that I may be wrong.
1 2 | //exec_command(app, cmdid_interactive_open); app->create_buffer(app, dir.str, dir.size/* length? */, BufferCreate_Background); |