首页
社区
课程
招聘
[下载]Visual Assist X 10.5 beta available
2008-11-22 17:44 10224

[下载]Visual Assist X 10.5 beta available

2008-11-22 17:44
10224
We're proud to announce the availability of Visual Assist X 10.5 beta!

http://www.wholetomato.com/downloads/getBuild.asp?1707
Requires maintenance through 2008.11.19

Version 10.5 extends the core Visual Assist X feature set to Web and WPF applications, with support for ASP/ASP.NET, HTML, XML, JavaScript, VBScript, and XAML.

In addition, Visual Assist X 10.5 contains these new features:

    * Highlight find results
    * Optional tomato icons in listboxes and tooltips to denote content provided by Visual Assist X vs. the IDE
    * Find References results grouped by project

Build 1707 beta is feature-complete, and contains a few minor regressions. View details of this build here. We invite you to post your thoughts and read what others have to say about Visual Assist X 10.5 in the public beta forum.

Complete release notes will be available soon.

Enjoy!

阿里云助力开发者!2核2G 3M带宽不限流量!6.18限时价,开 发者可享99元/年,续费同价!

收藏
点赞0
打赏
分享
最新回复 (28)
雪    币: 186
活跃值: (51)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
missioner 2008-11-23 09:53
2
0
10.5都出来了啊,等高手破解了
雪    币: 204
活跃值: (28)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
missdeer 2008-11-23 12:22
3
0
怎么老是beta
雪    币: 255
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
alextooter 2008-11-23 13:54
4
0
下一代MS VS2010,用WPF重写了IDE的Editor,

这些写插件的人要辛苦了。
雪    币: 200
活跃值: (14)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
xuhui 2008-11-23 16:41
5
0
期待高手破解,不过不是正式版本
雪    币: 237
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
feezd 2008-11-23 19:36
6
0
为什么我的1649跟1707,结构体,跟类都不能自动显示出来,1647就可以。
雪    币: 203
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
cloudsnake 2008-11-24 09:48
7
0
真是太快了。什么时候能出正式的呀。
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
guoyin 2008-11-24 12:18
8
0
关注破解!期待ing
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
Donk 2008-11-27 01:15
9
0
Full History Changes:

    * New! Added full support for Web and WPF applications, including ASP/ASP.NET, HTML, XML, JavaScript, VBScript, and XAML. Most VA features like Goto, Find References, Suggestions, and VA Outline work with these projects and file types where applicable.
    * New! Highlight find results (case=5141) 8312, 6665, 6397, 6254, 6028
    * New! Optional tomato icons in listboxes and tooltips denote content provided by Visual Assist X. (case=20290)
    * New! Added support for makefile projects (e.g. solutions without files) by parsing the physical directory tree of files as they are opened. (case=18918)
    * New! Find References results are grouped by project. (case=19512, case=4087) 8174, 8168, 7463, 5742
    * New! VA Outline optionally auto-expands nodes as the user navigates in the code editor. (case=19617)
    * New! VA Outline remembers the expanded state of each node when refreshing its contents (not applicable when auto-expand is active). (case=8858) 7989, 7903, 7714, 6664
    * New! Redundant namespace and class names are omitted from VA Outline nodes to save space. (case=13240) 8083, 7387, 7271
    * New! Enhanced Syntax Coloring uses better default colors when a dark background is in use. (case=17562, case=9431) 8076, 8029, 6607
    * New! Singe lines of code containing multiple statements are shown as separate nodes in VA Outline. (case=18580)
    * New! Goto (Alt+G) ignores duplicate filenames opened from other locations, so Alt+G on a method in Main\foo.h goes directly to the implementation in Main\foo.cpp even if Branch\foo.cpp was opened for editing at some point. (case=19423)
    * New! Open File in Solution (OFIS) and Find Symbol in Solution (FSIS) dialogs scroll the highlighted entry to the center vertically to aid in viewing surrounding entries. (case=20182, case=19262)
    * New! OFIS shows the project to which a file belongs. (case=764) 8180, 7899, 3966
    * New! FSIS persists its "Show only symbols defined in the current solution" state between invocations for the current session. (case=20549)
    * Extracted methods with long parameters lists are generated correctly. (case=5802) 8310, 6078
    * Fixed global scope resolution operator (::) being changed to a single colon in Extract Method. (case=18573) 8021
    * Extract Method no longer offers to extract to source file when no source file is present. (case=20181)
    * The context menu is available for symbols even if they are unknown or mistyped. (case=19552) 8170
    * Suggestion lists utilize the Options | Text Editor | C# | IntelliSense | Committed by pressing the space bar setting correctly. (case=10695) 8213, 7273, 7055
    * Cloned Find References windows are restored after debugging. (case=9511) 6847
    * VA Options dialog grays out options that depend on Enhanced Syntax Coloring when that option is disabled. (case=3079) 8184
    * Shorthand and Acronyms work properly in VB 2008. (case=15202) 8257
    * Fixed unexpected dismissal of suggestion list in VB when typing a type name after the As keyword (case=20261) 8257
    * The text caret is placed in the correct location after accepting a .NET Generic from a suggestion list in VB 2008. (case=20259) 8257
    * When typing a parameter in a C# LINQ predicate function, focus is no longer given to the suggestion list, matching the default VS 2008 behavior. (case=16277)
    * C++ keyword __restrict is recognized. (case=20732) 8307
    * wmemset and wmemcpy are recognized as valid system functions. (case=18414) 7990
    * Fixed a case where a managed assembly failed to be properly parsed. (case=20071)
    * VA Outline correctly displays C++ #pragma region/endregion nodes. (case=20612) 8274
    * Multiline XML comments no longer contain extraneous '/' characters in VA Outline. (case=18539) 8005
    * Document Method correctly handles array parameters when using the $MethodArgName$ VA Snippet variable. (case=20543) 8285
    * Fixed problem in which enhanced coloring was not applied to Visual Studio text editor (due to certain color settings). (case=18813) 7993
    * Fixed GDI resource leak that was exacerbated by the presence of an external clipboard manager utility. (case=20137)
    * Parameter Info tooltips for constructors of child classes render each parameter in bold correctly (fixes issue introduced in 1649). (case=20664)
    * VA Options | Performance | Rebuild Symbol databases causes the db files to be purged at IDE shutdown instead of the next startup (performance enhancement). (case=20799) 8319 

Greetz
Donk
雪    币: 85485
活跃值: (198795)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2008-11-27 01:18
10
0
Full History Changes

TRUE.
雪    币: 185
活跃值: (40)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
uouox 2008-11-28 00:17
11
0
1709 的crack
没看到有1707 已经没有下载的说

这是仿照brd的crack的 貌似只是无限延长试用 没有脱壳之类的
上传的附件:
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
gry 2008-11-28 00:21
12
0
期待高手破解
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
zypsuper 2008-11-30 00:54
13
0
非常不错 支持
雪    币: 231
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
yyccaa 2008-11-30 10:04
14
0
[QUOTE=;]...[/QUOTE]
这东西好是好,但有的版本对中文支持很差,有时还可以,不知道还会这么反复不。
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
水土不服 2008-11-30 11:17
15
0
收下了,但是稳定性就不知道了,本人一直用的是10.3版本的
雪    币: 609
活跃值: (212)
能力值: ( LV12,RANK:441 )
在线值:
发帖
回帖
粉丝
yangjt 10 2008-11-30 12:47
16
0
这么好的技术……佩服……
雪    币: 206
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
benny沈 2008-11-30 13:42
17
0
顶一个,下来试试看,谢谢破解
雪    币: 203
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
namiii 2008-11-30 16:27
18
0
最爱BRD这种破解。谢谢!
雪    币: 207
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
zeanyang 2008-11-30 21:50
19
0
感謝樓上兄弟的Pj 中文支持尚未完美 不過是個好工具~ 收下了!
雪    币: 101
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
szlsoft 2008-12-1 16:44
20
0
thanks
雪    币: 1505
能力值: (RANK:210 )
在线值:
发帖
回帖
粉丝
bithaha 5 2008-12-1 16:50
21
0
支持 正好原来用的过期了 卸载装新版 呵呵
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
hertcloud 2008-12-2 16:03
22
0
强力支持 好东西
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
王旭峰 2008-12-5 11:07
23
0
好东西 谢谢共享
雪    币: 206
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
benny沈 2008-12-5 11:07
24
0
有时候怎么当函数打了‘(’,函数参数却没有提示出来呢,其它的兄弟有这种情况吗
雪    币: 201
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
tator 2008-12-6 01:44
25
0
support
游客
登录 | 注册 方可回帖
返回