Hi Milos,
I sent note tools to your hotmail account.
I sent note tools to your hotmail account.
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?
::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?
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
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.
---ZIP above has been updated. I've increased the max tip width and removed one bug with large tips heights.
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
Also it seems that those Aids stop appearing after the " -- " in the Line Counting Bar.
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.
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.
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
New upload at the top.
Whats new:
- Autoindent GPF bug fixed.
- Indent marker color moved. Set color using Option / Colors & KeyWords / Indent marker.
KetilO
Hi KetilO,
the comments accelerator, Key F10, dose not work.
OS checked: Win98 SE, Millenium, W2k and WinXP.
ipadilla
the comments accelerator, Key F10, dose not work.
OS checked: Win98 SE, Millenium, W2k and WinXP.
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?
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?
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.
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.
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.
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.
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.
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 :)
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 :)
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.
oh, this is great, Thnx Donkey!
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
If I press "[" before typing I get:
If I press "]" before typing I get the same.
If I press "]" after typing "edi" I get
So how I suppose to type then?
Might be here is aleady new version of RadAsm where it fixed?
Tell me, please.
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.
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.
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.
:)
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: )
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: )
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?
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?
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.
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.