Code Monkey home page Code Monkey logo

plw-devenv's Introduction

This repository contains the source files used by the Planisware Runtime Development Environment.

To build the environment from the source : 

* Init the git submodule if needed :
git submodule init && git submodule update

* Git clone the repository : 
git clone https://github.com/Planisware/plw-devenv.git

* Install the environment
cd runtime
python make.py env

* Then go in the folder runtime/dist and follow the installation instructions, apart from the unzip the file part.

Your PATHTOINSTALLATIONDIRECTORY is here
GITCLONEDIRECTORY/runtime/dist

* Launch emacs !

* To update from the git repository : 
git pull
cd runtime
python make.py env

This work is provided under the MIT license, as mentionned in the files header and in the LICENSE file that must be provided with this source code. It is also provided "as is", with no warranty of any kind as mentionned in the license file

plw-devenv's People

Contributors

m-gautier avatar

Stargazers

 avatar Jaschar Jisreel Domann avatar Planisware Development avatar Björn Tropf avatar

Watchers

 avatar James Cloos avatar Mukund Zare avatar Björn Tropf avatar Thibault Roche avatar Planisware Development avatar  avatar

Forkers

mukundzare

plw-devenv's Issues

How do I effectively use the OPX2 Javascript major mode for a true REPL driven development?

I read through the user guide but it seems to not be comprehensive enough to help with the development as a proper IDE. How do I go about it?
For e.g.: What am I expected to get when I do:
M-x opx2-list-methods opx2-add-documentation, because they seem not to work.

Also, Is there already a way to execute code in my buffer in the javascript-evaluator buffer? Such that I do not have to copy paste into the buffer? Or would I have to create my own elisp function for it.

Highlighting of numbers

New feature: Highlight all numbers in pjs-mode.
var integer max = 10; // 10 should be highlighted

Connection to an LDAP server fails the first time

This issue only seems to happen when connecting to an LDAP server.

On the first connection try, a username and password is asked and an error occurs afterwards.
On the second try, no username or password is asked and the connection succeeds.

Contacting host: 10.10.212.182:80
There was an error connecting to the Intranet server
Contacting host: 10.10.212.182:80
Wrote /var/folders/7k/hsbw874d7sx6jx3z93qt86rc0000gn/T/isconnect11383_Os
Now connected to _ on port 34081

Open a function overview

New feature: Provide a buffer with a list of all functions/methods/classes of the currently displayed file. (or some similar implementation like collapse all/expand all)

Connecting to a https server fails

A connection error appears when connecting to an https server.
No username or password is asked; the connection fails before.

Contacting host: plwtest....com:443
There was an error connecting to the Intranet server

Emacs hangs when parsing special characters

The emacs-runtime hangs completely when it parses special (UTF-8?) characters in the code and can only be brought back with several C-g presses.

Example:

// -*- coding: windows-1252 -*-
// COPYRIGHT (C) Le Bihan Consulting GmbH 2017

namespace lbc;

// Comment with special character: …

function test()
{
  return "Can be anywhere in the script …";
}

Jump to definition

New feature: Provide a 'jump-to-definition' functionality for functions, methods and classes.

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.