Loading...
Flash Player 9 (or above) is needed to view slideshows. We have detected that you do not have it on your computer.To install it, go here
-
Added to the group YAPC::NA Houston 2007 by brian_d_foy
-
thomasfahle favorited this 2 years ago
-
-
chorny favorited this 2 years ago
Slideshow Transcript
- Slide 1: EPIC Perl Coding YAPC::NA 2007 Houston, TX Josh McAdams
- Slide 2: Quick Audience Poll How do you edit your Perl code?
- Slide 3: Sweeping Generalizations Ask just about any Perl programmer what he or she uses to edit Perl and you'll get any one of a hand-full of typical answers: - vi (the editor of the beast vi vi vi) - emacs (rms didn't get rms for no reason) - BBEdit - some random windows text editor - Notepad - UltraEdit basically, it all boils down to...
- Slide 4: [ This Slide Intentionally Left Blank]
- Slide 5: Text Editors Most of these environments are extremely powerful and can get the job done, but they have a problem... ... they can be intimidating
- Slide 6: √ √
- Slide 7: IDEs Yes, most Perl programmers imagine the worst, but a decent IDE really isn't bad to have in your toolkit. There are a few IDEs out there: - The Open Perl IDE - Komodo - Enginsit's Perl Editor - Affrus - Eclipse
- Slide 8: Eclipse Eclipse isn't just a Java IDE, it's actually a pluggable application framework... And one of those plugins happens to be EPIC, an Eclipse plugin for Perl integration.
- Slide 9: EPIC What is EPIC? - an Eclipse plugin that customizes the IDE for Perl development What does it do for me? - syntax highlighting - edit-time syntax checking - code assistants - quick references to perldoc - outline of used modules and subroutines - in-editor source formatting (perltidy) - HTML export - code templates - RegExp plugin - Perl debugger integration (even for web development)
- Slide 10: EPIC – The IDE
- Slide 11: EPIC – Syntax Highlighting Syntax Highlighting
- Slide 12: EPIC – Syntax Checking Syntax Checking
- Slide 13: EPIC – Code Assistant Coding Assistant
- Slide 14: EPIC - Perldoc Perldoc Integration
- Slide 15: EPIC – Perldoc Search Perldoc Search
- Slide 16: EPIC - Outlines Source Code Outlines
- Slide 17: EPIC – Perl Tidy Perl Tidy Integration
- Slide 18: EPIC – HTML Export HTML Export
- Slide 19: EPIC – HTML Export
- Slide 20: EPIC – Code Templates Code Templates
- Slide 21: EPIC - RegExp Regular Expression Evaluation
- Slide 22: EPIC - RegExp Interactive Regular Expression Evalutaion
- Slide 23: EPIC - Debugging Debugger Integration
- Slide 24: EPIC – Code Folding Code folding
- Slide 25: EPIC – Toggle Comments Comment Toggling
- Slide 26: EPIC – Toggle Comments TODO Lists
- Slide 27: EPIC – Refactor
- Slide 28: EPIC – Refactor Select the code to refactor and choose to 'Extract Subroutine'
- Slide 29: EPIC – Refactor Give the new sub a name
- Slide 30: EPIC – Refactor Watch as a sub is magically created for you
- Slide 31: EPIC – Refactor But it's not that smart
- Slide 32: EPIC – Refactor Still, an easy fix
- Slide 33: Understanding Eclipse - Eclipse thinks in workspaces, projects, views, and perspectives - A workspace is just a location of your code on the disk - A project is a group of files that logically fit together, sort of like a Perl distribution - A view is just a window in the interface that provides some sort of functionality... an editor, and outline, etc. - A perspective is a grouping of views that help you effectively do the task at hand... debugging, code editing, etc.
- Slide 34: When To Use Epic - Epic thinks in projects, it is part of a Java IDE, it can be slow to load and a little overkill for smaller projects. - Epic/Eclipse is really good at helping you manage large projects with multiple files and other resources. - Eclipse can be integrated with SVN, database browsers, and many other tools that can consolidate all of your project tools into one interface.
- Slide 35: Resources Eclipse http://www.eclipse.org/ EPIC http://e-p-i-c.sourceforge.net/ Build Perl applications with Eclipse http://www.ibm.com/developerworks/edu/os-dw-os-perlecl-i.html How to debug Perl apps with Eclipse http://www.ibm.com/developerworks/edu/os-dw-os-perlecl-i.html

