Code Monkey home page Code Monkey logo

haxedevelop.org's People

Contributors

andyli avatar ibilon avatar markknol avatar

Stargazers

 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

haxedevelop.org's Issues

Autocomplete bug

Similar to a bug in the FlashDevelop.
Autocomplete don't working in the last (bottom) function (method) of the any class.

Problem with package names beginning with capital letter.

Using HaxeDevelop 5.1.1.1 for .Net 3.5. The project is Lime based Haxe. I am attaching the
project.xml (as project.txt)
project.txt
file I am using. I am running on Windows 7.

I used the add directory in the project window to create a directory named "Manager". Then
I refactored a class file to move it into the Manager package. Haxedevelop automatically updated
the references. However, when I try to build I get a message saying that it cannot find the type
"Manager".

Then I renamed the directory using HaxeDevelop to "manager" with reference updating. Then compilation worked as expected.

If you need more information let me know.

Tom

Binary stream '0' does not contain a valid BinaryHeader

I've installed 5.2, I can't start it, I keep get this error:

Binary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization.

at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at PluginCore.Utilities.ObjectSerializer.InternalDeserialize(String file, Type type)
at PluginCore.Utilities.ObjectSerializer.Deserialize(String file, Object obj, Boolean checkValidity)

Syntax error reported when there is not one

As I stated on Stack Overflow 2 days ago, I typed an array pattern matching example from the Haxe docs into HaxeDevelop

    package;

    /**
     * ...
     * @author Terrence Brannon
     */
    class ArrayMatching 
    {

        static public function main() : Void
        {
            var myArray = [1, 6];
            var match = switch(myArray) {
                case [2, _]: "0";
                case [_, 6]: "1";
                case []: "2";
                case [_, _, _]: "3";
                case _: "4";
            }

        trace(match); // 1
        }
    }

and it refuses a GUI call to Refactor -> Code Formatting with the error "Syntax errors encountered. Could not format code."

However executing

haxe.exe -main ArrayMatching --interp

yields

ArrayMatching.hx:21: 1

Specific instructions for running on OSX/Linux

It clearly states that it can run over wine or crossover with Qt helpers, but it's not clear how to do that and what is the recommended way to go. Maybe a install script could be included for OSX/Linux users?

Parsing and scrolling too slow, almost freezing

Haxedevelop 5.2 become very slow, too slow for a normal use, scrolling any document need a too long time.

I tryed this :

  • Uninstalling HaxeDevelop 5.2 & reinstall 5.2
  • Disabling avast

but same problem

So i uninstall 5.2 then install 5.1 and this old version just work fine now...

I had few updates last days : nvidia & windows 10 regular updates...

Device not closed error

Not on a windows machine myself but:
HaxeDevelop (and FlashDevelop for that matter) has a problem showing runtime errors. Running erronous code from the commandline works OK (in that is actually displays the proper error message and the stack trace leading tot the offending line of code) but Haxe-/FlashDevelop only show the "1 device not closed" error.
You can test this pretty easy by, in an OpenFL project, referring to the stage in a class' constructor ('cept for Main::new) or declaring an Int without specifying an initial value and then doing some math with it while targeting Neko.

Domain not linked

Hey, I wanted to visit the website but there are ads so I guess something with the domain is not correct?

Check For Updates isn't working

Hi,
I saw this, so I'm trying to install it with "Check For Updates" option in help->Check For Updates. and it's say there is no new version of haxedevelop. my current version is 5.1.1.1(through help->about)

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.