>1) Sometimes when I am changing settings and doing other things I get
>strings like "BUG-Prefent: 64 88" in the log at the bottom of the window.
>Are these important? Should I report them to you?
Don't care about it. When you create a Stinggadget in a Panel, the mainloop get a message for this gadget, but with the wrong windowid. There is a little check. I removed this message in the future.
>2) It would be nice (but not essential) if it was possible to set the
>background for all styles at one time.
press Default Background
>3) In the "Style/Editor" preference window the spin gadgets are 8 pixels
>wide. I can see this has been done to keep them square, but my
>eyesight and mouse skills are not *that* good

Perhaps have them a
>bit wider (for example, the width of a standard scrollbar arrow?).
You can also type the value in the box.
(Ups, i test it with my actual version: you can't. I will take a look)
>4) You should probably have an option for the OnError line debugging in
>the "Compiler Options" window (this was only released with v3.70, so
>perhaps you have not had enough time to add it).
Ups. I work with 3.62-mod5b, so i forget this...
>5) When I modify the colours in the "Style/Editor" preference window
>and I click on "Background" (for any style), select one of the colours and
>then click on OK I must click on OK a second time. It looks like the
>colour requester is shown a second time. Perhaps the same problem as
>reported above? It also sometimes happens with the Foreground, but not
>always.
The problem is, that i can't reproduce this. I think, that the gadget get a lost-focus-message and it was interpreted as a click. I added checks now.
>6) Sometimes when I select text the current cursor position gives
>strange numbers and I have a very strange string in the log window.
>See
http://www.david-mcminn.co.uk/images/japbe1.png.
This is no bug,its a feature (realy, no joke!). Your Cursor is under a value (12312, $123 %1231 'A'), from left to right: The Hex-Value, the bin-value (4 parts!), the string-"Value" and the normal decimal value.
>7) Would it be possible to have some sort of popup which shows the
>parameters of functions and procedures? It is very nice to have an auto-
>complete for my own procedures, but I can never remember the
>parameters
Look right of the X/Y-Position of the cursor. It shows the parameter and a short information. When your own procedure is declared or definied in this file, the parameters should also be showned.
Type
Textgadget(nr,x,y,asdf,asfd,afsd,fasdsfd)
and look right of the x/y-position. The actual parameter should be highlighted.
>8) Double-click on "XIncludeFile", etc, to open that file would be nice
>(same as with the default PB editor).
In Work...
>9) Your Find and replace is excellent! (One of the things that annoys me
>about the defualt PB editor
Thanks
>10) How do I get the "CompileThis" to work? I have a set of files open,
>switch to my main file, select "Set as main file" from the menu, switch to
>another file, but "Compile & Run" always tries to compile the file I am
>currently editing. I cannot find anything in the editor which is labelled
>"CompileThis"?
"Set as main file" only affekt all open .pbi not .pb. Why? I always have a open test.pb to test short things. But in the compiler-options you can set this manual for all files.
>11) Procedure folding and "Load block" kick ass!
What do you mean?
>12) In the "Var" section of the browser window on the right, all the fields
>from my structures are shown. Would it be possible to indent them, or
>hide them, or show them in a different colour?
It is not so easy to find out, what is what. I can only check one line and only the actual file. in the Var-Field are everything what doesn't fit in the other groups. for example labels.
The Problem with Proc. Here you found all Procedure, LinkedList and Dims.
>I realise that some of these reports are not very good. Please let me
>know if you want more information or some proper tests. Your editor is
>very good and I would like to see your work continue.
done
