UEStudio 10.20

Downloads :
Total: 13  |  Last 7 days: 0
Product Version :
10.20
Producer :
Product type :
Shareware|Price : 79.95 $
Size :
22.37 MB
Date added :
April 19, 2011, 02:43
User Rating : (0 votes)
Rate this product!
0/5
OS Supported :
Windows Vista
Windows2003
WinXP
Windows2000
WinNT 4.x
WinME

UEStudio Information

Publisher's Description:

From IDM Computer Solutions, Inc.

Strong program even for simply editing text, building applications, maintaining databases or constructing websites

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!

Features
# What are Environments?
An environment allows you to toggle between editor layouts so as to allow you the ability to switch menus, toolbars, dockable windows, customized templates, and more based on your tasks/needs. Environments provide a way for you to customize the editor exactly as you'd like, and then save and switch to it at the click of a button. Visit our environments power tip to learn more.

# Open an Environment in a new instance
Should you wish to maintain your current environment while switching over to a new one in a new instance of the application, you can easily do so by CTRL + clicking on the environment you'd like to switch to!

# Web Developer features
UEStudio's Web Developer environment is built with the modern web developer's needs in mind. With quick access to everything from commonly-used HTML items to HTML validation tools and browser preview buttons, you can be sure your HTML code is standards-compliant. PHP, javascript, and Perl authors will love our function list, and of course syntax highlighting and code folding. Below are just some of the features included with this environment; for a more exhaustive look at the core featureset of UEStudio, take the UEStudio tour.

# UEStudio featurePHP Debugging support
UEStudio provides an inteface for PHP debugging through a local server installed on your system and XDebug. Once you have both of these installed and enabled on your local workstation, you can use UEStudio to run your PHP scripts with extended debugging support including stepping through your scripts, variable watching, error reporting, and call stack window.

# UEStudio featureJavascript lint
Keep your javascript source code clean and beautiful and fix formatting errors with integrated Javascript lint support! Run this tool from the "Format" menu; output is sent to one of the tabbed output windows.

# XML Manager
Access a parsed tree-style view of your XML-based files - any XML-based file including XHTML! Open up the XML Manager window and scroll through the XML tree to view parent/child nodes and elements. The collapsible nodes give you the ability to inspect one or more branches at a time, allowing you to see only what you want to see, and the XML Manager icons provide visual indicators of element types. The right-click context menu in the XML Manager gives you the ability to select and delete elements, cut/copy/paste elements, and duplicate elements. Frustrated with XML log files or error logs lacking new line characters? The XML Manager makes dealing with these a cinch! Browse elements in the XML tree view and double-click to jump to the element in the file - even if there are no line breaks!

# WebSearch toolbar
The WebSearch toolbar allows you to highlight a selection of text within the editor and then search for that text in your default browser on any number of search engines. For instance, perhaps you've downloaded a PHP file from your server that calls a PHP function that you don't know. Simply highlight the function and click the PHP.net icon on the WebSearch toolbar, and your query is sent to PHP.net for the function in question. The WebSearch toolbar currently provides search support for the following sites:
Google search
Yahoo search
Wikipedia
Dictionary.com
Thesaurus.com
Whois
Network Solutions Whois
PHP.net search
cplusplus.com search
MSDN online search

# UEStudio featureIntegrated Debugger toolbar
The integrated debugger in UEStudio provides integrated building and running of your applications in debug mode. To learn more about these tools and how to set up integrated debugging, read our quickstart guide on using the integrated debugger.

# Function list
The function list displays all the functions in the active file/project. Double clicking on a function name in the list repositions the file to the desired function. Also, as you navigate through a file, the function selected in the list changes to indicate what function the cursor currently is located in.

# HTML taglist
The HTML taglist provides quick access to commonly-used HTML tags that are inserted upon clicking, saving you the trouble of typing out the tag. To modify the tag list, simply right-click anywhere in the window and select "Modify Tags".

# Templates
Templates are user-created chunks of text that you may use repeatedly for many of your editing tasks. For instance, instead of typing out a new HTML document's DOCTYPE declaration, you could type it into a new template, then quickly access it via the templates list. UEStudio supports up to 50 user-created templates, and the Web Developer environment template list is populated with a collection of several commonly used HTML code chunks.

# File format conversion tools
Use these tools to convert files from one format to another. UEStudio supports file conversions between DOS, Unix, and Mac files, as well as Unicode, UTF-8, EBCDIC, OEM, ASCII, Big Endian, and more.
UEStudio featureScript toolbar

Did you know you can run your PHP/Ruby scripts, check the script output, and check your PHP/Ruby syntax all from within UEStudio? The script toolbar includes these options for running and parsing PHP and Ruby scripts. For more information on using the PHP/Ruby script tools, please see the PHP support and Ruby support sections of the UEStudio tour.

# HTML toolbar
The HTML toolbar allows you to insert standard HTML formatting code into the active document, greatly speeding up your web development process. You can modify the existing (standard) tags or create your own.
Form buttons insert standard HTML form code into the active document and image buttons insert standard HTML image elements. Special function tools perform functions specifically designed for developers working with HTML code, including a text-to-HTML converter, an encoding/decoding tool for converting selected text to/from HEX values, and an HTML Protector to protect embedded code (such as JavaScript) from browsing by others.

# Advanced web development toolbar
These advanced web development tools offer some expanded functionality for heavier or more advanced HTML development.

Color picker: The enhanced color picker allows you to sample/create/insert color values in decimal, hex, HTML, RGB color values. You may also use the "nearest color" function to insert standard HTML color names such as antique white or blanched almond into the active document.
Style builder: The CSS2 style builder provides a graphical interface anyone from novice to advanced can use to create CSS2 styles related to images, text, margins and padding.

HTML Tidy: This button provides an interface for configuring and executing HTML Tidy on the currently open document. For XML developers, UEStudio also includes support for XMLLint.

CSE HTML Validator: For CSE HTML Validator users, UEStudio provides a gateway to run HTML validation on your current document. CSE HTML Validator is an excellent utility that validates HTML, XML and other files. Through this feature, UEStudio provides integration of the validator so that it may be run directly from UEStudio. Its output will be captured and shown on the output window.

To make use of this feature, CSE HTML Validator must be installed on your system. All support and information regarding the use of CSE HTML Validator must be requested directly from its developers (not affiliated with IDM).

# FTP/SFTP/FTPS and SSH/telnet
UEStudio natively supports FTP, SFTP, and FTPS connections with its integrated FTP console, as well as SSH/telnet with an integrated console. This toolbar provides quick access to the FTP/SFTP/FTPS and SSH/telnet options, such as the FTP account manager, Open From/Save As to FTP, SSH/telnet account manager, and the toggle button for the SSH/telnet docked console. For more information on FTP/SFTP, please visit our FTP power tip.

# UEStudio featureTabbed output window
UEStudio supports a tabbed output window with four different tabs allowing output to be written and stored separately without overwriting the results of previously run functions. The advantage of the tabbed output window is that multiple functions may be executed and the dynamically generated output of these functions may be stored separately for future reference (during the active editing session). For more information on using the tabbed output window, please visit the output window section in our UEStudio tour.
You can also add your own search engines to the WebSearch toolbar by configuring a user tool. A step-by-step guide for this is available here.

# Browser preview tools
The ability to preview your HTML code inside a browser is essential for any web developer. UEStudio provides the ability to show the current file in your default browser, or show the current file in the browser view WITHIN the editor itself. Use the refresh button to update your changes.

# SSH/telnet console
Perform all of your command line operations from the SSH/telnet console within UEStudio! Configure and save multiple accounts, copy and paste between the console and the edit window, and keep multiple terminal connections open with the "add/remove terminal" feature. Get started with SSH/telnet by reading our SSH power tip.

# Syntax Highlighting
Syntax highlighting allows you to visually sort your code by highlighting related parts of the source code as different colors. For instance, if you're editing HTML files, you may want all (heading) tags to highlight a certain color, while your tags will highlight differently. This is all defined in the wordfile - a collection of language-specific keywords from where UEStudio draws its syntax highlighting. UEStudio includes syntax highlighting support for as many as 20 highlighting languages at once, but there are wordfiles for almost any coding language available for download from our site, which may be added to your main wordfile.txt. You can also build your own build your own wordfile for syntax highlighting.
Syntax highlighting also provides code folding, brace matching, autoindentation, autocorrection, and more.

# UEStudio featureTabbed Workspace Manager with Classviewer
Enhanced file tree view with tabs for displaying files for the active Project, a listing of currently open files, or an Explorer-like view of available drives/directories, and access to your FTP/SFTP accounts in the tree view. Also includes filters and a "Lists" tab for maintaining favorite file groups. UEStudio includes a Classviewer tab at the bottom of the workspace manager for a parsed visual representation of the active development project. To learn how to use the classviewer, read our classviewer power tip.

# Status Bar
UEStudio's status bar holds a wealth of information for you. Included on the status bar are the cursor's line and column numer, file format information, syntax highlighting language information, the file's last modification date and time, file size, current selected clipboard information, and more.

# Powerful Find and Replace
UEStudio is famous for its powerful find/find and replace dialogs which now supports multi-line find and replace operations, allowing you to easily search for (and replace) multiple lines of text with the click of a button.
You'll also be able to easily access recently-used search phrases as well as search favorites via our search and replace history and favorites buttons on the dialog. The dialogs also include Advanced options for advanced search operations such as regular expressions, columnar search, and the ability to output a list of lines containing your search string.
With UEStudio's powerful find and replace engine, you can search through a single open file, all open files, or any directory on your system. Easily accessed with CTRL + F for Find, or CTRL + R for replace, you'll quickly find that our powerful search engine is a tool you simply can't do without.

Previous Versions for UEStudio

Software Versions

  Date added
  Size
  April 19, 2011, 02:43
  22.37 MB
  November 16, 2010, 13:11
  20.59 MB

UEStudio 100% CLEAN Certification

100% Clean Award for UEStudio
RoSoftDownload.com team has tested UEStudio against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean of any form of malware..
Our editors will test this application periodically to assure that it remains clean.
Click the link below to view the entire antivirus report.


Complete antivirus report

User reviews

User rating

Your rating:  
Users rating: (0 votes)
 
 
 
 
 
0/5
0/5

Add a Review



(It will not be displayed. Is only for contacting you)
(from the image)
Image Code

!!! Fields marked with * are required !

Latest CD & DVD Burners
Software

Aplus DVD to iPod PSP 3GP PPC H264 MP4 Ripper 13.89 icon

Aplus DVD to iPod PSP 3GP PPC H264 MP4 Ripper 13.89

All-in-one mp4 converter tool, you are able to convert all favorite
May 23, 2012, 02:39 | Size: 3.92 MB
Nero InfoTool 8.0.1.100 icon

Nero InfoTool 8.0.1.100

Obtain information about the most important features of installed
May 22, 2012, 02:33 | Size: 28.9 MB
Aplus DVD Ripper 13.89 icon

Aplus DVD Ripper 13.89

Rip your DVD movies to any video formate
May 21, 2012, 07:04 | Size: 3.92 MB
Aiseesoft DVD Copy 5.0.08 icon

Aiseesoft DVD Copy 5.0.08

Copy DVD to DVD disc/DVD folder/ISO files, burn DVD folder/ISO
May 17, 2012, 05:45 | Size: 16.78 MB
Tipard DVD Creator 3.2.08 icon

Tipard DVD Creator 3.2.08

Create customized DVD folder or ISO files, burn DVD disc, DIY
May 6, 2012, 05:41 | Size: 36.69 MB
Aiseesoft DivX to DVD Converter 5.1.18 icon

Aiseesoft DivX to DVD Converter 5.1.18

Burn DivX, MPG, MPEG, MPEG-2, MP4, MOV, M4V, MPV, MOD, MJPG,
April 27, 2012, 02:01 | Size: 35.83 MB
Aiseesoft MPG to DVD Converter 5.1.18 icon

Aiseesoft MPG to DVD Converter 5.1.18

Burn MPG, MPEG, MPEG-2, MP4, MOV, M4V, MPV, MOD, MJPG, MJPEG,
April 26, 2012, 01:38 | Size: 35.83 MB
Aiseesoft MPEG to DVD Converter 5.1.18 icon

Aiseesoft MPEG to DVD Converter 5.1.18

Burn MPG, MPEG, MPEG-2, MP4, MOV, M4V, MPV, MOD, MJPG, MJPEG,
April 25, 2012, 01:53 | Size: 35.83 MB
Aiseesoft WMV to DVD Converter 5.1.18 icon

Aiseesoft WMV to DVD Converter 5.1.18

Burn WMV, ASF, VOB, RM, RMVB video to DVD disc, DVD folder and
April 23, 2012, 01:44 | Size: 35.73 MB
Aiseesoft HD to DVD Converter 5.1.18 icon

Aiseesoft HD to DVD Converter 5.1.18

Burn MKV, TS, MTS, M2TS, TRP, TP, TOD video to DVD disc, DVD
April 23, 2012, 01:41 | Size: 35.81 MB

Most Downloaded
CD & DVD Burners
Software

Nero icon

Nero

28,781 downloads
Burn video, audio, data CDs and DVDs. Create and Manage Your
NTI Media Maker icon

NTI Media Maker

1,442 downloads
Enjoy music, pro-quality movies, photos and data on flash, hard
Nero 9 Free icon

Nero 9 Free

1,303 downloads
Provides all the needed capabilities for copying from and data
Express Burn Plus Video Edition icon

Express Burn Plus Video Edition

567 downloads
Windows software to burn audio CDs, Video DVDs and data CD/ DVD/Blu-ray
DVDFab HD Decrypter icon

DVDFab HD Decrypter

477 downloads
It is a simple version of DVDFab Platinum - a DVD copying, burning
BurnAware Free icon

BurnAware Free

387 downloads
Ideal solution to create and backup data, audio, MP3 music, DVD-video
PowerISO icon

PowerISO

344 downloads
Image file processing tool that open, extract, create, edit,
UltraISO Premium icon

UltraISO Premium

337 downloads
Easy-to-use program to create, edit, burn and convert CD and
Burn4Free icon

Burn4Free

332 downloads
Free burning soft - MP3, WMA, ISO, copy DVD, Dual Layer, Overburning
DVDFab Platinum icon

DVDFab Platinum

284 downloads
A complete software application to backup your favorite DVDs.

Last Week
CD & DVD Burners
Best Downloads

Nero 9 Free icon

Nero 9 Free

19 downloads
Provides all the needed capabilities for copying from and data
CopyToDVD icon

CopyToDVD

4 downloads
Use this program to copy, burn and backup data, photos, audio
CDBurnerXP icon

CDBurnerXP

4 downloads
Burn CDs and DVDs, including Blu-Ray and HD-DVDs.
Cool MP3 CD Burner icon

Cool MP3 CD Burner

4 downloads
Burn your MP3 files onto audio CD, providing excellent sound
Express Burn Free CD Burning Software icon

Express Burn Free CD Burning Software

4 downloads
Free CD burner for Windows systems, able to burn audio, mp3 and
Nero icon

Nero

3 downloads
Burn video, audio, data CDs and DVDs. Create and Manage Your
Burn4Free icon

Burn4Free

3 downloads
Free burning soft - MP3, WMA, ISO, copy DVD, Dual Layer, Overburning
Joboshare Movie DVD Copy icon

Joboshare Movie DVD Copy

3 downloads
Backup DVD movie collection by 1:1, save your favorite DVD movie
Xilisoft DVD Creator icon

Xilisoft DVD Creator

2 downloads
It can easily and fast convert popular video formats and burn
1Click DVD Copy icon

1Click DVD Copy

2 downloads
Copy DVD movies to DVD disc to keep copies of the movie.
Contact | Privacy Policy
Copyright © 2008 - 2012 RoSoftDownload.com - All rights reserved.