Recent

Author Topic: PiNote - free source code editor  (Read 12138 times)

ecalogiuri

  • Jr. Member
  • **
  • Posts: 74
Re: PiNote - free source code editor
« Reply #15 on: November 23, 2020, 10:06:35 am »
How to switch between open tabs (keyboard only)?

To switch between tabs with keyboard you must use CTRL + Tab + Left or Right key

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11383
  • FPC developer.
Re: PiNote - free source code editor
« Reply #16 on: November 23, 2020, 10:19:18 am »
(windows defaults are ctrl-tab and ctrl-shift-tab)

Zaher

  • Hero Member
  • *****
  • Posts: 679
    • parmaja.org
Re: PiNote - free source code editor
« Reply #17 on: November 23, 2020, 06:53:19 pm »
a new competition to my project https://github.com/parmaja/miniedit :)
but I never compiled it for RPi, my raspberry Pi is slow

ecalogiuri

  • Jr. Member
  • **
  • Posts: 74
Re: PiNote - free source code editor
« Reply #18 on: November 24, 2020, 08:58:46 am »
a new competition to my project https://github.com/parmaja/miniedit :)
but I never compiled it for RPi, my raspberry Pi is slow

Congratulations, yours is a great project too. Proud to have a competitor of this magnitude  ;)

ecalogiuri

  • Jr. Member
  • **
  • Posts: 74
Re: PiNote - free source code editor
« Reply #19 on: November 25, 2020, 10:54:31 am »
Greetings to all of you,
I inform you that I have released version 1.1 of PiNote, which includes improved access to the menus, the management of tabs through the Document menu and the correction of some minor bugs.

You can download everything from the site: https://pinote.sourceforge.io/

mika

  • Full Member
  • ***
  • Posts: 102
Re: PiNote - free source code editor
« Reply #20 on: November 25, 2020, 05:43:28 pm »
It's nice and better as before.

Write "āāāāāā ūūūū", place cursor in middle of second word and press ctrl+alt+w

Some commentary about shortcut keys. You have never used Alt+F and then S as save shortcut key combination. For me it's more convenient than ctrl+s

Edit: I did found some more errors. I will leave it be. Fun fact: first release was "lazy cat", now it's "angry cat".
« Last Edit: November 25, 2020, 06:46:55 pm by mika »

ecalogiuri

  • Jr. Member
  • **
  • Posts: 74
Re: PiNote - free source code editor
« Reply #21 on: November 26, 2020, 10:35:47 am »
It's nice and better as before.

Write "āāāāāā ūūūū", place cursor in middle of second word and press ctrl+alt+w

Some commentary about shortcut keys. You have never used Alt+F and then S as save shortcut key combination. For me it's more convenient than ctrl+s

Edit: I did found some more errors. I will leave it be. Fun fact: first release was "lazy cat", now it's "angry cat".

Hi,
thanks for your interest in PiNote!
I just did this test: I typed aaaaa bbbbb. Then I placed the cursor in the middle of the second word. Pressed ctrl + alt + w and it is deleted correctly. I've tried multiple words and it always works.
Was any particular highlight active? I'm interested in the other bugs you've found ...

Regards

mika

  • Full Member
  • ***
  • Posts: 102
Re: PiNote - free source code editor
« Reply #22 on: November 26, 2020, 11:20:48 am »
i use linux version in case

I'm interested in the other bugs you've found ...
1. try delete second word in utf8 text where chars are at least 2 bytes like "āāāāāā ūūūū"
2. cursor after delete word does not follow to place of deleted word.
3. general options [ ] ask confirmation before close. Changing checkbox value will take effect only next time running PiNote.
4. "aaa bb" select second word and Invert case end up with "AAA BBaaa"
5. File->"Save as" Pop up error message "Access violation"
6. On close PiNote button "continue without saving" is correct, but confusing. Better "close without saving".

Edson

  • Hero Member
  • *****
  • Posts: 1301
Re: PiNote - free source code editor
« Reply #23 on: November 26, 2020, 02:43:51 pm »
It looks good. Congratulations.

Have you consider using SynFacilSyn for your highlighters? You could include code folding, completion code and custom highlighters.
Lazarus 2.2.6 - FPC 3.2.2 - x86_64-win64 on Windows 10

ecalogiuri

  • Jr. Member
  • **
  • Posts: 74
Re: PiNote - free source code editor
« Reply #24 on: November 29, 2020, 10:13:03 am »
It looks good. Congratulations.

Have you consider using SynFacilSyn for your highlighters? You could include code folding, completion code and custom highlighters.

Thank you for your compliments. In fact several highlights use SynFacilSyn. Thanks anyway for reporting.

 :D :D :D

ecalogiuri

  • Jr. Member
  • **
  • Posts: 74
Re: PiNote - free source code editor
« Reply #25 on: December 05, 2020, 05:37:13 pm »
Version 1.2 of PiNote is released.

Added 4 new highlighters (languages: Groovy, Rust, Awk, Haxe). Added micro editor mode (F12). Added new editing features in Edit->Delete and Edit->Selection. Added document cloning function in Document->Clone current document. Various bugs fixed (damn, they come out of the fucking walls!) many of these reported on this forum.

As always, source and binaries on: https://pinote.sourceforge.io/index.html

Greetings to all

nummer8

  • Full Member
  • ***
  • Posts: 108
Re: PiNote - free source code editor
« Reply #26 on: December 05, 2020, 09:28:06 pm »
Just to let you know, I compiled the source without a problem om Mac Big Sur.
Lazarus 2.0.10
Works perfectly.

ecalogiuri

  • Jr. Member
  • **
  • Posts: 74
Re: PiNote - free source code editor
« Reply #27 on: December 06, 2020, 06:15:42 pm »
Thanks for the info. I wanted to compile it on Mac too, but I have no hardware or virtual machines with the apple!

 :) :) :)

Nitorami

  • Sr. Member
  • ****
  • Posts: 481
Re: PiNote - free source code editor
« Reply #28 on: December 09, 2020, 07:48:28 pm »
Hi ecalogiuri
I have downloaded the windows binary because i'm too lazy to compile it myself... it works nicely but I noted that most fonts are displayed with a large space between the characters.

It's not just the exotic fonts, it works fine with Consolas, @NSimSun, @MSGothic, but looks weird with TimesNewRoman, Arial, Calibri and many others.  See screenshot.

Edit: Found a typo in the Fonts Dialog: Rigth edge
« Last Edit: December 09, 2020, 07:51:17 pm by Nitorami »

ecalogiuri

  • Jr. Member
  • **
  • Posts: 74
Re: PiNote - free source code editor
« Reply #29 on: December 11, 2020, 01:23:04 pm »
Hi ecalogiuri
I have downloaded the windows binary because i'm too lazy to compile it myself... it works nicely but I noted that most fonts are displayed with a large space between the characters.

It's not just the exotic fonts, it works fine with Consolas, @NSimSun, @MSGothic, but looks weird with TimesNewRoman, Arial, Calibri and many others.  See screenshot.

Edit: Found a typo in the Fonts Dialog: Rigth edge

Thanks for the report, I'll do some checks in days.

 

TinyPortal © 2005-2018