Giter Club home page Giter Club logo

elementary-ide's Introduction

elementary IDE

An unofficial elementary OS (Vala) oriented IDE.

Alt text

Planned features

  1. Complete Vala support (highlighting, symbol previewing, live error reporting)
  2. Build system (CMake, Make)
  3. Editor Split View
  4. Debbuging
  5. Symbol tree
  6. Auto-fetching build system options
  7. elementary OS specific features (debian packaging, publishing to AppCenter)

Compiling

At this moment there is no repository for easy installation, you will need to compile this project on your own. Here are 3 steps which will guide you through the compiling process:

1. Installing dependencies:

These are the required dependencies in order to build elementary IDE:

  • libgranite-dev
  • libgtksourceview-3.0-dev
  • libvala-0.34-dev
  • libvte-2.91-dev
  • libjson-glib-dev
  • libgee-0.8-dev
  • libvaladoc-dev

If you are on elementary OS (Loki) you can install them all with this command:

sudo apt install libgranite-dev libgtksourceview-3.0-dev libvala-0.34-dev libvte-2.91-dev libjson-glib-dev libgee-0.8-dev libvaladoc-dev

If you are on Ubuntu-based (only >= 16.04) system you will need additional repositories to install all needed dependenices (untested):

sudo add-apt-repository ppa:elementary-os/stable
sudo add-apt-repository ppa:elementary-os/os-patches
sudo apt update

And then follow the previous elementary OS (Loki) instructions.

2. The actual compiling:

  1. Clone this repository or download and unpack it.
  2. Open a terminal and cd into the root of this project.
  3. Execute these commands in the following order:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make

3. Installing & running the project:

  1. Once you've done step 2, without closing the terminal, install elementary IDE by executing this command:
sudo make install
  1. The application entry should appear in the applications menu, if you want to debug the app the executable name is elementary-ide.
  2. The end!

elementary-ide's People

Contributors

aleksandar-stefanovic avatar artemanufrij avatar donadigo avatar jvictormmoreau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elementary-ide's Issues

Fast & powerful search

Implement a fast search that will search across all the files in the project directory.

Can't compile

Hello,

I can't compile your project.
First : libvala-0.32-dev doesn't exist in apt this day. i had to modify cmake to use the 0.30 version.
Second :
CMake Error at CMakeLists.txt:26 (include):
include could not find load file:
ValaVersion

CMake Error at CMakeLists.txt:27 (ensure_vala_version):
Unknown CMake command "ensure_vala_version".

-- Configuring incomplete, errors occurred!

Thanks,

can't save file changes

Hey,

When i'm editing a file, and trying to save my changes, i've got a bunch of FATAL errors :

[Gtk] gtk_text_iter_set_line_offset: assertion 'char_on_line <= chars_in_line' failed

and at the right of the file name, i have a circle.

After, the IDE is unusable.

Sidebar not found

Thanks for cmake commit :)
now the make fail.

 The type name `Granite.Widgets.Sidebar' could not be found
        private Granite.Widgets.Sidebar sidebar;
                ^^^^^^^^^^^^^^^^^^^^^^^
/home/psylock/Documents/Projets/elementary-ide/src/EditorView.vala:221.57-221.85: error: The type name `Granite.Widgets.SidebarHeader' could not be found
        private void process_directory (File directory, Granite.Widgets.SidebarHeader? previous_header = null) {
                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/psylock/Documents/Projets/elementary-ide/src/EditorView.vala:225.17-225.45: error: The type name `Granite.Widgets.SidebarHeader' could not be found
                Granite.Widgets.SidebarHeader? header = previous_header;
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/psylock/Documents/Projets/elementary-ide/src/SidebarFileRow.vala:21.32-21.57: error: The type name `Granite.Widgets.SidebarRow' could not be found
    public class SidebarFileRow : Granite.Widgets.SidebarRow {
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 4 error(s)

Basic support for other languages

Set up a bunch of standard interfaces in the code to be able to implement them to support other languages easily. This will enable the IDE to have external plugins.

Simple debugging

Simple debbuging should have options for setting environment variables and running the application with specific arguments (e.g: gdb)

IDE does not open

Log Terminal:
robertsanseries@robert-notebook:~$ elementary-ide
[INFO 21:48:57.579349] Application.vala:153: elementary IDE version: 0.1
[INFO 21:48:57.579545] Application.vala:155: Kernel version: 4.8.0-56-generic
[ERROR 21:48:58.337595] [GLib-GIO] Settings schema 'com.github.donadigo.elementary-ide' does not contain a key named 'show-mini-map'
Trace/breakpoint trap (imagem do núcleo gravada)

Build system

A simple build system should feature options for building application for release & debug mode. The projects that are CMake or Make projects should be automatically parsed for faster setting up the workflow.

unable to create new project

Hi I've just cloned and build the latest version on 16.04, program was installed successfully, but on clicking on new project, nothing is happening...
I tried to launch it from the terminal, and there are no error messages...

Split view

Probably it could be great if the editor had a split view so two or more documents can be viewed at once.

Missing settings

We should make a settings dialog, similar to one in Scratch, that allows theme changing, editor theme changing, and other various SourceView settings (which are currently hard-coded).

Symbol tree

On the right side of the editor there should be an expandable symbol tree displaying the symbols from the current file which also could be hidden.

Can't open the editor in any way

When I try any of the three options on the startup screen, I get this error

[FATAL 20:28:36.510005] [Gtk] gtk_file_filter_get_name: assertion 'GTK_IS_FILE_FILTER (filter)' failed
[WARNING 20:28:36.513352] [Gtk] gtk_window_set_titlebar() called on a realized window
[FATAL 20:28:36.555892] [Gtk] gtk_tree_view_set_model: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed
[FATAL 20:28:36.555979] [Gtk] gtk_tree_view_column_get_visible: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
[FATAL 20:28:36.556034] [Gtk] gtk_tree_view_column_get_title: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
[FATAL 20:28:36.556363] [Gtk] gtk_tree_view_column_set_title: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
[FATAL 20:28:36.556527] [Gtk] gtk_tree_view_column_set_expand: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
[FATAL 20:28:36.556660] [Gtk] gtk_tree_view_column_set_expand: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
[FATAL 20:28:36.556781] [Gtk] gtk_tree_view_columns_autosize: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed
[FATAL 20:28:36.556844] [Gtk] gtk_tree_view_column_set_sort_column_id: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
[FATAL 20:28:36.556905] [Gtk] gtk_tree_view_column_set_sort_column_id: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
[FATAL 20:28:36.556941] [Gtk] gtk_tree_view_column_set_sort_column_id: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
[FATAL 20:28:36.556983] [Gtk] gtk_tree_view_column_set_sort_column_id: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
[FATAL 20:28:36.557023] [Gtk] gtk_tree_view_set_search_column: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed
[FATAL 20:28:36.557061] [Gtk] gtk_tree_view_get_model: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.