Giter VIP home page Giter VIP logo

core's People

Contributors

wimtibackx 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

core's Issues

Parse error: in /code/tree.php on line 39

I get a parse error in /code/tree.php, when I first run the program.

The error is: Parse error: syntax error, unexpected ':' in /home/justin75/theeditor.4egtv.net/code/tree.php on line 39

The code snipet is

public static function init() {
        global $cnf,$code;
        $i=Input::_get();
        $showHidden=($i->showHidden ?: $cnf["showHidden"]);
        $node=new TreeNode(realpath($code['root']),$showHidden);
        Output::add("tree",$node);
    }

Unfortantly I don't know enough about OOPHP to fix the issue.

(dummy - testing)

Dummy issue to stop the milestone from being closed automatically.

symbolic link

Problem is that symlinks do not load and sshfs too?

What needs to change?

Enhanced tabs

  • Have multiple tab areas
  • Drag tabs in and between areas
  • Tab history

License declaration missing

Hello,
I'd like to work upon your code, but unfortunatly there is no License File attached to your project and I'm not sure about the consequences.

I would like to aks you if you could attach one of the different open source Licenses to your project (i.e. MIT, GNU GPL, GNU LGPL, BSD or any other License you think would fit best).

Kind Regards,
Christian

Tree history

Remember which nodes were opened between tree and app refreshes

DeleteRecursive Bug

DeleteRecursive has a bug. When multiple level recursive (delete A where A/B/C.php) A/* gets deleted correctly, but A itself doesn't get deleted, even though it's empty.

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.