Menu

Access to editor left vertical line

Help
tihoho
2014-06-06
2014-06-09
  • tihoho

    tihoho - 2014-06-06

    if they have access to psnpp line between line numbers and folding-unfolding units? I want to bring back markers errors php.

    Sorry for my english) use google translate

     

    Last edit: tihoho 2014-06-06
  • Jim

    Jim - 2014-06-07

    This is my example I hope it is helpful.

    margin = 1
    
    marker = 1 # arbitrary 0..24. higher appears on top of lower
    editor.markerDefine(marker, MARKERSYMBOL.SHORTARROW)
    editor.markerSetFore(marker, (0, 0, 0))
    editor.markerSetBack(marker, (255, 0, 0))
    
    # allow non-folding markers in margin
    editor.setMarginMaskN(margin, 0b11)
    
    # allow margin to respond to click notifications
    editor.setMarginSensitiveN(margin, True)
    
    # add a marker
    line = 1
    editor.markerAdd(line, marker)
    
     
  • tihoho

    tihoho - 2014-06-09

    Jim! Thanks very big!

     
  • tihoho

    tihoho - 2014-06-09

    maybe you know a similar plugin for php? not to invent a bicycle :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.