Skip to content

dBASE Plus Light+Dark UDLs with autoCompletion and functionList #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 13, 2024

Conversation

pryrt
Copy link
Contributor

@pryrt pryrt commented Oct 12, 2024

Pryrt submitting LycanThorpe's dBASE Plus Light+Dark UDLs with autoCompletion and functionList

src: https://community.notepad-plus-plus.org/post/97046

I took the files from the installer, and am submitting them to the repo

  • I did all the busywork (creating JSON, etc)
  • I renamed the UDL files so they would show up with consistent naming in the UDL list
  • I fixed XML errors in the autoCompletion
    • lines 1462, 2745, and 4501 in your version had free text outside of attributes in <Overload> elements
  • I fixed XML errors in functionList
    • removed the free-text xmlns and xsi near the start of the <NotepadPlus> element
    • changed \&\& in the commentExpr regex to \x26\x26 so that the regex is compatible with XML (I didn't want to deal with &amp; looking "weird" in the XML version)

pryrt and others added 2 commits October 12, 2024 12:04
…mpletion and functionList

src: https://community.notepad-plus-plus.org/post/97046

I took the files from the installer, and am submitting them to the repo
- I did all the busywork (creating JSON, etc)
- I renamed the UDL files so they would show up with consistent naming in the UDL list
- I fixed XML errors in the autoCompletion
    - lines 1462, 2745, and 4501 in your version had free text outside of attributes in `<Overload>` elements
- I fixed XML errors in functionList
    - removed the free-text `xmlns` and `xsi` near the start of the `<NotepadPlus>` element
    - changed `\&\&` in the commentExpr regex to `\x26\x26` so that the regex is compatible with XML (I didn't want to deal with `&amp;` looking "weird" in the XML version)
@camileevzw
Copy link

camileevzw commented Oct 13, 2024

I responded here: https://community.notepad-plus-plus.org/post/97074 and appreciate the work you did on this with the few corrections I mention in there, besides changing my name (LycanThrope, not LycanThorpe) and the missing overrideMap.xml file with the proper UDL names referencing the functionList directory dbaseplus.xml file association.

@pryrt pryrt merged commit 1797386 into notepad-plus-plus:master Oct 13, 2024
@pryrt pryrt deleted the dBaseLycanThorpe branch October 13, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants