I'm trying to run down why I can't drag a file name into a code::blocks terminal and it no longer seems to be working...
Is it possible that something is broke with SVN 7082??
I can drag and drop when I execute from a terminal window directly... Here is my test program...
#include <iostream>
#include <string>
using namespace std;
int main()
{
string testname;
cout <<"Enter a file name:";
getline(cin, testname);
cout <<testname;
}
I'm running ubuntu 10.04 32 bit.
Got to get the kid to bed.
[EDIT...
I'm reasonably certain, but not positive, this issue started with SVN 7082 from a code::blocks update a day or two ago. Could someone confirm that they have an issue also. I'm more than willing to submit a bug report if someone else is getting this also. My machine seems to be behaving oddly... I'm not sure if latest non-codeblock updates maybe contributing here.
Thanks..
I use gnome-terminal --disable-factory --hide-menubar -t $TITLE -x