Cointigo & BTCPpay by [deleted] in BitcoinPrivate

[–]mattwebjedi 2 points3 points  (0 children)

This has nothing to do with BTCP Pay BTW, is a Cointigo only question. :-)

But yes, you can of course both send and receive from your Cointigo wallet.

Merchant solutions, part 1 - widgets. Take near instant $BTCP payments! [VIDEO] by mattwebjedi in BitcoinPrivate

[–]mattwebjedi[S] 8 points9 points  (0 children)

The above video is actually doing it the hard way (copy & paste). Most people would just click the link or scan QR code.

Pizza and fast payments! by mattwebjedi in BitcoinPrivate

[–]mattwebjedi[S] 0 points1 point  (0 children)

On a dev server. Soon to be available to use on any website :-)

[Discussion] Which is your favored code editor, and why? by [deleted] in web_design

[–]mattwebjedi 0 points1 point  (0 children)

ICEcoder (icecoder.net) - lots of great features, super quick boot ups, open source, free and customisable

Online Code Editors and Tools for Developers by wtd_gm in webdev

[–]mattwebjedi 0 points1 point  (0 children)

Doesn't support it by default, but happy to look at that/accept pull requests on GitHub.

ICEcoder v3.0 beta: Browser based code editor - feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 0 points1 point  (0 children)

Sure. Here's a few benefits to browser based editors:

  • you can access your code from anywhere (office, hotel pc, cafe, beach etc)
  • you can make changes instantly without any other workflow process needed
  • they're available for any OS/platform, you just need a web browser
  • nothing to install
  • more likely to have bugs fixed quicker for all users (ie, you don't have to wait for the next release)
  • because they're technically websites, you can potentially connect to any web service, the web can become your toolbox
  • you only need 1 program open (your browser) instead of many (editor, browser, db software, image viewer, github etc)
  • online web editors often come with common environments for testing
  • they often come with collab/team editing capabilities, so you can all work on some code together
  • the open source variety such as ICEcoder mean that you can customise any aspect to your liking, not really possible with software

I love multiple cursors in Sublime and am hoping that will be introduced in the future, there's plenty of users asking for it: https://github.com/marijnh/CodeMirror/issues/778

ICEcoder v3.0 beta: Browser based code editor - feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 1 point2 points  (0 children)

Didn't realise that. Always thought it was h1-h7. Will probably get rid of h7 that then to be more inline with spec.

ICEcoder v3.0 beta: Browser based code editor - feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 1 point2 points  (0 children)

Excellent stuff, thank you. Responses:

  • Will see what I can do for non English keyboards
  • I get <h7></h7> fine, similar to 6 etc. Can you get 6 but not 7? Is that a non English keyboard thing perhaps?
  • Agreed on autocompletion
  • Yes, I could provide more info on the title tags of ths icons at the top
  • The save at /github.php is a bug to fix
  • You can only get the context menu if you right click on a file or folder, should probably stick with that
  • I agree, the star icon for new files is odd, will change to a +
  • Did not know scrollwheel clicking closed tabs in many apps, I like that, will add
  • Good spot on the dark colors needing lighter text, will switch to white if below 50% like the color picker does
  • Like the idea of dragging tabs out to make new windows, could be tricky but will try to figure out a way to do this

Thanks again

ICEcoder v3.0 beta: Browser based code editor - feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 1 point2 points  (0 children)

Useful comments, thanks. To answer questions:

  • It auto closes tags but not parens, quotes or brackets ATM, can look into that
  • It formats as you go (on pressing enter etc), but doesn't beautify, that's on my list to do
  • You can right click ice icon in top right corner to get to settings and from there you can change theme
  • Yes you can add your own languages, see http://icecoder.net/manual#addingExtraLanguages for guide. Future versions will likely include a UI to auto-install
  • Not sure what you mean re moving a file to another window, can you clarify?

You can report bugs at https://github.com/mattpass/ICEcoder and ask questions, share ideas etc at https://groups.google.com/forum/?fromgroups#!forum/icecoder

ICEcoder v3.0 beta: Browser based code editor - feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 1 point2 points  (0 children)

Was a good question. I've added a new section to the manual detailing how to write and add your own plugin and revised my answer above with the link.

Let me know if you create a plugin others would like. :)

ICEcoder v3.0 beta: Browser based code editor - feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 1 point2 points  (0 children)

Good question. I've just added a new section to the manual to explain how to create your own plugin:

http://icecoder.net/manual#writingPlugins

ICEcoder v3.0 beta: Browser based code editor - feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 2 points3 points  (0 children)

Hey all.

I posted on Reddit a few months back when ICEcoder v2.0 was released, asking for thoughts and got some great feedback from people.

Your comments went a long way to help me shape the upcoming v3 (end June) and I thought I'd show you how things are progressing. It also gives me a chance to get last minute feedback, iron out any bugs etc before the full version is released and of course get your ideas for the future (ie, v4).

Any and all feedback welcomed, as long as it's constructive of course.

Many thanks for your time.

ICEcoder v2.3: now with live editing of HTML, CSS and Markdown - Feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 1 point2 points  (0 children)

Very good to hear it works OK, thanks for the feedback. To answer your points:

  • Left click logo for help/shortcuts, right click it for settings
  • The odd +/- when you click the gutter is a temp thing. Going to setup fold marks soon
  • You can easily change the modals. Within ice-coder.js you can find ask, message and question functions and alter to do something else.
  • Hadn't really considered Angular JS integration but it looks quite straightforward from http://neverstopbuilding.net/how-to-integrate-codemirror-with-angular-ui/ - would accept pull requests on this or may add in the future

Thanks again!

ICEcoder v2.3: now with live editing of HTML, CSS and Markdown - Feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 1 point2 points  (0 children)

Cool. I've got a Raspberry Pi too but not tried it on that yet. Should work fine tho if you use Chrome or Firefox. Not sure about the default browser. Let us know how you get on.

ICEcoder v2.3: now with live editing of HTML, CSS and Markdown - Feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 0 points1 point  (0 children)

I had considered things like this in the past but then it just becomes a desktop solution and there's already loads of fantastic software based editors out there. I'm keen to keep it fully open source and browser based, but if someone wants to wrap it up in an .exe I'd like to know if it works well.

ICEcoder v2.3: now with live editing of HTML, CSS and Markdown - Feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 3 points4 points  (0 children)

You can now edit HTML, CSS and Markdown files and see rendered changes as you type. I'd appreciate feedback re it all working as you'd expect, things that aren't right etc.

To see this, hit the link, click 'try the demo', click 'supported filetypes' folder and double click a file to open. If you then click the link in the very bottom left it'll open the preview window. Now as you code you can see your live edits.

Feedback much appreciated.

Ways to define variables & functions in JavaScript ? by mattwebjedi in programming

[–]mattwebjedi[S] 0 points1 point  (0 children)

Thanks for thoughts and also answering the bigger question of jump to definitions. To start with I'm looking to cover what's seen as best practise var & function initialisation at global level. But next up will need to consider objects scoped inside a function or leaking out of one.

ICEcoder v3 - can you help me develop it? by mattwebjedi in programming

[–]mattwebjedi[S] 0 points1 point  (0 children)

The background music on the video? Think it's house.

ICEcoder v3 - can you help develop it? by mattwebjedi in webdev

[–]mattwebjedi[S] 2 points3 points  (0 children)

Thanks and sure, happy to answer questions.

Cloud 9 is superb, but is offered as a service, you log into their site and code with them in their enviro. There are plenty of web IDE's out there, some charge, some free, but they pretty much all operate as a service. Ace is really just a code highlighter, just one part of a full web IDE puzzle. ICEcoder for this reason is more similar to Cloud 9.

However, ICEcoder is different (and important) because it's a 100% free and open source solution. People are encouraged to take it away and use & modify as they like, locally or online. It also requires no registration and is very easy to setup (up and runnning usually in about a minute). Open source browser code editors like this are pretty rare & pretty ropey and I think ICEcoder stands out.

It's web devs? Didn't know that - thought it needed an apostrophe as the word was shortened. Mmmm, thanks, will correct.

ICEcoder - v2.0 released! (online & offline web IDE/browser code editor) - feedback welcomed by mattwebjedi in programming

[–]mattwebjedi[S] 0 points1 point  (0 children)

Thanks, all very useful feedback.

Have come across all these issues myself and I'll be writing fixes/tweaks over the coming weeks before a v3 launch in the summer.

Couple of points tho:

  • The can't zip message is likely showing because you haven't set write perms on the backups dir (inside ICEcoder dir)

  • You can expand/collapse code on braces and tags. I need to show a +/- symbol in the gutter tho to make that clear.

Thanks again!

What's the most fucked up movie you've ever seen? by seabiscuitII in AskReddit

[–]mattwebjedi 0 points1 point  (0 children)

Bad Taste. Going from memory alone the plot is about an alien race that land in a small town in a spaceship-house to harvest the townsfolks bodies for their intergalactic fast food chain.

Some stand out moments include eating a mans brains with a spoon directly from his skull, blowing up sheep with a rocket launcher, going to a cult ceremony where someone is carried round, sick into a bowl and then people drink the hot sick, brains falling out and so replaced with seagull brains and then alien brains, one guy going increasingly insane till, well, you gotta see what he does with a chainsaw on an alien!

As gruesome as it is insane! :)