-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please test in Windows - because i can not! #4
Comments
I have installed this on my Win7 Ultimate x64 OS with Node 0.10.20 and got the following problems:
connect.limit() will be removed in connect 3.0 module.js:340
D:\apps\pwp\node\node_modules>npm uninstall node-mirror npm ERR! System Windows_NT 6.1.7601 As for now, this library is not useable for me, which is sad because it looks great! |
@Anachron thx for the feedback this is strange i just tested with node-mirror 0.1.3 on win 7 64 and it works seems like the crash happened while you opened a terminal. did the terminal work for you or did it crash the first time u used it? it could also be a unknown sideeffect from not running node in the root directory of your node-mirror installation. the extend module is missing try doing a npm install extend parallel to node-mirror thx again |
@Anachron i just release 0.1.5 which adds extend as a top level dependency. try if this does the trick for you. about less |
Okay, reinstalled the latest release & running it: D:\apps\pwp>node node\node_modules\node-mirror\bin\nodeMirror.js When I try to open a less file it freezes here: opening /apps/mimosa-emberboots/assets/stylesheets/app.less ... Also CoffeeScript files don't have highlighting. Is there something I don't take care of? |
@Anachron i suspect your less file is recognized as a different content-type. would you care to post the less file here? try creating a new .less file does that work? also can you create a terminal now? your contribution is apprechiated |
@Anachron 0.1.6 released. *.less and *.coffee are now fixed to their content types. i still would like to know what was wrong with your less file |
@soliton4 sure, it doesn't work for any coffee-file in this project: Same with LESS-files. I still can't open terminals, however, doing so doesn't crash the application anymore. Edit: Edit2: module.js:356 |
@soliton4 Thanks, I can confirm that LESS-files work now. |
@Anachron yeah the win module is quite new. terminals work fine in unix. i hope we will reach some stability on windows. are there any other content types missing for you? best wishes |
@soliton4 Pretty sure because Rightclick on Computer -> System -> System Type: 64-Bit Operating System does not leave me any questions left :) I will check out the other content types soon. |
On 64bit win8 (drivers... can't linux without them) with a touchscreen, loading in chrome halts while it's trying to load dgrid/TouchScroll.js and dgrid/util/touch.js. Manually putting the files in the node_module lets chrome roll on. Firefox seems to work ok since it doesn't try to load those two scripts. |
wow crazy! thx for that report dude. especially since i am running on a linux touchscreen laptop and i dont have that problem. |
@evs-chris i just released 0.1.8. i included the 2 files in the build. could you try it out? also does the the new folderview work on your end? |
@soliton4 Starts right up in chrome now. The folderview renders like the screenshot from the readme. If the folder is empty, it never gets any content though. I also don't get any scrollbars if there are more entries than will fit on both the details and list views. There's an overflow: hidden style on the dgrid scroller. It took a few minutes, but I stumbled across the list hack. If you don't mind a little css3, you could try something more along the lines of this: http://jsfiddle.net/fSwb5/ That should act roughly like your standard small-icons file explorer view. |
@evs-chris i am not sure i understand your display issue. can you provide screenshots pls. |
@evs-chris ok i discovered a bug in the folder resize that causes the scrollbar to be messed up in some cases. |
@evs-chris there 0.1.9 released |
@soliton4 The list wraps into columns now, but there isn't a scrollbar unless I remove the overflow: hidden. Then it doesn't actually draw the scrollbar, but it still responds to clicks. |
@evs-chris pls provide screenshots |
@evs-chris i dont really get the difference. i dont see a gray bar at the bottom. can you scroll using touch? |
I can use touch scrolling, but it's 270 degrees off... swiping left and right do not work. Swiping up scrolls right and swiping down scrolls left. The mouse wheel doesn't seem to have any effect. The poorly drawn red lines on the last image approximate where the scrollbar is. It could be a webkit rendering bug. It's reserving space for a vertical scrollbar on the horizontal space, but it can't apply the transform to the scrollbar. |
@peters could you have a quick look at this |
@evs-chris i just added a custom scrollbar scroll wheel works fine on my end. |
@evs-chris release 0.1.11 |
The scrollbar is there now. I'm still very new to node, but I can give a test build a shot. |
@evs-chris no worries no deep node knowledge neccessary. thx |
@evs-chris any luck? the changes are now part of the npm version. |
@evs-chris are you still there? |
@soliton4 Custom scrollbars, how fancy. 👍 (even though you should never apply as a web designer :D) |
finally an answer thx for testing @Anachron |
@Anachron well its pretty clear i am not a gui designer. i even point that out in the readme. |
It would be awesome if you could manage your application with http://getuikit.com . |
@Anachron yeah well looks like that framework is integrating jquery and i am really not a fan |
It's something new :) Will try to mess around with dojo. Never used that library before though. |
please test nodemirror on different windows installations. especially the terminal module.
i only have one windows machine to test on and its a crappy developer installation.
i wonder if it runs everywhere as smooth as on my machine.
The text was updated successfully, but these errors were encountered: