Giter Club home page Giter Club logo

beautifier.io's People

Contributors

aecepoglu avatar ang-zeyu avatar antoniusanggito avatar asteinha avatar bhaveshvasnani avatar bitwiseman avatar c32hedge avatar dependabot[bot] avatar einars avatar ephox-mogran avatar esseks avatar evocateur avatar greenkeeper[bot] avatar hanabishirecca avatar infocatcher avatar juanfml avatar mackless avatar madman-bob avatar mfaou avatar mhnaeem avatar mho22 avatar mokkabonna avatar mrmonroe avatar nightwing avatar oneofone avatar pr0grammm avatar rasmuserik avatar swan46 avatar thoger-rh avatar vittgam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

beautifier.io's Issues

Formatting issues with python module on default settings for function, return, & new object declaration/values

There is an issue with the python import version of this where the function declaration, return values, as well as "new" objects are stringed together. These do not have a space preventing the code from being ran or compiling.

Both the functions, return values, as well as "new" objects declaration are stringed together. See below.

The only version (https://beautifier.io/) does not have this issue. This was tested with a fresh installation directly from installing with pip according to the instructions outlined for python.

Example:
if (N == 6) { s = GetObject(y[0]).InstancesOf(y[1]); var en = newEnumerator(s); for (; !en.atEnd(); en.moveNext()) { var it = en.item(); returnit.volumeserialnumber; break; } }

or
functionCr(N) { returnnewActiveXObject(j[N]); }

Should be:
if (N == 6) { s = GetObject(y[0]).InstancesOf(y[1]); var en = new Enumerator(s); for (; !en.atEnd(); en.moveNext()) { var it = en.item(); return it.volumeserialnumber; break; } }

function Cr(N) { return new ActiveXObject(j[N]); }

Possible to expand the in-page editor?

The editor on beautifier.io is fairly vertically compacted, almost always requiring scrolling when I've used it. I usually just go straight to copying it into VS. Would it be possible to vertically lengthen the in-page editor by default, or at least have a toggleable flag enabling such?

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.