This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www-content.
View the commit online.
commit bca39128e1d12fdc8225460591ca66a5fcfdf89d
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Wed Feb 5 13:36:28 2025 +0000
remove editors broken links section
---
pages/contrib/devs/start.md.txt | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/pages/contrib/devs/start.md.txt b/pages/contrib/devs/start.md.txt
index 617c05d23..32666a51a 100644
--- a/pages/contrib/devs/start.md.txt
+++ b/pages/contrib/devs/start.md.txt
@@ -44,17 +44,6 @@ New contributors to the project should try use [Gitea](https://git.enlightenment
Before submitting code to the Enlightenment git repositories, mailing list, or through the [patch submission process](#Patch_Submission_and_Review), always test it for errors using both positive (expected values/behavior) and negative (unexpected values/behavior) tests. Run your code inside ``valgrind`` to ensure its memory access is correct and it does not leak.
-## Editors ##
-
-Advice on tailoring particular editors for ease of use during Enlightenment development can be found below.
-
-* [Eclipse](https://phab.enlightenment.org/w/ecoding/eclipse/)
-* [Emacs](https://phab.enlightenment.org/w/ecoding/emacs/)
-* [Jed](https://phab.enlightenment.org/w/ecoding/jed/)
-* [SciTE](https://phab.enlightenment.org/w/ecoding/scite/)
-* [Vim](https://phab.enlightenment.org/w/ecoding/vim/)
-* [Geany](https://phab.enlightenment.org/w/ecoding/geany/)
-
## Contributing New Features or Infrastructure ##
If you have an idea for a new feature, first check that it is not already present within the Enlightenment Foundation Libraries (EFL) or other infrastructure. The following features are sometimes overlooked, and can often provide functionality otherwise missing:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.