I finally figured out how to get textpad to compile and run a program. Slick. However, I am having trouble with the "jump to line" feature. I'm fairly sure it has something to do with the regular expression.
I'm using the gcc implementation that comes with DEV-C++. I know there's an example for GNU c++ but it doesn't work. Does anyone have a regular expression that will work? Am I looking in the wrong place?
Also, I have placed buttons on their own toolbar for compiling and running but I can't seem to find a way to change the icons. Can anyone help? The hammers are pretty dull-looking.
jumping to line numbers
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
just a friend
Re: jumping to line numbers
Ok, got the jump to line fixed with ^\([^:]*\):\([0-9]+\): (was't that the original?). Now, if I could only find a way to change the icons...