Log In SoftwareCasa Celebrates 10 Years
 
Cart: 0 items
Currency:
 
 


  Search SoftwareCasa
 
      

UEStudio 11.20


UEStudio - All UltraEdit Features Plus the Power of an IDE!

UEStudio
Version: 11.20
Publisher: IDM Computer Solutions
Delivery Type: Download
Operating System: Windows 7/Vista/XP/2000
Language: English
Price: $78.95
Options:
Quantity:
100% Secure Ordering
Request Multi User Quote Upgrade Your Software

Testimonials

"The UltraEdit software package work-flow and functionality is unparalleled in it's performance. I have highly recommended this software to everyone I know; even my dog wants a copy at this point.." - Rick R.

My trust over the past 10 or so years with UltraEdit has become nearly implicit when it comes to stability and knowing it's going to "do the right thing". - Justin L.

 UEStudio Awards

DoDownload.com 5 cheese award UEStudio was reviewed by our software testing team and got EXCELLENT award (5 cheeses) by www.DoDownload.com software archive.

UEStudio '05 has been awarded the Softpedia "100% Clean" Award, indicating that it is completely free of adware, spyware, or viruses.

FiveSign Network has awarded UEStudio '06 with 4.5 stars.

UEStudio has been awarded with '5 Stars Award' at programsdb.com

UEStudio has been awarded with '5 Stars Award' based on kingdownloads.com rating guideline

UEStudio has been awarded with '5 Stars Award' at programsdb.com.

UEStudio 11.20 - all the features of UltraEdit plus the power of an IDE

UEStudio offers all the functionality of UltraEdit plus other exciting and powerful features! Whether you are simply editing text, building applications, maintaining databases, or constructing websites, UEStudio's stunning array of innovative features offers the functionality of a bonafide IDE at an unsurpassed value.

A significant element of a powerful IDE is a programmer's editor or code editor. It serves as the core foundation of any IDE. UEStudio is built on the chassis of the renowned UltraEdit. As such, the program's backbone is highly seasoned, stable, and already proven as the defacto standard of text and programmer's editors.

Because UltraEdit is so powerful, many of our users already use it as an IDE and have provided us feature requests to extend that functionality. Together, we have taken those requests, our own ideas, and the concept of a supercharged IDE and produced what we consider to be a powerful application with new and exciting features such as native support for over 30 popular compilers, integrated CVS version control, built-in class browsing, language intelligence (like Intellisense), project converter, batch builder, and an integrated debugger to name just a few!

The cornerstone of IDM product development is centered on the philosophy of flexibility, versatility and performance. UEStudio's TaskMatch™ Environments provide you with a quick and easy method to change the editor's configuration for task-driven editing. No matter what your editing needs are, TaskMatch™ Environments make your workflow smoother and more productive. Of course, you can modify any of the pre-configured environments or customize your own...that's the power of TaskMatch™. While UEStudio includes all the features of UltraEdit, application features highlighted in blue are unique to UEStudio.

UEStudio offers all the functionality of UltraEdit plus other exciting and powerful features! Whether you are simply editing text, building applications, maintaining databases, or constructing websites, UEStudio's stunning array of innovative features offers the functionality of a bonafide IDE at an unsurpassed value.

Powerful project/solution features

  • Visual Studio 6/05 project to UEStudio project conversion
  • Integrated compiler support (note: compilers not included with IDE)
  • Integrated CVS version control support
  • Integrated SVN support
  • Support for multiple SVN/CVS modules within a project
  • Integrated tag support
  • Powerful project manager
  • Compiler-specific project templates

Application building features

  • Compile your projects from within UEStudio
  • Build/batch build
  • Debug
  • Integrated debugger support for WinDbg for Microsoft C/C++ applications
    • WinDbg can be downloaded in debugger configuration
    • Windows symbol packages can be downloaded in debugger configuration
  • Run your application from within UEStudio

Editing features

  • All the powerful features of UltraEdit text editor are included in UEStudio
  • Support for alternate data streams (ADS) on NTFS operating systems

Extended toolbars

  • All standard UltraEdit toolbars are included in UEStudio
  • Build toolbar
  • HTML toolbar
  • IntelliTips toolbar
  • Resource editor toolbar
  • Tools toolbar
    • Style builder
    • GUID generator
    • Visual Studio project converter
    • XMLint support

    Script toolbar features

  • Classviewer for open project
  • Resource editor
  • Integrated tags for symbols (functions, variables, etc.)
    • Goto symbol definition (will open file and position cursor at definition)
    • Find symbol in active document
    • Find symbol in project files
  • FTP account access in file tree view

Other features

  • Integrated scripting engine (based on Javascript) provides powerful macro-like ability to automate editing tasks
  • FTP/SFTP browser
  • SSH/telnet window (dockable)
  • Clipboard history
  • Codepage conversion support
  • Ability to backup toolbars and other personal customizations
  • File tab color highlighting (based on file extension)
  • Multi-key mapping (chords)

New: Brace matching functionality

Jump to a matching brace without creating an unwanted selection! To see this functionality in action, open up a source file and use the new "Go to Matching Brace" command in the Search menu. You can also assign a key mapping for the new command in Advanced -> Configuration -> Key Mapping (SearchGotoBrace).

Note: The new "Go to Brace" command requires that the text insertion caret be positioned next to a brace in the file, unlike the "Select to Matching Brace" command.

Enhanced: Easier "Spell As You Type" functionality

Want to quickly disable the Spell As You Type feature for a particular file without accessing configuration? No problem; click the new toolbar button to toggle the Spell As You Type feature in virtually no time at all! Also, we've provided a new "SpellAsYouType" key mapping command so you can use a keyboard shortcut to toggle the feature as well.

Enhanced: Cleaner FTP functionality

We've added several usability improvements to working with FTP in v11.20. You can now clear out your FTP path histories on a per-account basis with the new "Clear history" item at the bottom of the path history drop down. Not only that, but v11.20 includes improved functionality for "Download from server" and "Download with sync" with FTP-linked project folders, as well as better directory history handling between multiple concurrent instances.

Enhanced: Project functionality, including improved relative path support

Projects are now more versatile than ever with improved relative folder and file path handling! Move your project from directory to directory or from system to system without needing to change any hard-coded paths or settings. Additionally, the menu items and commands used to add folders and virtual groups to projects are now separate commands, making folder and group management easier.

Enhanced: List Lines Containing String dialog

It's easy to see how many lines in your file contain the find string with the new line count feature in the "List Lines Containing String" dialog!

New: Scripting functionality

UEStudio v11.20 includes significant additions and advancements to scripting. The following new scripting methods are now available in v11.20:

// Goes to specified position (passed as parameter) in number of chars from beginning of file UltraEdit.activeDocument.gotoPos();

// Selects to specified position (passed as parameter) in number of chars from beginning of file UltraEdit.activeDocument.gotoPosSelect();

// Removes all bookmarks from file (also available as new macro command) UltraEdit.activeDocument.clearAllBookmarks();

// Returns true or false based on whether file is read-only UltraEdit.activeDocument.isReadOnly();

// Sets "read only" attribute for file UltraEdit.activeDocument.readOnlyOn();

// Removes "read only" attribute for file UltraEdit.activeDocument.readOnlyOff();

// Returns true or false based on whether word wrap is toggled UltraEdit.activeDocument.isWordWrap();

// Turns word wrap on UltraEdit.activeDocument.wordWrapOn();

// Turns word wrap off UltraEdit.activeDocument.wordWrapOff();

Plus... Many usability enhancements and advancements

But that's only the beginning... UEStudio v11.20 includes everything above plus the following highly-requested improvements and additions:

  • Option to disable file tab tool tips (from file tab context menu)
  • Ability to hide all toolbars (from toolbar context menu)
  • Lower pane of split explorer view remembers column widths from session to session
  • "XML Convert to CR/LF" now available for all files, regardless of extension
  • Version backup support for UNC file paths
  • "Save as type" always remembered in Save As dialog
  • Improvements for default directory with File -> Open dialog
  • Version details are now selectable in About dialog

New: Completely re-engineered explorer window in File View

You're going to love v11.20's new explorer window! Access and open files from network shares with the new network item. Decrease time spent browsing folders and files with the optional new split explorer — which not only works for your local and remote files, but FTP files as well! A new Open Files dialog is also now available, giving you the ability to filter, sort, and open files in a particular folder.

You can access your FTP accounts in the split explorer view as well. Use the same method to connect - just expand the FTP account and the directory listing is shown in the top and bottom windows. Exploring your remote files has never been easier!

The new Open Files dialog can be accessed by right-clicking a folder in the explorer window and selecting the "Open Files..." option. This opens a dialog with a list of all files in the specified folder which you can filter, sort, and open.

Improved: More drag-and-drop functionality

In addition to the new File View features described above, drag-and-drop functionality has been greatly improved between the File View and the editor. Specifically, you can now drag and drop file tabs to add files to Favorites lists or the active project. Also, you can drag and drop files from Explorer or your Favorites lists directly into the editor to open them

.

New: XML/HTML open and close tag matching

A powerful new feature in v11.20 is the XML and HTML open/close tag highlighting feature. Check your nested XML and HTML quickly by moving the caret inside of the tag (like with brace matching), and UEStudio will automatically highlight the corresponding tag in the active file.

New: File status icons in file tabs

Lost track of which file is the one opened from your FTP server and which one is your local copy? Not a problem with v11.20's new file status icons in file tabs! The new file status icons include indicators for:

  • New files
  • Saved/unsaved files
  • Remote (FTP) files
  • Read-only files

New: Highlight all occurrences of selected word

Want to quickly highlight all occurrences of a word or variable in your file? UEStudio v11.20 makes this possible via three different ways:

1. Hold Shift and double-click a word
2. Press Ctrl + . (highlights all occurrences of word under caret)
3. Press the new "Highlight All Selected" toolbar icon (highlights all occurrences of word under caret)

Simply press Ctrl + . or use the "Highlight All Selected" toolbar icon to disable persistent highlighting.

New: XML Manager additions

UEStudio v11.20 delivers several large improvements to the XML Manager, most notably the new Attributes pane which provides an organized grid-style view of XML node attributes and includes the ability to quickly and easily edit them. The XML Manager is better than ever now with several usability improvements, including the ability to expand nodes in the XML Manager and active file at the same time, and a new "Format Document" context menu item to reformat and re-parse your XML file.

New: Updated Save and Open dialogs

Access your favorite system places with the new Open and Save dialogs, designed to take advantage of the Vista/Windows 7 favorites and libraries features.

New: Re-themed, redesigned icons

UEStudio v11.20 boasts a new icon set with higher-quality custom designed icons based on the .png format, providing smoother transitions between icon and background and better anti-aliasing.

UEStudio, all the features of UltraEdit plus the power of an IDE.

EStudio web development tools


Feature UE UES Benefit
Integrated PHP Debugger Integrated PHP Debugger (using XDebug) allows you to run your PHP scripts on a local webserver and debug them through UEStudio
PHP IntelliTips IntelliTips for PHP-specific language elements
Integrated PHP scripting support Integrated PHP functions allow you to parse and run your PHP scripts as well as check your PHP code
Integrated Ruby scripting support Execute and check your Ruby code, or launch Ruby with specified command line options and run it on the active script

UEStudio file handling tools


Feature UE UES Benefit
Project Manager View project list, set backup, specify project locations, create batch builder list, track time spent on projects
Solutions Menu Manage the way sets of related projects are configured, built, and deployed
SVN/CVS Support (Version Control) Add and configure VCS accounts to track developmental changes to your files

UEStudio file editing tools


Feature UE UES Benefit
Tabbed Output Window Execute multiple functions and store the dynamically generated output of these functions separately for future reference (during the active editing session)
Intellitips The power of language intelligence integrated with an intelligent auto complete tooltip for code elements of the current file. IntelliTips also provides a dialog-based popup that displays class/struct data members and functions. Some of this functionality is automatically triggered during the coding process while other items may be invoked from the IntelliTips toolbar

UEStudio integrated development tools


Feature UE UES Benefit
Workspace Manager Powerful tabbed interface that gives the user multiple methods of interacting with projects, solutions, files, resources, tags and much more
Build Project Save the active document if needed and compile and link all project files
Resource Editor Add, Remove, Browse resources as desired. Edit dialogs, string tables, menus and more. You can even configure UEStudio to edit bitmaps and icons via user-installed graphic editors
Project Converter Convert projects from Visual Studio format to a format supported by UEStudio
Classviewer Displays a parsed representation of the active project within the Workspace Manager. Quickly jump to definitions shown in this view
Compiler Support With support for over 65 different compilers, UEStudio is equipped to natively support project configurations for many popular programming compilers and assemblers, including Microsoft Visual C++, Java, GNU C/C++, and much more. This powerful capability provides users truly advanced IDE operations from within UEStudio
Debug Select a debugger and run it on the active file
Integrated Debugger (requires WinDBG installation) Launch your application, then start, end or restart a dbugging session. Also execute your code one statement at a time, one line at a time, or through the remaining lines. Add or remove breakpoints
Batch Builder Create lists of projects that are in one workspace and build them in one step
     

Clients who bought this also browsed these titles:

Softwarecasa Moneyback Guarantee
softwarecasa new Software

Bestsellers




Categories



: