Download EPIC - EPIC Description, EPIC Reviews
Contact
 


 

Download

 
Download Now (0K)
GPL (GNU General Public License)
Downloads till now: 4
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

Emacs , Filters , IDEs , Indexing, Markup , Others , Text Editors , Vim Plugins , Word Processors ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML


Tag Cloud

EPIC

 

Details

Size: 0K
Last Update: 2008-06-01 22:45:40
Version: 0.4.0
OS Support: Linux
License/Program Type: GPL (GNU General Public License)
Publisher: Jan Ploski
Price:$0.00
Description:

EPIC 0.4.0 is ides software developed by Jan Ploski.
EPIC is a Perl IDE based on the Eclipse platform.



Features supported are syntax highlighting, on-the-fly syntax checking, content assistance, Perldoc support, a source formatter, templating support, and a Perl debugger.

A regular expression plugin and support for the eSpell spellchecker are also available.

What's New in This Release:
Debugger
Implemented Feature Request: [ 1351860 ] Right-click on runnable script to launch
Fixed Bug [1470346] Cannot execute scripts from linked folders
Implemented Feature Request: [ 1429720 ] Specify working directory for Perl run configurations
Fixed Bug [1233924] Debugging disabled in eclipse 3.1
Fixed Bug [1257160] Can't Debug ... "Error Parsing Debugger Variables"
Debugger now works with Eclipse 3.1
Check for errors in scripts before running/debugging
Fixed bug [1113326] show STDERROR stream in CGI console window
Fixed bug [1113336] Unable to set Perl include path in CGI debug mode
Fixed bug [1114090] NPE in CGITarget.startBrowser
Double-klicking on a breakpoint in the breakpoints view opens the corresponding file
Displaying of variables re-coded.
- This should remove all known bugs (" Error Parsing Debugger Variables")
- significant improvement in speed
Remote Debugging implemented
Improved handling of Regular Expression Breakpoints
- Property dialogue added
- if RegEx can't be extracted user is asked for intervention
- before executing a breakpoint properties are updated if source line has changed
Perl Debugger uses 127.0.0.1 to connect to EPIC for local debugging sessions. This should avoid some Problems with firewalls.
Fixed bug: [ 1050648 ] Environment vars not inherited by debugged script on Solaris
Implemented Feature Request: [ 1051399 ] Debug-Perspective: Switching automatically
Corrected createEnvArray() to work on Linux systems
Fixed problem with Cygwin (Pathmapper error)
Preserve spaces in variable values
Support displaying of empty arrays and hashes
Fixed bug: [ 996461 ] Debugger crashes Perl (termination procedere)
Fixed bug: [ 996581 ] run configuration dialogue forgets filename
Fixed bug: [ 996351 ] NullPointer exception during Launch (problems if path to Perl executable has spaces)

Editor:
Fixed Bug [ 1366386 ] parser unable to format function
Feature request 1504523 "Improved caret movement to/over word boundaries" implemented
Feature request 1476317 "Mark Occurrences editor feature" partly implemented
Outline now supports multiple package declarations per file
Outline selection now reflects caret position in the editor
Replaced use of org.epic.ext.cbg.editor with a custom ANTLR-based lexer
Partially fixed Bug [ 1345811 ] typing quotes (',") takes forever in 0.3.12
Partially fixed Bug [ 1306168 ] Open SUB Declaration doesn't work as advertised
Partially fixed Bug [ 1256511 ] Text Highlighting does not consider escape character
Fixed Bug [ 1366386 ] use of word 'quote' breaks syntax highlighting
Fixed Bug [ 1363498 ] Toggle Comment via key shortcut does not work
Fixed Bug [ 1363365 ] Outline doesn't heed __END__ token
Fixed Bug [ 1360594 ] syntax highlighting and "_" character in hash key
Fixed Bug [ 1354177 ] Single Quote and regular expressions
Fixed Bug [ 1334523 ] Quickdiff does not work
Fixed Bug [ 1333812 ] error during file save
Fixed Bug [ 1321329 ] Folding does not work reliably in 0.3.12
Fixed Bug [ 1320512 ] Opening Perl editor very slow
Fixed Bug [ 1316066 ] ResourceException for each closed project at startup
Fixed Bug [ 1314702 ] Problem in strings srottak@gmail.com
Fixed Bug [ 1312851 ] qr// problems with quotes
Fixed Bug [ 1309321 ] in reg exp makes rest of line look like a comment
Fixed Bug [ 1285425 ] Wrong View with perl "fork()"
Fixed Bug [ 1232049 ] code after fork highlighted till end of text
Fixed Bug [1305170] Syntax highlighting broken after regexp
Fixed Bug [1307071] syntax validation / error marking is not greedy enough
Fixed bug: [ 1295065 ] sub new not displayed in outline
Fixed bug: [ 1276748 ] Filetest operators break syntax highlighting
Rewritten bracket matching and smart typing code
Fixed bug: [ 1282601 ] Menu actions not linked to the active editor
Fixed bug: [ 1281422 ] Moving caret up and down doesn't work as expected around { }
Fixed bug: [ 1281415 ] Changing preferences causes an IllegalStateException
Fixed bug: [ 1281410 ] Auto-indent does not work with spaces instead of tabs
Feature request 1100818 "Errors in Modules should be listed" partly implemented
Improved displaying of compilation errors for files using CGI::Carp
Fixed bug: [ 1106548 ] Projects are now built asynchronously, build progress is reported, a build may be cancelled
Feature request 1114657 "Eclipse variables expansion" implemented by Przemyslaw Wesolek
Perl perspective now has shortcuts to show views, create new items (all related to existing actions)
Fixed several exceptions occuring with closed projects or with unexpected selections
Fixed bug: [ 1111483 ] Outline now only displays SUBs without trailing comments
Fixed bug: [ 1106001 ] Now only SUBs and Modules are listed which does not belong to any kind of Syntax group (like Quote, Pod, __END__, ...)
[ 1114652 ] Added support for modifier in regula expressions
[ 1113907 ] Added support for additional spanning types (e.g. 'format')
Module Degel::Refactor updated to version 0.03
Added support for regular expressions and HERE-Documents
Fixed bug: [ 1077441 ] Source formatter does not make tabs 4 column wide
[ 1077441 ] perlTidy: Better handling in rare case of invalid positioning
[ 1081462 ] Option for Enabling and Disabling AutoType-Feature of Quotes and Brackets
Perldoc View has been reimplemented (Accessible via Shift+Ctrl/Control+H)
Added New Perl File Wizard
Implemented Feature Request: [ 1047906 ] Validate source on request, not continuously
Added Jump Matching Bracket
Added Bracket Matching
Added Default Web-Starter Page
Fixed bug: [ 847291 ] Changes in Preference-Editor caused sometimes a NullPointer exception
Added Refactoring: Extract Subroutine. Uses CPAN module Devel::Refactor.
Added Source Folding for POD and subroutines (Source Folding can be disabled via Editor preferences)
Fixed bug: [ 1017681 ] outline/subroutines leads to wrong line if code contains POD
Added Source menu to Editor context popup menu
Added Validate Syntax to Edit menu
Added Open SUB Declaration [ 810926 ]: Finds the selected (resp. current position) SUB locally, require and packages
Fixed bug: Better handling when editing across Platform (line-separator issue in the Outline View)
Preference Page change: Interpreter name is automatically surrounded by "" if browse button is used
Implemented Feature Request: [ 847292 ] Add .pl to CVS ASCII file list
Fixed bug: [ 993685 ] Outlinie/Modules lists modules in POD with PC line endings
On double-click text selection also select @ and %. (Contributor: Danny Bud )
Fixed bug: [ 999542 ] ResourceException when file removed
Fixed bug: [ 996612 ] ClassCastException on Perl project right-click
Fixed bug: [ 993782 ] no warnings displayed until first change is applied
Fixed bug: [ 814986 ] Pragmas are not modules
Fixed bug: [ 991625 ] OutlineModules also lists modules from POD sections
Empty entries are no longer added to the Perl Include Path
Performance improvements (Outline View redraw enhanced)
Implemented Customizable Task Tags (RFE 990979)
Fixed bug: Task Tags on end of file do not raise an exception anymore
Fixed bug: Task Tags outside of comments are ignored now.
EPIC 0.4.0 supports different languages (including english). It works with Linux.

Downloading EPIC 0.4.0 will take if you use fast ADSL connection.


Leave a comment




(optional)

What is 7-3?




0 comments


Downloadtube.com agrees that pirated software hurts software developers and does not support such practices. We acknowledge and agree that software piracy is theft. Using EPIC crack, EPIC key generator, EPIC keygen, as well as any pirated EPIC serial number/serial numbers and EPIC registration code/codes, warez, keys, torrents, passwords, is illegal and does not support the future development of EPIC.

Downloadtube.com advises that EPIC should be only used in accordance with the rules of intellectual property and the existing Criminal Code. Downloadtube.com does not allow the inclusion of any crack, serial or keygen and disclaims any liability for the inappropriate use of EPIC.

Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

EPIC Version History

Product Date Added
EPIC 0.4.0 2008-06-01 22:45:40


Related Software

itools
From category: Markup
itools is a collection of Python libraries which provides a wide range of capabilities....
compview
From category: Others
compview is a Vim plugin that creates an interactive search window....
Hebrew Editor
From category: Word-Processors
Hebrew Editor package allows Hebrew-speaking users to create and edit Hebrew/English LaTeX documents....
o2x
From category: Markup
o2x is a small Python script that converts emacs outline mode files to XML....
SpeakTclEdit
From category: Text-Editors
SpeakTclEdit is a Linux console speaking text editor....
Python rope
From category: IDEs
Python rope is a Python IDE....
Emacs
From category: Others
Emacs 9.0-pre3 (GNUstep) is others software developed by Emacs Authors. Emacs GNUstep is a port of the latest GNU Emacs source to the OpenStep (or NeXTstep) APIs, as implemented by Cocoa on OS X as...
TEA text editor
From category: Others
TEA text editor is a modest and easy-to-use editor with many useful features for HTML editing....
C++ WSDL Parser
From category: Markup
C++ WSDL Parser 1.9.3 is markup software developed by vivek. C++ WSDL Parser is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and valida...
iText
From category: Others
iText is a library that allows you to generate PDF files on the fly....
Emacs Configuration Framework
From category: Emacs
Emacs Configuration Framework 0.0.5 is emacs software developed by Dmitry S. Kulyabov. Emacs Configuration Framework is a versatile configuration package for Emacs. It is meant for users whose Emac...
eq2png
From category: Markup
eq2png 0.01 is markup software developed by J. Scott Olsson. eq2png is a simple Perl script to make it painless to produce Portable Network Graphic (PNG) images for OpenOffice Impress presentations...
Diakonos
From category: Others
Diakonos 0.8.2 is others software developed by Pistos. Diakonos is a customizable, usable console-based text editor. I made Diakonos with the intention of being easier to configure and use than ema...
fig2ps
From category: Markup
fig2ps 1.3.6 is markup software developed by Vincent Fourmond. fig2ps is a perl script which converts xfig files to postscript or PDF, processing text with LaTeX. fig2ps&039;s primary aim is to...
Cream for Vim
From category: Others
Cream for Vim is a Vim configuration that emulates Mac/Windows text editors....
 

Top Downloads

 
1. Canon PIXMA iP1000 Printer Driver
2. Canon PIXMA iP1200 Printer Driver
3. Canon PIXMA iP1300 Printer Driver c
4. Canon PIXMA iP1600 Printer Driver
5. Canon PIXMA MP210 MP Drivers
6. Realtek High Definition Audio Codecs R
7. Canon LaserShot LBP-1210 Printer Driver
8. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
9. Canon i-SENSYS LBP2900 Printer Driver R
10. ZiPhone
11. Realtek RTL8100B(L)/RTL8100C(L)/RTL8101L/RTL8139C(L) Driver XP
12. Canon PIXMA MP160 MP Drivers xp64
13. Canon PIXMA iP1300 Printer Driver a
14. Canon PIXMA iP1200 Printer Driver d
15. Rapidshare Auto Downloader
16. The Sitter Downers Soundboard
17. Genius Eye 110 Webcam Driver
18. TR Birthday Reminder
19. Canon PIXMA iP1200 Printer Driver x64 d
20. Free PDF Editor

DownloadTube Editor Reviews

 
1. Alexey N's USB
Alexey N's USB is a simple and effective freeware created to...
2. FoxTag Editor
When you have a large music collection you might also have a...
3. RSSOwl
RSSOwl is a cross platform feed aggregator that lets you man...
4. VDriveAutorun
VDriveAutorun is a handy freeware that enables you to use th...
5. IniManager
The IniManager is a friendly and easy-to-use freeware create...
6. RecentX
RecentX is a fast and useful tool that is capable to instant...
7. OnServiceFailure
OnServiceFailure is a reliable NT service that will keep con...
8. NetStock
NetStock is a simple little freeware stock and mutual fund i...
9. OnChange
OnChange is a reliable and lightweight NT service that enabl...
10. Diabetic's NoteBook
Diabetic's NoteBook (DNB) is a simple freeware application c...

Software Reviews Full List



Video Reviews

 
1. TuxGuitar
TuxGuitar is an opensource multitrack tablature editor. You ...
2. VDriveAutorun
Helps you to use the Autorun-capabilities of windows in the ...
3. Purify
Purify helps you to remove all spam messages from your inbox...
4. Theenk American Capitals
Guess the capitals of American states....
5. Minh's Free PhotoResizer
This is a very simple utility to allow you to batch resize d...
6. Virtual Midi Piano Keyboard
A virtual MIDI piano keyboard for Linux, Windows and OSX...
7. Image Batch Uploader
Uploading images to the web has never been easier...
8. Diabetic's NoteBook
Diabetic’s Notebook (DNB) is simple application for people w...
9. CascadePoint
CascadePoint allows you to instantly backup your sensitive d...
10. Email Compass
Email Compass allows you to instantly archive filtered email...
11. Resize My Photos
Resize My Photos is a freeware application for resizing mult...
12. Converter Suite
Converter Suite is a powerful and easy unit converter applic...
13. Source Code Line Counter
Easily and quickly view the count of code lines of Delphi Pr...
14. OnChange
OnChange is a NT service that will allow you to watch a spec...
15. IniManager
The IniManager is made for comfortably working on Windows co...

More Video Reviews



Recent Blog Posts

 
1. Google Dashboard Knows All Your Secrets
If you are connected to your Google account and surf the web...
2. Google Friend Connect Is More User Friendly
Google Friend Connect, the Google service which allows webma...
3. Yahoo! Media Player: A Fast And Lightweight MP3 Player
If you are looking for a convenient and unobtrusive audio pl...
4. Indo Cleaner 2009 Maximizes Windows 7 Performance
Many of you might just have upgraded the current Windows ope...
5. Salesforce And Adobe: Rich Internet Applications In The Cloud
Adobe Systems Incorporated has just announced the partnersh...
6. Google Social Search: Tweets In Google Search Results
The real-time updates from social networks, like Twitter, r...
7. WordPress 2.8.5 Has An Enhanced Security System
Even the upcoming candidate for the most popular blogging pl...
8. Puppy Linux Built From Ubuntu Still Has 99 MB
As compared with earlier candidates, version 4.3 of Puppy Li...
9. Webmaster Tools: Googlebot Fetching Process And Malware Details
Recently, Google has included into Webmaster Tools service n...
10. Google Wave Into Firefox: The First Add-On
Google Wave, the upcoming communication service from Google,...