منتدى طلبة كلية الهندسه بأسوان
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

منتدى طلبة كلية الهندسه بأسوان

منتدى طلبة كلية الهندسه بأسوان
 
الرئيسيةالتسجيلأحدث الصوردخول

 

 حصريا للمبرمجين Visual Assist X 10.5.1711.0 | 4,6 MB

اذهب الى الأسفل 
كاتب الموضوعرسالة
الحبار
مدير عام المنتدى
مدير عام المنتدى
الحبار


عدد المساهمات : 12635
تاريخ التسجيل : 02/05/2007
العمر : 37
الموقع : فى غيابات الهندسة المدنية
رقم العضوية : 3
Upload Photos : حصريا للمبرمجين Visual Assist X 10.5.1711.0 | 4,6 MB Upload
حصريا للمبرمجين Visual Assist X 10.5.1711.0 | 4,6 MB 30u3a1djpgcopy
أهم مواضيعى :

حصريا للمبرمجين Visual Assist X 10.5.1711.0 | 4,6 MB Empty
مُساهمةموضوع: حصريا للمبرمجين Visual Assist X 10.5.1711.0 | 4,6 MB   حصريا للمبرمجين Visual Assist X 10.5.1711.0 | 4,6 MB I_icon_minitimeالجمعة 6 فبراير - 4:00

[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]


Visual Assist X 10.5.1711.0 | 4,6 MB

Read, write, refactor, and navigate faster than ever with more than 50 features integrated seamlessly into your Microsoft development environments. Visual Assist X is an add-in designed and written by developers, for developers, so it improves productivity without getting in your way. Features include improved IntelliSense, better syntax coloring, hovering class browser, code outlining, project management, and refactoring (including C/C++). Visual Assist X works with C/C++, C#, and VB, inside Visual Studio 2008, 2005, .NET 2002/2003, and VC++ 6.0.


[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]


Increases automation, simplifies navigation and displays vital information as you develop new software.
Visual Assist X increases automation, simplifies navigation and displays vital information as you develop new software.

Visual Assist X boosts productivity with powerful editing features integrated into your Microsoft development environment.

Requirements:

· Visual Assist X is compatible with the following Microsoft IDEs. Reinstall Visual Assist X if you change or add an IDE to your system.
· Microsoft Visual Studio 2005 Team System
· Microsoft Visual Studio 2005 Professional Edition
· Microsoft Visual Studio 2005 Standard Edition
· (Express Editions not supported.)
· Microsoft Visual Studio .NET 2003
· Microsoft Visual Studio .NET 2002
· Microsoft Visual C++ .NET 2003
· Microsoft Visual C++ .NET
· Microsoft Visual C++ 6.0
· Microsoft Visual Studio 6.0
· Microsoft Visual C++ 5.0
· Microsoft Visual Studio 97
· Microsoft eMbedded Visual Tools 4.0
· Microsoft eMbedded Visual Tools 3.0
· Operating Systems
· Generally speaking, Visual Assist X works with any operating system that runs your IDE with the exception of Microsoft Windows 98.
· Performance
· Visual Assist X requires little more than a system fast enough for software development. Impact on the performance is negligible after a project is opened for the first time. (Extra parsing is done the first time each project is opened.)
· Disk Space
· Disk space requirements vary depending on the size of your projects. Only 20 MB is required for initial installation of Visual Assist X but symbol databases and file caches increase the requirement quickly. A reasonable minimum is 50 MB. Large projects can consume 100+ MB over time.
· Visual Assist X maintains a cache of parsed source files that speed opening of files. The cache is cleared periodically.


Here are some key features of "Visual Assist X":

· Type Code Faster
· See what you type, before you type it, in suggestion lists. Type just fragments of symbols using acronyms and shorthand. Keep typing or accept a suggestion to move faster. Define Autotext/Code Templates ahead of time and accept them just as easily. Type hungarian notation without pressing underscore.
· Correct Mistakes Automatically
· Watch your IDE correct simple but costly mistakes as you make them. Upper and lower case is repaired as you type. Dot references are converted to -> automatically.
· Get Information Faster
· Scan and comprehend code faster than ever. Watch the Hovering Class Browser inside the new VA View for detailed information on the current symbol. Get a quick shot of info by looking at small context and definition fields added to the source window. Bypass lists after F1 to retrieve online help more efficiently.
· Exploit Colors and Format
· Take advantage of enhanced color and formatting options to decipher code quickly. Enhance syntax coloring provided by the IDE. Display local symbols in bold and stable symbols in italics. Highlight matching and mismatching braces as you type. Add a column indicator. Print in color. Put RTF in the clipboard
· Simplify Search and Navigation
· Search and navigate with ease. Skip similarly named symbols when you find by context. Find symbol definitions anywhere in your workspace. Goto the implementation of any symbol in your code. List methods in your file. Toggle between a header and cpp. Open from a list of files in your workspace. Bounce among active pieces of code using a most recently used list. Move scope and advance to the next method. Navigate back and forward.
· Spell Check
· Spell check as you write code and see the familiar red underlining of applications such as Microsoft Word. Underline spelling errors in comments and strings for a professional touch. Underline mistyped symbols in code and avoid wasted builds. Additional dictionaries are available for more than 50 languages and dialects.
· Extend Basic Editing
· Edit code quickly with simple but powerful editor enhancements. Automatically recover files after your IDE crashes. Surround selections with quotes, comment characters and #ifdefs. Get classic access to multiple clipboards. Sort lines of code. Save unnamed bookmarks.
· Configure Features to Your Style
· Use an options dialog to make Visual Assist X match your coding style. Access many of the commands from a context menu. Assign shortcuts for fast access to your favorite commands. Enable and disable Visual Assist X if it gets in the way, or force it to reparse and get smarter.


What's New in This Release:

· New! By default, the VA toolbar is displayed at all times, regardless of the file type loaded in the text editor (if any). (case=20915)
· New! A documentation link is available in the VA Snippet Editor. (case=21247) 8367
· Single and double quote characters are auto-matched properly inside parentheses; e.g., typing (" results in (""), with the text caret positioned between the quotes. (case=21467) 8380
· Fixed an issue accepting listbox suggestions with any character not valid in a symbol in VB2008. (case=21379)
· Fixed a problem in which extra tabs were required to expand some Visual Studio snippets in VB (case=21347) 8257
· Extract method passes parameters decorated with struct or class keywords correctly. (case=21012)
· Fixed unexpected dismissal of #include suggestion list when typing - to filter for filenames containing a hyphen. (case=19564) 8322, 8173
· Member lists appear correctly for smart pointers that wrap a template class typedef declared within a function. (case=21320) 8358
· Spell check handles words with diacritical characters such as à and é. (case=1226) 4650
· Addressed compatibility issue with AQtime 6. (case=21327)
· Fixed a problem inserting results from the IDE's Pick URL function from HTML anchor suggestions (regression in build 1709). (case=21541)
· Fixed dot to -> correction for keyword this (regression in build 1707). (case=21161) 8358




[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://asv-univ.editboard.com/index.htm
 
حصريا للمبرمجين Visual Assist X 10.5.1711.0 | 4,6 MB
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» حصريا لمهندسى حاسبات Visual Studio 2005 + Portable Visual C# Express 2005 [MediaFire]
» حصريا حمل برنامج الفيجوال بيزك على 15 سيرفر ومضغوط بحجم خيالى 45 ميجا Visual Basic 6.0 Full
» حصريا على منتدانا فقط لطلبة إعدادى أصغر برنامج فيجوال بيسك على مستوى المنتديات بالسريال بتاعه كمان Firefly Visual Designer 2.95 | 2.5MB
» حصريا أصغر نسخة فيجوال بيزيك لطلبة إعدادى وبورتبال كمان على أكثر من سيرفر Visual Basic 6.0 Enterprise Edition vb6 portable 5MB
» حصريا برنامج المايا بلنكات مباشرة وبالكراك Autodesk Maya Unlimited 2009 SP1 + Crack - powerful, integrated 3D modeling, animation, visual effects, and rendering

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتدى طلبة كلية الهندسه بأسوان :: هندسة الحاسبات والنظم :: البرمجة Programming-
انتقل الى: