User Activity

  • Posted a comment on ticket #540 on SVEditor

    It's one of the ones I usually struggle to find but it is there: Window>Preferences>General>TextEditors>Annotations Please reply if this works for you and I will close the ticket.

  • Posted a comment on ticket #535 on SVEditor

    This reply doesn't address your bug... but I am documenting 2 other mechanisms that can be used when working with larger code blocks in case someone else reads your bug request in the future. These options select all the code between the begin / end which is useful for visualizing the span of a block of code. Option 1: Select any letter of a begin / end or a brace, then use the "Goto Matching Brace" command (Ctrl+Shift+P) Option 2: Use the "Select Enclosing Element" command - Shift+Alt+Up

  • Posted a comment on ticket #533 on SVEditor

    Found a list of UVM begin / end macros in case we get this far: // Begin keywords fUvmMacroBegin = new HashSet<String>(); fUvmMacroBegin.add("\`uvm_field_utils_begin"); fUvmMacroBegin.add("\`uvm_object_utils_begin"); fUvmMacroBegin.add("\`uvm_object_param_utils_begin"); fUvmMacroBegin.add("\`uvm_component_utils_begin"); fUvmMacroBegin.add("\`uvm_component_param_utils_begin"); // End keywords fUvmMacroEnd = new HashSet<String>(); fUvmMacroEnd.add("\`uvm_field_utils_end"); fUvmMacroEnd.add("\`uvm_object_utils_end");...

  • Modified ticket #534 on SVEditor

    Indenter: if without body followed by else

  • Posted a comment on ticket #534 on SVEditor

    Fixed in 2.1.6

  • Created ticket #534 on SVEditor

    Indenter: if without body followed by else

  • Modified ticket #533 on SVEditor

    Update indenter to support indent of nested UVM macros

  • Created ticket #533 on SVEditor

    Update indenter to support indent of nested UVM macros

View All

Personal Data

Username:
stevenaz
Joined:
2011-08-29 19:13:30

Projects

This is a list of open source software projects that StevenAZ is associated with:

Personal Tools