Hi Milos,

I sent note tools to your hotmail account.
Posted on 2003-12-12 14:22:09 by donkey
Tiny changes I made to NoteTools

::edit item::
- dialog is displayed under the mouse (more convenient for the eye)
- vertical scroll bar added
- edit control has got fixed maximum text length

::tips::
- I just enlarged the buffer from 128 to 513,
leting you have bigger comments
- Updated get/save tooltip text procedures so now
they can handle multiline comments



Donkey, is this tool tip buffer size change allowed?
Posted on 2003-12-13 14:17:12 by Milos
I thought that tooltips had a maximum of 80 characters, so 128 was determined to align it to a natural boundary. I am not sure about this in all cases but the NMTTDISPINFO and TOOLTIPTEXT structures only allows 80 characters. This limitation could be only for direct text and not apply when returning the address but I never checked
Posted on 2003-12-13 15:49:53 by donkey
I tried this with more than 200 characters and it worked fine. If anybody experiences any problems please let me know.

---ZIP above has been updated. I've increased the max tip width and removed one bug with large tips heights.
Posted on 2003-12-14 06:35:57 by Milos
KetilO,

I like the new Tab Visual Aid, but might it be possible to limit it to IF, ENDIF, WHILE, ENDW blocks? Partwise those lines look kind of silly when in normal code like



invoke CreateWindowEx,WS_EX_CLIENTEDGE,o$ szStatic,0,WS_CHILD or WS_VISIBLE or SS_OWNERDRAW,\
| | | | 0,42,1280,26,hWnd,IDINFO,hInstance,0
mov hWnd, eax


Also it seems that those Aids stop appearing after the " -- " in the Line Counting Bar.
Posted on 2003-12-14 08:02:56 by JimmyClif
I think the thingy with tab's should be there always (for people who like to code their own if's and loops). Only after invoke it's kinda ungly to see them but you can always use "convert tabs to spaces" funcion from the radasm menu.
Posted on 2003-12-14 14:36:08 by Milos
Hi all

New upload at the top.

Whats new:

- Autoindent GPF bug fixed.
- Indent marker color moved. Set color using Option / Colors & KeyWords / Indent marker.

KetilO
Posted on 2003-12-15 02:26:53 by KetilO
Hi KetilO,

the comments accelerator, Key F10, dose not work.
OS checked: Win98 SE, Millenium, W2k and WinXP.
ipadilla
Posted on 2003-12-28 06:08:26 by ipadilla
Hi, Ketil :)
I love this indent markers, but I always use "convert tabs to spaces". Any chance you'll be implementing them to work with spaces too?
Posted on 2003-12-29 07:27:25 by QvasiModo
Cannot find RAGrid.dll ... guess there were a few releases since? I will go update, but this is one reason I love to hate .dll's...

edit: I updated, the project zipper and version control.dll I had to move manually to Addins, but the zip feature looks like a great idea :)

error on build: version number was not increased, I downloaded and installed 2.0.3.8 full package over existing radasm which I don't know if was smart or not.
Posted on 2004-01-01 10:20:50 by drarem

Cannot find RAGrid.dll ... guess there were a few releases since? I will go update, but this is one reason I love to hate .dll's...

edit: I updated, the project zipper and version control.dll I had to move manually to Addins, but the zip feature looks like a great idea :)

error on build: version number was not increased, I downloaded and installed 2.0.3.8 full package over existing radasm which I don't know if was smart or not.

Hi drarem,

Generally an error on build has to do with something in your source, it is just sent when the file that was supposed to be created was not found at the end of the execution of the command. For example the 5 at the beginning of a LINK command line says that an EXE must exist at completion.

Depending on what version you were using before you may have to make a few changes to your assembler.ini file. You can find information on the changes necessary in the Help folder. Mostly the biggest changes lately have been to code blocks, the changes are detailed in \RadASM\Help\CodeBlock.txt. If you continue to have problems you might want to try unzipping the RadASM.ini and assembler.ini files from iniFiles.zip and use the prebuilt ones. You will have to set up your menus and preferences again.

Note that there is a known problem in the current release, see my sticky post for details. You are only required to retrograde RadASM.EXE and RAEdit.DLL if you encounter the GPF. You will know immediately by typing include, it is not intermittant so it will always happen.
Posted on 2004-01-01 12:40:19 by donkey
Yep, I typed include, but the 'e' didn't show up and I got the failure. Now I'm playin with power ;)

Seriously though, I notice the semitransparent bars lining up the .if/.endif statements - very handy along with the other stuff I haven't looked at yet, can't wait.
Posted on 2004-01-01 20:09:51 by drarem
KetilO,

is there a way to stop showing the 'OutPut' window when moving mouse over the buttom area?
it is really iritating,
could you add an option? or i just didn't find such.
thnx :)
Posted on 2004-01-02 15:58:40 by wizzra

KetilO,

is there a way to stop showing the 'OutPut' window when moving mouse over the buttom area?
it is really iritating,
could you add an option? or i just didn't find such.
thnx :)

Hi Wizzra,

From the Option menu select "AddIn Manager", select the Flipcase addin from the listbox on the left of the dialog and uncheck the "Auto Show Output" selection.
Posted on 2004-01-02 16:10:16 by donkey
oh, this is great, Thnx Donkey!
Posted on 2004-01-02 16:57:41 by wizzra
I have big problems with sqare brackets, whatever I type RadAsm places
2 extra brackets and I need remove them all the time.
for example I need



[edi]


If I press "[" before typing I get:


[[]

If I press "]" before typing I get the same.
If I press "]" after typing "edi" I get


[edi[]


So how I suppose to type then?
Might be here is aleady new version of RadAsm where it fixed?
Tell me, please.
Posted on 2004-01-09 19:25:57 by The Svin
Hi The Svin,

In the Code editor options selection of the Option menu remove the check from Auto brackets. This was added becasue some european keyboards do not have easy access to the square brackets keys.
Posted on 2004-01-09 19:34:20 by donkey
:)
I have big problems with sqare brackets, whatever I type RadAsm places
i am one of the fun of this feature but already sometimes fall in the same situation :)(little problem)

Anyway, i think string parsing may improve. So if user closed bracked then remove others etc.

Lets wait and see what KetilO will think about this. ( Waiting Goddot :grin: )
Posted on 2004-01-09 21:31:48 by cakmak
Thank you, I 'm forced to do it now.
Yet I want to make myself clear - I used to like the AutoBracket feature, but it used to place 2 brackets with one keystroke not 3 as it does now.
I don't know how to make sence from with this "3 brackets with one stroke" feature.
Isn't it a bug?
If not - then how one can use it? It's in any case 1 bracket more then might be needed?
Posted on 2004-01-09 21:33:11 by The Svin
Hi The Svin,

I do not have this problem, for me at any rate the auto-brackets work as they always did (RadASM 2.0.3.8 Dec 8). But then again I have them turned off normally. It would be nice to have them in the assembler settings as opposed to global settings, they would be useful in GoAsm but are a pain in MASM. In GoAsm there are no components of an address that are outside of the square brackets so they work very well in it.
Posted on 2004-01-09 21:46:24 by donkey