Will you implement 3 features which present in VS

SyntaxEditor Web Languages Add-on for Windows Forms Forum

Posted 17 years ago by Sergey Astachov
Version: 4.0.0255
Avatar
Will you implement the following 3 features and if so when you expect to release it?

Features:
1. Very Important: Special InsertLineBreakCommand for xml editor. It will be greate if 'enter' button will work the same as in Visual Studio (indent tags).
2. Important: Comment selected peace of code on some key combination.
3. Minor: If whole tag size more then size screen by lines it would be greate to see the beginning of the tag in tooltip when I stay at the end of the tag.

Thanks in advance for information.

Comments (5)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Sergey,

1) We still have smart indent on the TODO list. We'll try and get that in soon.

2) You can do this a number of ways, even by making a menu item with the hotkey combination you want and having its execution insert the comment. Or make a custom SyntaxEditor EditCommand and add it to the SyntaxEditor.CommandLinks via a CommandLink with the appropriate keystroke.

3) By this do you mean that if you hover over an end tag name and the start tag name is offscreen, you would like to see the same quick info that you would normally see if you hovered over the start tag name?

Thanks for the suggestions!


Actipro Software Support

Posted 17 years ago by Sergey Astachov
Avatar
Send answer on third level on email with screenhoot.

Thanks.
Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
For the third item, we now have it implemented for the next maintenance release. There are three options for this feature: never show end tag quick info, only show when the start tag's display line is above the first display line, and always show. The default is to show when the start tag is above the visible display line range. Does that sound like the correct default option for this?

The end tag quick info, when displayed will show the same info as the start tag's quick info, along with the syntax highlighted code in the document that the start tag has. This way you can see which attributes are defined, etc.

Sound good?


Actipro Software Support

Posted 17 years ago by Sergey Astachov
Avatar
GREAT!!!!
Thanks.
Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
For #1, smart indent is now complete for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.