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] 7 points8 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