Menu

#483 Exclude filename from print - ID: 3525116

None
closed-rejected
nobody
None
5
2019-07-18
2013-01-31
Jon Ringeis
No

Gives the possibility to exclude the header with a simply dialog before printing.

Discussion

  • Eric Le Lay

    Eric Le Lay - 2013-01-31

    You should not use a new JFrame, but git it the current jEdit view (jEdit.getCurrentView()).
    Then you should use a localised message.
    There is a methode GUIUtilities.confirm() that does just that.
    I've just noticed that there is already an option in General > Printing for setting this.
    So, is this a good idea to ask the user each time she prints, when there is a general option?

    The feature request is not clear about this:
    http://jedit.org/trackers/Feature%20Requests/3525116.html

     
  • Jon Ringeis

    Jon Ringeis - 2013-02-05

    This is a rather late response but I took the original request to mean that they want a simple way to disable the header for individual print jobs. There is indeed an option in Utilities < Options < Printing this gives users the ability toggle the header. It just seems kind of out of the way and has to be re-selected if you want to print the header even if you close jEdit and come back to it later.

     
  • Jon Ringeis

    Jon Ringeis - 2013-02-11

    Different Patch of BufferPrinter1_4 than was already up

     
  • Jon Ringeis

    Jon Ringeis - 2013-02-11

    The patch thinks I changed everything, I only altered a few lines.

     
  • Jon Ringeis

    Jon Ringeis - 2013-02-11

    I've taken a different and not so abrasive approach this time around. The user can alter the header by changing the Job Name text field in the "Appearance" Tab in the print dialog. They are instructed similarly so there will be little to no confusion.

     
  • Eric Le Lay

    Eric Le Lay - 2013-02-11

    clever idea: try to get around the limitations with what can be changed...

    but it doesn't work for me on linux, openjdk 7: the job name text field is disabled.
    Did I miss something ? See attached screenshot...

     
  • Eric Le Lay

    Eric Le Lay - 2013-02-11

    job name field is disabled in appearence tab

     
  • Jon Ringeis

    Jon Ringeis - 2013-02-12

    It works for Windows, which I'm working on, but one of my classmates is getting a similar issue to yours. We aren't quite sure what's going on either.

     
  • Dale Anson

    Dale Anson - 2013-07-10

    Any update on this one?

     
  • Eric Le Lay

    Eric Le Lay - 2013-07-10

    nope.
    Patch is not ready for inclusion.

     
  • Robert Schwenn

    Robert Schwenn - 2017-03-24
    • status: open --> pending-invalid
    • Group: -->
     
  • Robert Schwenn

    Robert Schwenn - 2017-03-24

    I think, this patch is obsolete now, since jEdit 5.4.0 has this capability implemented in it's own print dialog.

     
  • Dale Anson

    Dale Anson - 2019-07-18
    • status: pending-invalid --> closed-rejected
     
  • Dale Anson

    Dale Anson - 2019-07-18

    The print system has been completely rewritten and includes this feature.

     

Log in to post a comment.