Giter Club home page Giter Club logo

e2edit's People

Contributors

itsbth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

e2edit's Issues

Maximizing has no undo

If i drag the E2Edit window to the top of my screen (win7 aero snap) there's no way to get it sized back.

well, except for restarting.

AbstractFoldingStrategy not found

AbstractFoldingStrategy isnt found,
and this is all thats in the file

namespace E2Edit.Editor
{
class E2FoldingStrategy : AbstractFoldingStrategy
{
public override IEnumerable CreateNewFoldings(TextDocument document, out int firstErrorOffset)
{
throw new NotImplementedException();
}
}
}

Folders are not recognized

I cannot browse through the folders inside of the main Expression2 folder, I can only select the expressions that are in the main folder.
OS: Windows XP
Version: Alpha 3

How Tab works

In the in-game editor, the Tab key simply inputs 4 spaces into the code. Backspace then removes the four spaces if there are only four-space chunks behind the cursor.

Currently, Tab indents the line in the manner that tab usually does. If it is possible, I think that Tab should be changed to the way it works in the in-game editor.

OS: Windows XP
Version: Alpha 3

Color of @name, @inputs, etc. lines

For visual consistency, the whole line after the @ sign should be colored yellow, except for the :vector or other type indicators, which should be orange instead of grey/yellow.

OS: Windows XP
Version: Alpha 3

Expression list not cleared after save

When I created a new file with the editor, it worked, but the list to the left was not cleared before it put in the new list.

E.g.: it went from
A
B
C

to

A
B
C
A
B
C
test

instead of

A
B
C
test

OS: Windows XP
Version: Alpha 3

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.