Eclipse IDE online

This extension is the Eclipse IDE provided online

Τι είναι το Eclipse IDE online;

Το Eclipse IDE online είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://offidocs.com, και η κύρια λειτουργία του είναι "This extension is the Eclipse IDE provided online".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Eclipse IDE online

Λήψη αρχείων επέκτασης Eclipse IDE online σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Eclipse online is a web extension that provides an integrated development environment (IDE) for Java and other programming languages like C, C++, PHP, and Ruby. It is a Java IDE by adding Java development components (JDT) and it is also a C/C++ IDE because it adds C/C++ development components (CDT). Other modules can extend the Eclipse funcionality for additional programming languages.

Its main features are:

- Java, C, C++, PHP, Ruby projects Files arranged in package directories below one or more source folders.
- Libraries located in the same project, another project, or external to the workspace.
- Browse Java, C, PHP and Ruby projects In terms of Java-specific elements: packages, types, methods, and fields.
- Java, C, PHP, Ruby source code editor.
- Keyword and syntax coloring when editing the source code.
- Separate outline that display the source code declaration structure.
- Suggest how to resolve code issues.
- Legal completions for methods and classes.
- Refactoring.
- Find declarations, procedures, packages, types, methods, and fields.
- Integration with Java compiler and CC compiler.
- Incremental compilation.
- Include a console that provides stdout, stdin, stderr.
- Debug Java, C, PHP and Ruby programs.
- Set breakpoints and handle steps that go through the whole source code.
- When debugging it can inspect and modify fields and local variables.

Further instructions can be found at http://www.eclipse.org.

This extension uses the platform http://www.offidocs.com from which this software is served.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Eclipse IDE online Eclipse IDE online
ID emnjgfpochdhhgimnoadiiinampoihkk
Επίσημο URL https://chromewebstore.google.com/detail/eclipse-ide-online/emnjgfpochdhhgimnoadiiinampoihkk
Περιγραφή This extension is the Eclipse IDE provided online
Μέγεθος Αρχείου 429 KB
Αριθμός Εγκαταστάσεων 24,983
Τρέχουσα Έκδοση 2.3.1
Τελευταία Ενημέρωση 2022-09-06
Ημερομηνία Δημοσίευσης 2020-03-07
Αξιολόγηση 2.53/5 Συνολικά 38 Αξιολογήσεις
Προγραμματιστής https://offidocs.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.offidocs.com/media/system/apps/eclipse-online-ide-java-c-php.html
URL της Σελίδας Πολιτικής Απορρήτου http://www.offidocs.com/index.php/desktop-apps-policy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "2.3.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/suite_38.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icons\/suite_128.png",
        "48": "icons\/suite_48.png",
        "16": "icons\/suite_16.png"
    }
}