返回上一页  首页 | cnbeta报时: 19:02:15
SlickEdit® Gadgets for Microsoft® Visual Studio® 2005
发布日期:2007-03-16 16:32:43  稿源:
SlickEdit®对程序开发人员来说一定不会陌生,凭借多年的编辑经验和专业知识,为程序员提供集成到 Microsoft 最新开发环境中的不可或缺的开发功能.包括备份历史,差异比较(DIFFzilla),快速比较,编码导航,C++ 代码重构,文字完成,快速启动,Regex 求值程序等功能,最新发布的Gadgets更是方便快捷.内含详细介绍和图片,推荐程序员使用.
访问:SlickEdit® Gadgets for Microsoft® Visual Studio® 2005

SlickEdit® Gadgets Include:

Editor Gadgets

Editor Gadgets is a collection of four small utilities to add spice to your Visual Studio editor. Each one may be enabled or disabled individually. These gadgets include:
1. Line ruler - Places a "ruler" highlight across your current line (where the cursor is) and has tick marks to indicate the editor's indentation levels.
2. Indentation guide - Draws a vertical bar in the editor indicating the indentation level of the current line.
3. Auto-copy selection - Automatically copies text to the clipboard when selected with the mouse. Paste may be done by simply clicking in the editor with the middle mouse button (the scroll wheel on most mice). These behaviors are similar to XMouse.
4. Editor Graphic - Allows you to place a graphic inside your editor, either as a single image or as a tiled background.

editor_1



















Green bar tiled background with the line ruler and indentation guide

editor_2




















Dancing banana and the line ruler



The Command Spy

Whenever you click on a menu item or toolbar button in Visual Studio, you are executing what is known as a "command". Unfortunately, it's almost impossible to tell what command is linked to which menu items or toolbar buttons. The Command Spy monitors command execution and allows you to see exactly what commands you've run, how many times you've run them and what key bindings are used to invoke those commands. The main purpose of this tool is to allow you to learn what commands are bound to which keystrokes, so that you can work faster within the IDE.

cmd_spy


















File Explorer

Using Visual Studio's Open File dialog to open files in Visual Studio can be very tedious, especially when you have to open files from several different directories. The File Explorer provides an easy way to open solutions, projects, or single files in Visual Studio. It also makes it easy to drag-and-drop files into an open Visual Studio project.

file_x

































The Data Object Analyzer

Drag-and-drop operations and clipboard operations both work with "data objects". Data objects contain [1...n] data items, which may be of any type, and are stored with an associated string-based key. There are some standards about what key/data pairs are used in clipboard or drag-and-drop operations, but for the most part, applications add whatever data they want. If you're writing an application that requires clipboard or drag-and-drop integration, it is important to understand what data is expected from other applications.

The Data Object Analyzer solves this problem by inspecting the contents of any clipboard operation, or drag-and-drop operation, from any other application. The Data Object Analyzer can then be used to automatically generate functions to handle any clipboard or drag-and-drop data.

data_obj
























The SLOC Report

The SLOC Report tool provides an easy way to count the lines of code. The line count is divided into three categories: code, comments, and whitespace. Once the lines of code have been counted, the results are drawn as a pie graph. SLOC reports may be generated for solutions, projects or individual files.

sloc
我们在FebBox(https://www.febbox.com/cnbeta) 开通了新的频道,更好阅读体验,更及时更新提醒,欢迎前来阅览和打赏。
查看网友评论   返回完整版观看

返回上一页  首页 | cnbeta报时: 19:02:15

文字版  标准版  电脑端

© 2003-2025