Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8946191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:26:47+00:00 2026-06-15T12:26:47+00:00

The Problem I’ve been working on a NetBeans module that supports lexing/parsing for the

  • 0

The Problem

I’ve been working on a NetBeans module that supports lexing/parsing for the Two Line Element data format (from here on out referred to as "TLE Files"), as described here:

https://celestrak.org/columns/v04n03/

Each TLE File follows this basic format where N=0-9, C=’U’ or ‘S’, A=a-Z,0-9, + = ‘ ‘,’+’, or ‘-‘, and - = ‘+’ or ‘-‘. All other characters, including white space, must be exactly the same, and each row of data must have exactly 69 columns:

1 NNNNNC NNNNNAAA NNNNN.NNNNNNNN +.NNNNNNNN +NNNNN-N +NNNNN-N N NNNNN
2 NNNNN NNN.NNNN NNN.NNNN NNNNNNN NNN.NNNN NNN.NNNN NN.NNNNNNNNNNNNNN

My lexer and parser are implemented in terms of org.netbeans.spi.lexer.Lexer and org.netbeans.modules.parsing.spi.Parser, respectively. Both work great and I get the syntax highlighting/error correction I initially set out to create, but one minor issue still eludes me. When I make a change to a TLE file in the NetBeans text editor, I can’t use the CTRL–S keyboard shortcut to save my changes. Instead, I have to select "File" –> "Save". Any ideas on why this might be?

Additional information

  1. I’m using my module’s layer.xml config file to register my custom lexer/parser with NetBeans using the languageProvider.instance flag.
  2. I’m using org-netbeans-modules-editor-NbEditorKit as my language’s editor.
  3. I have not added any custom actions to my module up to this point.

I’m admittedly very new to NetBeans module development, so I’m not 100% sure what information may be needed to fix this issue. Do let me know if you think more information is needed and I’ll add it here.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T12:26:48+00:00Added an answer on June 15, 2026 at 12:26 pm

    I figured it out. The answer was relatively simple. All I had to do was add the following base-level folder entry to the filesystem defined by my module’s layer.xml file:

    <folder name="Shortcuts">
        <file name="D-S.shadow">
            <attr name="originalFile" stringvalue="Actions/System/org-openide-actions-SaveAction.instance"/>
        </file>
    </folder>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Problem occured when i tried to display xml data that has been taken by
Problem: I have two spreadsheets that each serve different purposes but contain one particular
Problem: I'm working on a website where there is a dial that displays a
Problem: I am creating an element via a JS templating system. Inside that template
Problem: Been struggling to get my code to load external shaders and it is
Problem: I have a table that prints out vertical but I would like it
Problem: I am trying to build a recursive tree using a function and data
Problem: I have two array where one produce a category and the second produce
Problem: I need to get a random element for a container and also delete
Problem Description: Multi-player Game that works over the some kind of network, in game

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.