Giter VIP home page Giter VIP logo

avalonstudio's Introduction

Build status CodeFactor Gitter

AvalonStudio

An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript

Building from source

1. Install Dependencies

2. Get the code

Clone the repository recursively.

git clone https://github.com/VitalElement/AvalonStudio --recursive

3. Build the project

cd AvalonStudio/AvalonStudio/AvalonStudio
dotnet restore
dotnet build

4. Run locally built binaries

cd bin/Debug/net5.0
./AvalonStudio

avalonstudio's People

Contributors

ava57r avatar azure-pipelines[bot] avatar fornever avatar grokys avatar jameswalmsley avatar jkoritzinsky avatar jp2masa avatar kekekeks avatar krutonium avatar mathias234 avatar melmass avatar mvfranz avatar najlot avatar nopara73 avatar patrick-a-cavanaugh avatar pipe01 avatar seeker1437 avatar superjmn 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  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  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

avalonstudio's Issues

Integrate Clang 3.8 features

-ggdb is equivalent to -g plus tuning for the GDB debugger. For compatibility with GCC, Clang allows this option to be followed by a single digit from 0 to 3 indicating the debugging information “level.” For example, -ggdb1 is equivalent to -ggdb -g1.
-glldb is equivalent to -g plus tuning for the LLDB debugger.
-gsce is equivalent to -g plus tuning for the Sony Computer Entertainment debugger.

Perspex nuget package

Cannot build.
AvalonStudio project is depending on Perspex 9999.0.960-nightly nuget package. What a strange version? And what's the purpose of having perspex as git subproject at the same time?

Platform Checks

I noticed a lot of things that there were changes to add linux support, why not add platform checks? I know it might be ugly.

integrate debug manager

Debug manager needs huge re-wrote to fix issues.

Consider adaptation of miengone, in anycase needs to use async and correctly.

Add MEF framework

  • MEF for Language services...
  • MEF for Project types...
  • MEF for compilers and toolchains...

Implement Dialogs to configure project include paths

Include paths and defines belong with C/C++ projects.
Implement exporting with checkboxes, and global inherit (i.e. passed up to top level. not just to the referencer).

(Perhaps VEBuild project type can rename to CPP Project wit this.)

Consider if Compile settings needs its own include path dialog.

Major ui polish

Dialogs, main controls, add transitions and animations...

global menu on mac / linux

Add dissasembly

Take a real look at how this has been done in miengine, this could make us much more reliable

Code folding

This will somehow effect which lines make it to visual lines list.

Implement a base class for Intellisense logic...

The logic will sometimes change depending on when CPP or other language is used...

The intellisense interpreter can be provided via the language service...

needs to handle keystrokes, and text input, with access to text document.

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.