Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: Chaoticone on April 02, 2016, 04:30:03 PM

Title: How many use Notepad++
Post by: Chaoticone on April 02, 2016, 04:30:03 PM
I have been working on a Mach4lua language package for Notepad++. I did this for myself but I'm wondering how many others might find it useful.

It includes function list, Mach4's API calls in auto enter, hints for all the API calls and some other bits.

Latest version attached to this post.
Title: Re: How many use Notepad++
Post by: Steve Stallings on April 02, 2016, 04:41:52 PM
NotePad++ is a bit nerdy, but really useful.

I use it for editing PHP code.

Having an implementation for Lua and the Mach4 API would be great!

Title: Re: How many use Notepad++
Post by: DazTheGas on April 02, 2016, 04:47:41 PM
Havin already been lucky to trying this it has made my coding a lot easier havin the mach api code highlghter in an editor I use a lot.

keep em coming

DazTheGas
Title: Re: How many use Notepad++
Post by: dude1 on April 02, 2016, 06:07:40 PM
yes, yes, yes if you don't have a back plotter or like to make changes to code notepad++ make's it easy.
Title: Re: How many use Notepad++
Post by: robertspark on April 02, 2016, 07:21:33 PM
Yup, I use it and like it a lot for various things
Title: Re: How many use Notepad++
Post by: TOTALLYRC on April 02, 2016, 07:34:17 PM
I use Notepad++ all the time even when just taking notes!!!!!!!
Title: Re: How many use Notepad++
Post by: Chaoticone on April 02, 2016, 08:35:07 PM
Here you go guys. the instructions are the ReadMe files in each folder. I hope this is a helpful tool for all who use it. If you find any problems or see any changes needing made please let me know but this is not something I have any time to support. This is simply an addition to a tool (Notepad++) I had a need for. Since I have done it, if others find it helpful that's just icing on the cake to me.  :)

Thanks Guys and have fun!

11/13/2016 Attachment removed in lua due to an update that includes an installer.
Title: Re: How many use Notepad++
Post by: robertspark on April 03, 2016, 01:58:38 AM
Cheers, thanks Brett
Title: Re: How many use Notepad++
Post by: Chaoticone on November 01, 2016, 10:38:55 PM
Update 11-1-2016 Version 2.9

This is an installer that will run like any other installer (Setup wizard) and will install all the files in their proper place and backup any files it will be replacing. So......... the instructions in my previous post no longer apply. Just download the installer and run it (after installing Notepad++ of course). For the installer to work correctly notepad++ should be installed in the default directory.
Title: Re: How many use Notepad++
Post by: dude1 on November 01, 2016, 11:45:16 PM
thanks Chacoticone, ADSK recommend notepad plus plus for doing post processor editing
Title: Re: How many use Notepad++
Post by: TommyG on November 02, 2016, 06:05:40 AM
Great work, thanks.

But that lime green background for the installer.... MY EYES!!!! :-)
Title: Re: How many use Notepad++
Post by: TOTALLYRC on November 02, 2016, 06:34:06 AM
Not a big fan of the background color but to each his own.
Loving the rest of it. Te install was painless.

Thanks.

Mike
Title: Re: How many use Notepad++
Post by: Chaoticone on November 02, 2016, 08:51:23 AM
 ;D

Lol, thanks guys. I make no promises about revisiting the installers background color but will try to some time.
Title: Re: How many use Notepad++
Post by: Chaoticone on November 02, 2016, 08:57:40 AM
thanks Chacoticone, ADSK recommend notepad plus plus for doing post processor editing

Do you know what language their post processor is written in?

If its not lua you almost certainly will not want to use the mach4lua language. The syntax highlighting and folding will not be right. But notepad++ comes with options for most languages and I have found it to be indispensable for years for lots of different things. 
Title: Re: How many use Notepad++
Post by: dude1 on November 02, 2016, 05:30:06 PM
It's java I just change the settings. I use notepad++ as a G Code editor as well It's a very universal program
Title: Re: How many use Notepad++
Post by: DazTheGas on November 03, 2016, 03:40:14 AM
Cool, I use this all the time, keep up the good work.

DazTheGas
Title: Re: How many use Notepad++
Post by: Chaoticone on November 03, 2016, 08:19:41 AM
It's java I just change the settings. I use notepad++ as a G Code editor as well It's a very universal program

OK, good. With all the language options notepad++ has they make it one nice versatile tool for sure.

Cool, I use this all the time, keep up the good work.

DazTheGas

Thanks Daz. Yup, thanks for testing the installer and multiple versions before this one too. You have been the sole Alpha tester.
Title: Re: How many use Notepad++
Post by: DazTheGas on November 03, 2016, 09:53:51 AM
Quote
You have been the sole Alpha tester

As you well know my screen is written in pure wx / lua and this has made my coding so much easier, keep up the good work.

Always happy to test.

DazTheGas
Title: Great to discover Notepad ++ but no auto-correction
Post by: thespindoctor on November 13, 2016, 09:28:07 AM
Thanks for the Notepad++ installer and Mach4 customization!

I don't find that the auto-correction feature is working.  I enter mc. and nothing happens.
I have installed from Brett's downloader and enabled auto-correction and function and work conpletion plus function parameters hint on input

Anybody else had this experience?

Thanks
Keith
Title: fixed
Post by: thespindoctor on November 13, 2016, 10:28:46 AM
Ok, now I see the problem, we have to select Mach4Lua language with EACH new file and it WORKS!  Yes!
 ::)
Keith
Title: Re: How many use Notepad++
Post by: Durero on November 13, 2016, 03:51:53 PM
Just discovered this.  Looks excellent!

Keep up the great work!

Leo
Title: Re: How many use Notepad++
Post by: Chaoticone on November 15, 2016, 11:44:27 AM
Thanks Guys!

When you run the installer the default action after install is to open the release notes in notepad++. Its worth reading. It should help eliminate some confusion. It is not meant to be an in depth tutor for Notepad++ but the Notepad++ Cheat Sheet the installers puts on your desktop goes much deeper into using Notepad++.
Title: Re: How many use Notepad++
Post by: bicycleguy on July 28, 2017, 08:46:20 PM
Looks great.  I'll try it out.
However, where else are all the functions and API listed and explained.  I think I read through all the Docs that came with the Mach4 hobby install and some others on the site.  All the examples certainly help and I have written some startup screen, m-code scripts etc but I'm not very efficient at it.  Where did I miss this critical info?

thanks
Title: Re: How many use Notepad++
Post by: bicycleguy on July 28, 2017, 10:31:44 PM
Once again I get to answer my own stupid question.  The info is in Mach4CoreAPI.chm which won't open on a Mac.  Opens up fine on the PC.
Title: Re: How many use Notepad++
Post by: brianthechemist on July 04, 2024, 05:13:55 PM
Hi guys, sorry to resurrect this but this doesn't appear to work with the modern versions of notepad++ any thoughts?