github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

rlisagor / e forked from etexteditor/e

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 3
    • 38
  • Source
  • Commits
  • Network (38)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

e text editor — Read more

  cancel

http://e-texteditor.com

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Prepare for release 1.0.34b 
astigsen (author)
Thu May 21 06:44:48 -0700 2009
commit  853366321b5d5b6a5b3b334785b00722b1f08ba7
tree    eac1dd5da5f36fab2df758e367840b7378cfaf1c
parent  d221cf477c9b372e56fb4d24d5e36b47140ddcb6
e /
name age
history
message
file .gitignore Tue Apr 21 11:26:56 -0700 2009 Add Makefile rules to create packages Tar arch... [tea]
file bugs.txt Wed Apr 08 11:25:51 -0700 2009 Bugs [adamv]
directory docs/ Thu May 21 06:44:48 -0700 2009 Prepare for release 1.0.34b [astigsen]
directory ecore/ Loading commit data...
directory external/ Sat May 16 08:49:12 -0700 2009 Merge branch 'master' of git://github.com/etext... [adamv]
file linux-notes.txt Wed May 06 05:01:46 -0700 2009 64-bit and Ubuntu-related changes [Andrey Turkin]
file readme.txt Fri May 08 15:30:09 -0700 2009 Add notes on cross-platform wx includes. [adamv]
directory src/ Thu May 21 06:44:48 -0700 2009 Prepare for release 1.0.34b [astigsen]
directory testfiles/
file todo.txt
file windows-notes.txt Wed Aug 26 03:25:10 -0700 2009 Restored windows-notes [astigsen]
readme.txt
This repository contains the source and binaries for the "e" text editor.

= Links & Information =
Homepage: http://www.e-texteditor.com/
IRC: irc://freenode/etexteditor

= Git notes =
Windows users in particulary should take note of the Line Endings section.

== Line Endings ==
This is a Liux/Windows cross-platform project. Because of this and git's behavior,
file line-endings are important to get right and keep consistent.

The default for all new files in this repo is to use UNIX-style "LF" endings.
The only time Windows-style line endings "CRLF" should be used is if some 
Windows-specific file requires them to work properly.

=== Git settings ===
For Windows users, edit .git/config and under [core] add the setting:
  autocrlf = false
  
This will preserve line-endings as they exist in the repo.

=== Visual Studio ===

Visual Studio does *not* have a setting for "always use LF"; to save a file 
with different line ends you must use the "File | Advanced Save Options"
dialog and then re-save the file.

Always `git diff` before committing; if every line in a file is marked as
changed then you probably converted CRLF to LF accidentally. Resave the file
and re-diff before committing.


= Header Files =
Compilation on Windows with Visual Studio uses the wxWidgets pre-compiled header.
Including this header will include everything otherwise available through "wx/wx.h"

Linux builds do not have this header available, and must explicitly include "wx/wx.h".

To include files in a cross-platform way, use this pattern:
    #include "wx/wxprec.h"

    #ifndef WX_PRECOMP
      #include <wx/wx.h>
    #endif
    
    // Other includes not defined in wx/wx.h go here for both platforms.
    // Example:
  #include <wx/arrstr.h>
  
For code that does not require the full wx/wx.h header (usually non-GUI code that
makes use of wx core types), include a smaller set of standard includes within the
WX_PRECOMP block if appropriate.


= Building e =
See `windows-notes.txt` or `linux-notes.txt` as appropriate.

= Additional dependencies and add-ons =
 * e Support folder & built-in themes and bundles: http://code.google.com/p/ebundles/
 * wxCocoaDialog: http://github.com/adamv/wxcocoadialog/tree/master
 * e-find-in-files: http://github.com/adamv/e-find-in-files/tree/master


= Bugs, Build Problems and Feature Requests =
GitHub now has an issue tracking feature. e itself already has several
avenues for bug reports and feature requests, as can be found from the
e homepage.

Issues related to building and packaging e itself, or suggested code changes/
refactorings may be placed in the GitHub issue tracker:
 * http://github.com/etexteditor/e/issues
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server