|
1 | 1 | # Code editors
|
| 2 | +# Επεξεργαστές κώδικα |
2 | 3 |
|
3 | 4 | A code editor is the place where programmers spend most of their time.
|
4 | 5 |
|
| 6 | +Ένας επεξεργαστής κώδικα είναι ένας τόπος όπου οι προγραμματιστές περνούν το μεγαλύτερο μέρος του χρόνου τους. |
| 7 | + |
5 | 8 | There are two main types of code editors: IDEs and lightweight editors. Many people use one tool of each type.
|
6 | 9 |
|
| 10 | +Υπάρχουν δύο κύριοι τύποι επεξεργαστών κώδικα: [IDEs](https://el.wikipedia.org/wiki/Ολοκληρωμένο_περιβάλλον_ανάπτυξης) και lightweight editors. Πολλοί άνθρωποι χρησιμοποιούν ένα εργαλείο για κάθε τύπο. |
| 11 | + |
| 12 | + |
7 | 13 | ## IDE
|
8 | 14 |
|
9 | 15 | The term [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) (Integrated Development Environment) refers to a powerful editor with many features that usually operates on a "whole project." As the name suggests, it's not just an editor, but a full-scale "development environment."
|
10 | 16 |
|
| 17 | +Ο όρος [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) (Ολοκληρωμένο περιβάλλον ανάπτυξης) αναφέρεται σε ένα ισχυρό πρόγραμμα επεξεργασίας με πολλά χαρακτηριστικά που συνήθως λειτουργεί σε ένα "ολόκληρο project". Όπως υποδηλώνει ο όρος, δεν είναι μόνο ένας επεξεργαστής κώδικα, αλλά ένα "ολοκληρωμένο περιβάλλον ανάπτυξης". |
| 18 | + |
11 | 19 | An IDE loads the project (which can be many files), allows navigation between files, provides autocompletion based on the whole project (not just the open file), and integrates with a version management system (like [git](https://git-scm.com/)), a testing environment, and other "project-level" stuff.
|
12 | 20 |
|
| 21 | +Ένα IDE φορτώνει το έργο (το οποίο μπορεί να είναι πολλά και διαφορερικά αρχεία), επιτρέπει την πλοήγηση μεταξύ αρχείων, παρέχει αυτόματη συμπλήρωση με βάση το σύνολο του έργου [όχι μόνο το ανοιχτό αρχείο](https://www.yourdictionary.com/open-file) και ενσωματώνεται με ένα σύστημα ελέγχου εκδόσεων οπως το [git](https://git-scm.com/), ένα περιβάλλον δοκιμών και πολλά άλλα χαρακτηριστικά "σε επίπεδο έργου". |
| 22 | + |
13 | 23 | If you haven't selected an IDE yet, consider the following options:
|
| 24 | +Εάν δεν έχετε επιλέξει ακόμα ένα IDE, τότε εξετάστε τις ακόλουθες επιλογές: |
14 | 25 |
|
15 | 26 | - [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free).
|
16 | 27 | - [WebStorm](http://www.jetbrains.com/webstorm/) (cross-platform, paid).
|
17 | 28 |
|
| 29 | +- [Visual Studio](https://visualstudio.microsoft.com/vs/) (cross-platform, επί πληρωμής) |
| 30 | +- [WebStorm](http://www.jetbrains.com/webstorm/) (cross-platform, επί πληρωμής). |
| 31 | + |
| 32 | + |
18 | 33 | For Windows, there's also "Visual Studio", not to be confused with "Visual Studio Code". "Visual Studio" is a paid and mighty Windows-only editor, well-suited for the .NET platform. It's also good at JavaScript. There's also a free version [Visual Studio Community](https://www.visualstudio.com/vs/community/).
|
19 | 34 |
|
| 35 | +Το "Visual Studio" δεν πρέπει να συγχέεται με το "Visual Studio Code". Το "Visual Studio" είναι ένας επί πληρωμής και ισχυρός επεξεργαστής για τα Windows και Mac, κατάλληλος για την πλατφόρμα .Net. Επίσης είναι κάνει και για JavaScript. <br> Υπάρχει επίσης μια δωρεάν έκδοση στο [Visual Studio Community](https://www.visualstudio.com/vs/community/). |
| 36 | + |
20 | 37 | Many IDEs are paid, but have a trial period. Their cost is usually negligible compared to a qualified developer's salary, so just choose the best one for you.
|
21 | 38 |
|
| 39 | +Πολλά IDE είναι επί πληρωμής αλλά έχουν δοκιμαστική περίοδο. Το κόστος τους είναι συνήθως αμελητέο σε σύγκριση με το μισθό ενός ειδικευμένου προγραμματιστή, οπότε απλά επιλέξτε το καλύτερο για εσάς |
| 40 | + |
22 | 41 | ## Lightweight editors
|
23 | 42 |
|
24 | 43 | "Lightweight editors" are not as powerful as IDEs, but they're fast, elegant and simple.
|
25 | 44 |
|
| 45 | +Τα "Lightweight editors" δεν είναι τόσο ισχυροί όσο οι IDE, αλλά είναι γρήγοροι, κομψοί και απλοί. |
| 46 | + |
26 | 47 | They are mainly used to open and edit a file instantly.
|
27 | 48 |
|
| 49 | +Κυρίως χρησιμοποιούνται για να ανοίγμα και να επεξεργασία ενός αρχείο άμεσα. |
| 50 | + |
28 | 51 | The main difference between a "lightweight editor" and an "IDE" is that an IDE works on a project-level, so it loads much more data on start, analyzes the project structure if needed and so on. A lightweight editor is much faster if we need only one file.
|
29 | 52 |
|
| 53 | +Η κύρια διαφορά μεταξύ ενός "lightweight editor" και ενός "IDE" είναι ότι ένα IDE λειτουργεί σε project-leve, έτσι φορτώνει πολύ περισσότερα δεδομένα για την εκκίνηση, αναλύει τη δομή του έργου αν χρειαστεί και ούτω καθεξής. Ένας lightweight editor είναι πολύ πιο γρήγορος και χρησιμοποείται για γρήγορη επεξεργασία ενός αρχείο. |
| 54 | + |
30 | 55 | In practice, lightweight editors may have a lot of plugins including directory-level syntax analyzers and autocompleters, so there's no strict border between a lightweight editor and an IDE.
|
31 | 56 |
|
| 57 | +Στην πράξη, οι lightweight editor μπορεί να έχουν πολλά πρόσθετα, συμπεριλαμβανομένων αναλυτών σύνταξης σε επίπεδο καταλόγου και αυτόματων συμπληρωμάτων, οπότε δεν υπάρχει μεγάλη διαφορά μεταξύ ενός lightweight editor και ενός IDE. |
| 58 | + |
32 | 59 | The following options deserve your attention:
|
| 60 | +Οι παρακάτω επιλογές αξίζουν την προσοχή σας: |
33 | 61 |
|
34 | 62 | - [Atom](https://atom.io/) (cross-platform, free).
|
35 | 63 | - [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free).
|
36 | 64 | - [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware).
|
37 | 65 | - [Notepad++](https://notepad-plus-plus.org/) (Windows, free).
|
38 | 66 | - [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool if you know how to use them.
|
39 | 67 |
|
| 68 | +- [Atom](https://atom.io/) (cross-platform, δωρεάν). |
| 69 | +- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, δωρεάν). |
| 70 | +- [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware). |
| 71 | +- [Notepad++](https://notepad-plus-plus.org/) (Windows, δωρεάν). |
| 72 | +- [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) είναι επίσης πολύ καλή επιλογή, εφόσον ξέρετε πώς να τα χρησιμοποιήσετε. |
| 73 | + |
40 | 74 | ## Let's not argue
|
41 | 75 |
|
| 76 | +## Ας μην διαφωνούμε |
| 77 | + |
42 | 78 | The editors in the lists above are those that either I or my friends whom I consider good developers have been using for a long time and are happy with.
|
43 | 79 |
|
| 80 | +Οι επεξεργαστές κώδικα στις παραπάνω λίστες είναι εκείνοι που είτε εγώ είτε οι φίλοι μου τους οποίους θεωρώ καλούς προγραμματιστές έχουν χρησιμοποιήσει για μεγάλο χρονικό διάστημα και είναι ευχαριστημένοι. |
| 81 | + |
44 | 82 | There are other great editors in our big world. Please choose the one you like the most.
|
45 | 83 |
|
| 84 | +Υπάρχουν και άλλοι σπουδαίοι επεξεργαστές κώδικα στον κόσμο μας. Παρακαλώ επιλέξτε αυτό που σας αρέσει περισσότερο. |
| 85 | + |
46 | 86 | The choice of an editor, like any other tool, is individual and depends on your projects, habits, and personal preferences.
|
| 87 | + |
| 88 | +Η επιλογή ενός επεξεργαστή κώδικα, όπως και κάθε άλλο εργαλείο, είναι ατομική και εξαρτάται από τα έργα, τις συνήθειες και τις προσωπικές σας προτιμήσεις. |
0 commit comments