Eddie

Software Screenshot:
Eddie
Software Details:
Version: 3.4.2 updated
Upload Date: 4 May 20
Developer: EL34 Software
Distribution Type: Freeware
Downloads: 24
Size: 17887 Kb

Rating: 2.0/5 (Total Votes: 3)

Eddie is a programmers editor for MacOSX and Gnome Linux. Inspired by the Macintosh Programmer's Workshop, Eddie brings some of it's powerful features into a modern lightweight and capable programmer's editor. Eddie is ideal for C++/Obj-C development using makefiles and shell tools but can also be used with XCode projects. The Worksheet in Eddie is a full-featured shell that combines the power of bash and the ease of editing in a normal text window-like mode. Eddie is equally capable at editing HTML, JavaScript, Python, Ruby, Lua and many other languages. Originally written for BeOS it is lightweight, fast and responsive. Currently actively developed on the Mac, it is a modern, fully native Mac app, well integrated into the latest versions of Mac OS X. Beta of a Gnome Linux version also available.

What is new in this release:

  • Worked around a Catalina scroll view bug that sometimes leaves portions of view undrawn
  • Fix a few bugs related to having spaces in the home directory path
  • Fix glitches in git commit spew handling

What is new in version 3.3.4:

  • Bugs and incompatibilities
    • mac OS Mojave
      • Fix overscroll drawing
      • Fix drag&drop incompatibility
      • Fix a bug with tellEddie blocking mode not working
    • Fix Open Quickly menu item going dim
    • Fix a bug with workset Window always opening on startup
  • Crashes
    • Occasional crasher in Declaration dialog
    • Occasional crasher in Open Quickly dialog
    • Occasional crasher closing split pane
    • Occasional crasher in Shell when emitting complex spew

What is new in version 3.3.3:

  • Optionally show/color stray whitespace
  • Optionally auto-trim stray whitespace
  • Menu command to trim stray whitespace
  • Menu command to trim stray whitespace

What is new in version 3.3.2:

  • Server Open Dialog
    • Correctly handle all forms of passwords
    • Better URL parsing
  • Crashes and performance
    • Fix responsiveness problems when large worksets are opened
    • Entering non-numeric characters into the Go To Line dialog would break things
    • Fix ocasional crash on quit, closing a workset

What is new in version 3.3.1:

  • Server Open Dialog
    • Correctly handle all forms of passwords
    • Better URL parsing
  • Crashes and performance
    • Fix responsiveness problems when large worksets are opened
    • Entering non-numeric characters into the Go To Line dialog would break things
    • Fix ocasional crash on quit, closing a workset

What is new in version 3.2:

  • Syntax coloring improvements
    • Fix performance of coloring updates in mega-huge files, particularly html
    • Fixed performance of colored shell output such as xcodebuild
    • Properly color C++11 keywords final and override
  • SFTP Open panel
    • Handling of ECDSA key change errors
    • Draw links to some well known folders as folders, not generic files
  • Shell output
    • Undo of colored shell output no longer strips ANSII colors
    • Better support for backspaces
  • Workset window
    • Added an "Open in Tab" context menu item
    • Fixed keyboard type-ahead
  • Added $LINE_EXPANDED_SELECTED_TEXT and $WORD_EXPANDED_SELECTED_TEXT smart clipboard symbolic values
  • Fixed Indexer C++11 handling
  • Swift function popup improvements
  • Color redundant spaces followed by a tab as stray invisibles
  • Bison/Yacc function popup
  • Document list window improvements
  • Fixed ocasional crash when un-splitting split pane windows
  • Beta of C++ indenter

What is new in version 3.1:

  • Improved Balance and the double-click to balance command
    • Compiler-like accuracy/correctness
    • Full handling of quoting, comments and other language constructs
    • Support for balancing of <> pairs, when possible
    • Balancing of comments
  • Bring back kiss matching
    • Use the new accurate balancing engine for better correctness of matches
    • Arrowing over balance-able character flashes match
  • Improved Smart Swap
    • Now understand C++11 initializer syntax and correctly swap initializers
    • Understand and correctly swap lambdas as function arguments
  • Improved syntax coloring
    • C++ coloring -- better handling of unterminated strings
    • Misc. improvements in Swift, Ragel, Python coloring
  • Function popup
    • Better Swift support
    • Better Ragel support
  • Find panel
    • Pre-configured find strings menu items can now have associated keyboard shortcuts
  • SFTP OPen Panel
    • Fix a bug with panel sometimes not entering a selected directory
    • Fixed a crash double clicking panel row header
    • Made Eddie handle sftp:// URLs
  • Commenter: fixed some quirks when commenting and uncommenting shell files (and Python)
  • Symbol completion: Indexer now enumerates paths using xcrun to better support SDK includes
  • Improved Line Number gutter
    • Floats above text, when scrolling horizontally
    • Dragging on line gutter performs a whole line selection
  • SFTP Open dialog
    • Persist dialog size
    • Fix a bug trying to open a file in a list showing truncated entries
  • Prototyper: Fixed "Traditional" theme to correctly emit static member prototypes
  • Commenter: Fixed uncommenting of shell comments in Ragel sources
  • Tab completion: Made path cache less aggressive
  • Made executing Python scripts not mess up worksheet termios
  • Fixed some rare crashes on quit
  • Fixed some cases of runaway re-indexing

What is new in version 3.0.2:

  • Fix crash in Open Selection.
  • Syntax coloring: fix recoloring of "#include <foo.h>".

What is new in version 3.0:

  • Improved Find
    • Multi-find&replace
    • Sped up Replace And Find
    • Simplified Multi File directory search path popup
    • Added more source file types to type filter popup
    • Multi File search now includes frontmost document, even though it's otherwise not included in the search list
  • Clipboard enhancements
    • Clipboard history stack
    • Paste history menu
    • Clipboard popover windows
    • Editable clipboard history for main as well as extended clipboards
    • Extended clipboards support smart paste entries with symbolic token expansion
    • Added keyboard shortcut primitives for first 6 entries in each clipboard
  • Improved Function Popup
    • Better #if branch handling
    • More C++11 support:
      • modern function return type syntax
      • rvalue references
      • handling of noexcept
    • More Obj-C support:
      • @property
      • Obj-C methods with unnamed selectors
    • Correctly handle "#pragma mark - foo -"
    • Show TODO, [TODO], FIXME as markers in popup
    • Support Ragel
  • Improved syntax coloring
    • More complete C++14 handling
    • Better template class coloring
    • Better template function coloring
    • Better include coloring
    • Color TODO, [TODO], FIXME
    • Color Obj-C @properties
    • Handling of #if 1/#else blocks as comments
    • Fixed recoloring when editing .css documents
  • New Document list window
    • Allows fast selective closing of a bunch of windows
    • Allows fast grouping/re-grouping of windows into tabs
  • Improved Shell Tab Completion
    • Completions from system headers now draw in dark green, distinct from local files
    • Hitting Tab for a third time will now attempt to complete a local directory completion, if possible
  • Improved Ifdef balancer
    • Added balancing of makefiles
    • Added balancing of Obj-C @interface @end
  • Commenter: fixed some quirks when commenting and uncommenting shell files (and Python)
  • Symbol completion: Indexer now enumerates paths using xcrun to better support SDK includes
  • Improved Line Number gutter
    • Floats above text, when scrolling horizontally
    • Dragging on line gutter performs a whole line selection
  • SFTP Open dialog
    • Persist dialog size
    • Fix a bug trying to open a file in a list showing truncated entries
  • Tab View: Drop a tab on originating window opens as a new window
  • User Menu commands: ensure directory is set to that of the active shell prior to executing a command
  • Fixed a problem with pane resize thumb sometimes showing for occluded windows
  • Fixed a problem where miniaturized windows weren't included in the persisted open window list
  • Updated help docs
  • New look

What is new in version 2.5.7:

  • New smart Open Quickly feature with approximate matching
  • C++14 number separator in syntax coloring and function popup
  • Fixed occasional crash in reverse find
  • Fixed sorting of a huge selection
  • Better handling of unsaved documents on quit
  • Few more bug fixes

Similar Software

SoundsLike
SoundsLike

4 Jan 15

FGHexEditor
FGHexEditor

3 Jan 15

SmartCVS
SmartCVS

14 Feb 15

myFMbutler DoSQL
myFMbutler DoSQL

3 Jan 15

Comments to Eddie

Comments not found
Add Comment
Turn on images!