Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-03-27 Thread fredvs
Hello.

Do you have download all the files from:

https://github.com/fredvs/ideU

Click on the green button "Clone or Download".

Then unzip the file and load "ideu/src/ideU.prj"

Also use the last version of msegui:
https://github.com/mse-org/mseide-msegui

Did you try the pre-compiled release of ideU?
https://github.com/fredvs/ideU/releases

Fre;D




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-03-27 Thread mohamed hamza
Hello Fred

I have some errors making new ideU.prj

  sourcepage.pas(1469,10) Error: (5000) Identifier not found "fontline"
  sourcepage.pas(1470,47) Error: (5000) Identifier not found "fontline"

sourcepage.pas(1472,9) Error: (5000) Identifier not found "backgroundline"

all errors are in sourcepage.pas

Where am I wrong.

Med
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-03-26 Thread fredvs
Hello everybody.

ideU goes theming!

Added Silver and Carbon themes.

 

 

https://github.com/fredvs/ideU

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-13 Thread fredvs
Hello everybody.

> By the way I did a new repository of forked fpc ptop.
> https://github.com/fredvs/ptop

The github repository was renamed into:
https://github.com/fredvs/xtop

This because now there is a new member in the family: jtop.

jtop has the same spirit and feature as ptop but this one is for Java code.

So it is also a light stand-alone command line program, compiled with fpc.
That does not exist open-source for Java, on applets or pluggin exist.
It is under test but it works already very well.

I was in plan to do it also for C source but it exists lot of open-source
projects that does it already.

Have fun and beautify all around you too.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-13 Thread Graeme Geldenhuys
On 13/02/2020 5:34 pm, Graeme Geldenhuys wrote:
> Please try and share such changes back to FPC. It really helps them and
> the community in a whole.

Ignore my message - I see you already shared your changes. Well done! :-)

Regards,
  Graeme


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-13 Thread Graeme Geldenhuys
On 13/02/2020 11:45 am, fredvs wrote:
> By the way I did a new repository of forked fpc ptop.
> https://github.com/fredvs/ptop
> 
> That version has "comma" keysymbol and can deal commas layout like
> myunit1,myunit2,myunit3 > myunit1, myunit2, myunit3.


Please try and share such changes back to FPC. It really helps them and
the community in a whole.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-13 Thread Graeme Geldenhuys
On 13/02/2020 1:20 pm, fredvs wrote
> I have to confess that I am the worst in that field. When I code new
> idea, I do it without to care about formatting and at the end there
> is a mess.

I am (was) the total opposite. I hate messy code and spend way too much
time formatting my Pascal code. But that is what I really love about
Eclipse and IntelliJ - I don't bother code formatting any more, because
as soon as I save, the IDE takes care of that tedious task for me -
automatically. I love it! :-D

> Do you agree if I use your JCFSettings.cfg as default config file
> for Jedi+ideU?

You are welcome to use anything you find useful in fpGUI's code
repository. That's what open-source is all about... Collaboration and
Sharing.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-13 Thread fredvs
Hello Graeme.

> One such feature I enabled immediately was
> to automatically format the code when you save a file.

I have to confess that I am the worst in that field.
When I code new idea, I do it without to care about formatting and at the
end there is a mess.

After that, when I am courageous, I do manually reformat the code (but it is
boring).

I know it is not the good way to do, I have to format directly while coding.

But the years go by and I don't correct myself so maybe the best solution is
to do like you propose:
a auto-formatter for incorrigible and lazy people like me.

In fpGUI project there is
/fpGUI-maint/extras/jedi_code_format/JCFSettings.cfg.

I did copy it into /ideU/plugin/jcf and renamed it into jcf.xml to make ideU
happy.
It works out-of-the-box and your parameters are interpreted.

Do you agree if I use your JCFSettings.cfg as default config file for
Jedi+ideU?

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-13 Thread fredvs
Re-hello Roland!

> If you want to play with code formatters, there is another one here:
> https://corpsman.de/index.php?doc=projekte/delforlaz

Ok; I did test it but...
It is a Lazarus pkg that needs LCL interface, so I dont know how to use it
as stand-alone application or in a "pure Xorg" system, with GTK or Qt not
installed (that fpGUI and MSEgui can deal).
But maybe I miss something.

Anyway thanks for the link, it would be great to propose lot of beautifier
engines and give the choice to people to use the one he like.

Have a perfect day.

Fre;D






--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-13 Thread fredvs
Hello Roland!

> If you want to play with code formatters, there is another one here:
> https://corpsman.de/index.php?doc=projekte/delforlaz

For sure I will test it, thanks for the link.

By the way I did a new repository of forked fpc ptop.
https://github.com/fredvs/ptop

That version has "comma" keysymbol and can deal commas layout like
myunit1,myunit2,myunit3 > myunit1, myunit2, myunit3.

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-12 Thread Roland Chastain
Congratulations Fred. Will test it ASAP.

If you want to play with code formatters, there is another one here:
https://corpsman.de/index.php?doc=projekte/delforlaz

Regards.

Roland




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-12 Thread Graeme Geldenhuys
On 12/02/2020 1:45 pm, fredvs wrote:
> Here Code Beautifier in action:

Very nice indeed. Easy to access and use. :-)


Something I've learned while using the excellent Java development tools
over the last 8 months Convenience!

Boths Eclipse (built in) and IntelliJ (via plugin) supports "Save
Actions". You can enable many convenience features for your code. It
helps keep code in a project consistent and clean even with multiple
contributors in that project. One such feature I enabled immediately was
to automatically format the code when you save a file. Those IDE's go
way further than that, but features like that would be fantastic to see
in Object Pascal ide's too. Importantly though is to make sure they are
off by default and optional to enable.

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-12 Thread fredvs
Oops, I forgot to give the link of ideU releases, it is here:

https://github.com/fredvs/ideU/releases

Have much lot of fun!

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-02-12 Thread fredvs
Hello everybody.

I am happy to announce the release 1.9.8 of ideU.

His has all the fixes and update asked + new Code Beautifier feature using
ptop and Jedi.
It uses the default config files but you may change it, they are in
/ideu/plugin/ptop and /jcf.

If there is people that uses Jedi and/or ptop, he is welcome to propose his
own config file, with the layout that he like.

Here Code Beautifier in action:

ideu_beauty.mp4
  

There is release for Windows 32 and 64 bit, Linux 32 and 64 bit, FreeBSD 64
bit and ARM-Rpi Linux 32 bit.

Strangely, using the Jedi beautifier on Windows, I get worst result than
with Unix.
For ptop, I get the same result for all OS.

Have fun!

Fre;D






--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk