Menu

Notepad++ v4.2 RC is avalable

Don HO
2007-08-05
2012-11-13
1 2 > >> (Page 1 of 2)
  • Don HO

    Don HO - 2007-08-05

    Notepad++ v4.2 RC is finally avalable here :
    http://notepad-plus.sourceforge.net/commun/misc/npp.v42.RC.zip

    The main feature and main fixed bug in this version are respectively the column mode editor and resolving the dockable dialog drag n' drop bug issue under vista.

    v4.2 fixed bugs and added features (from v4.1.2) :

    1.  Fix the dockable dialog drag and drop problem under vista.
    2.  Add Column mode edition feature (Menu "Edit->Column Editor...").
    3.  Fix the display bug in User language define dialog.
    4.  Add new feature which backups files in a user specific directory.

    Plugins included in v4.2 :

    1. TexFX v0.24a
    2. Function list v1.2
    3. ConvertExt v1.1
    4. NppExec v0.2 beta 3
    5. Spell checker v1.1
    6. Quick text v0.02
    7. Explorer v1.4
    8. Hex editor v0.84

    The official v4.2 is planned to be released one week later, if there is no critical bug found.
    Please post the bug report here if you encounter any crash or serious bug in v4.2 RC.

    Don

     
    • drventure

      drventure - 2007-08-05

      Hi
      This isn't a serious issue, but it is a real pain.
      I go into the Style Configurator, and start changing the color schemes.

      I can change the first color just fine, but when I go to change additional colors, I have to click APPLY before it will allow me to click on any other "element" to change another color.

      For instance,
      Click Global Styles, Default style
      Click the Backcolor, select one
      Click the forecolor, select one
      Then click Indent Guideline style
      It switches just fine,
      so pick a back and fore color as before
      now try and pick Brace highlight style,

      It won't select, I can't select any other element till I click APPLY.

      Is this intentional?

      Thanks for a fantastic editor!

      Darin

       
      • Don HO

        Don HO - 2007-08-12

        It's a vista issue (Are you using Notepad++ under Vista?).

        I have no idea why and how. I'll try to fix it in v4.3.

        Don

         
    • Greg Bullock

      Greg Bullock - 2007-08-05

      Wonderful!  Thank you, Don.

      Regards.
      Greg

       
    • Trpplayer79

      Trpplayer79 - 2007-08-05

      thank you for you great work.

      Regards

      Trpplayer79

       
    • Damjan Cvetko

      Damjan Cvetko - 2007-08-05

      Could you please fix this.
      I'll be happy to provide any additional information you need...

      http://sourceforge.net/tracker/?func=detail&aid=1729189&group_id=95717&atid=612382

      Re,
      -Z

       
      • Don HO

        Don HO - 2007-08-06

        Added.

        It'll be in the next release.

        DDon

         
    • Nobody/Anonymous

      Can you make the bold text, bolder? I've noticed it doesnt really check to see if there is a bold version of the font, it just tries to add more wieght to it, but its not enough. I think it should really use the bold version of the font first and then if there isnt one add more weight.

       
    • drventure

      drventure - 2007-08-05

      Something else odd about the beta

      Under Vista, I go to drag the Function list to the other side of the screen, and the drag and repaint is REALLY slow.

      Probably something to do with Vista AeroGlass, but I just thought you should be aware.

      Under previous builds, though, dragging the function list around under windows just crashed the editor, so this is definitely better!

      Darin

       
      • Don HO

        Don HO - 2007-08-05

        I notice that on my new vaio laptop, and I couldn't find a way to improve that.
        If somebody in here has any solution, please let me know.

        Don

         
    • steakhacher

      steakhacher - 2007-08-05

      Hi I am very happy that you try to add a edit column mode edition this would be a verry interesting feature, but I am sad that it has not the same behavior than in crimson or ultra it. But I thank you a lot.
      Nevertheless it seems that there are bugs.
      If you select several lines and click on alt+c and you select add text, the text text is not inserted at the beginning of selecting lines, but at the beginning of all lines after the last selected lines.
      If I made no selection text is inserted up to file end at the cursor position.
      More over if I made a rectangular selection of a width of 0 character and try to add some text in column mode which exactly what I need for a column mode (I am a digital designer), it make notepad++ crashing.

      I think that theses bugs have to be corrected for the release version, because it make edit column mode unusable nevertheless I would like to thanks you for your efforts and for your job on this very very good text editor which is notepad++

       
      • Don HO

        Don HO - 2007-08-05

        > If you select several lines and click on alt+c and you select add text,
        > the text text is not inserted at the beginning of selecting lines,
        > but at the beginning of all lines after the last selected lines.

        It's expected behaviour.

        > More over if I made a rectangular selection of a width of 0 character
        > and try to add some text in column mode which exactly what I need for a column mode
        > (I am a digital designer), it make notepad++ crashing.

        That's what you should do - make a rectangular selection of a width of 0 character.
        This mode will be activated and the crash issue will be fixed on the official release.

        Don

         
    • steakhacher

      steakhacher - 2007-08-05

      Problem with comment on batch and tcl
      Could you these two lines of your file langs.xml to
              <Language name="batch" ext="bat cmd nt" commentLine="REM">
      and
              <Language name="tcl" ext="tcl" commentLine="#">
      Thanks you a lot

       
      • Don HO

        Don HO - 2007-08-05

        OK. It will be in the official release.

        Don

         
    • Nobody/Anonymous

      Thank you for new RC.

      [quote]If you select several lines and click on alt+c and you select add text, the text text is not inserted at the beginning of selecting lines, but at the beginning of all lines after the last selected lines.
      If I made no selection text is inserted up to file end at the cursor position.[/quote]

      Confirmed here on xpsp2.
      In case nothing is selected, alt+c inserts 'new text' at the end of every line down from the cursor's postion to EOF.
      Not sure whether this is intended behaviour ...

       
    • steakhacher

      steakhacher - 2007-08-06

      Hi

      >> If you select several lines and click on alt+c and you select add text,
      >> the text text is not inserted at the beginning of selecting lines,
      >> but at the beginning of all lines after the last selected lines.

      >It's expected behavior.

      Can you explain why you have chosen this behavior. What is the interest? I could understand that it insert text at the beginning of all lines up to end of file if nothing is selected but not if lines are selected.

      I would like to have behavior that I have described to have a simple way to replace behavior of comment/uncomment function to be able to easily add comment on a code section even if it contains already some comments.

       
      • Don HO

        Don HO - 2007-08-07

        > Can you explain why you have chosen this behavior. What is the interest?
        > I could understand that it insert text at the beginning of all lines up
        > to end of file if nothing is selected but not if lines are selected.

        It makes sense for me, that's all.

        Don

         
    • Nobody/Anonymous

      "4. Add new feature which backups files in a user specific directory."

      Can put the backups to corresponding directories?
      i.e.:
      When user specific directory is set to C:\backup, C:\test\test.php will be backup to C:\backup\C\test\

       
    • Nobody/Anonymous

      "4. Add new feature which backups files in a user specific directory. "

      This is great - I've been waiting for this. Two minor drawbacks, though:

      - it would be nice if I could simply specify an environment variable like %temp% for the backup-directory

      - if the directory does not exist, N++ should at least pop up a warning, better yet create the directory, even better give the usr the choice to do so - but not simply ignore this and leave the user without a backup file.

       
    • Nobody/Anonymous

      NppExec v0.2 beta 3 is old. Beta 4 is the newest. Can you please include the beta4 in 4.2 final?

      Thanks ;-)

       
      • Don HO

        Don HO - 2007-08-07

        Is it stable this version?

        Don

         
    • steakhacher

      steakhacher - 2007-08-06

      Hi

      Could you add quick text snipset for tcl and vhdl define bellow

      [29]
      else=} else {\n  $
      foreach=foreach $ $ {\n  $\n}\n$
      if=if { $ } {\n  $\n}\n$
      ifelse=if { $ }\n  $\n} else {\n  $\n}
      proc=# $\nproc $ { $ } {\n    $\n}\n$
      regsub=regsub -all {$} "$" {$} $\n$

      [38]
      com=--\n-- $\n--
      access=type $ is access $;\n$
      alias=alias $ is $;\n$
      archi=architecture $ of $ is\n$\nbegin\n$\nend $;\n$
      array=type $ is\n  array ( $ ) of $;\n$
      assert=assert ( $ )\n  report "$"\n  sevrity $;\n$
      block=$ : block $\nbegin\n  $\nend block $;\n$
      case=case $ is\n  when $ =>\n    $;\n  when others =>\n    $;\nend case;\n$
      component=component $\n  port (\n    $\n  );\nend component $;\n$
      config=for $ : $\n  use $\n  $;\n$
      constant=constant $: $;\n$
      elsif=elsif ( $ ) then\n  $;
      entity=entity $ is\n  port (\n    $\n  );\nend $;\n$
      enum=type $ is ( $, $ );
      exit=exit $ when $;\n$
      file=file $ : $ is $;\n$
      for=$ : for $ in $ downto $ loop\n  $;\nend loop $;\n$
      function=function (\n  $\n  )return $ is\n  $\nbegin\n  $\nend $;
      functiond=function $ (\n  $\n) return $;\n$
      geneif=$ : if ( $ = $ ) generate\n  $\nbegin\n  $\nend generate $;
      generate=$ : for $ in $ downto $ generate\n  $\nbegin\n  $\nend generate $;\n$
      generic=generic (\n  $\n  );\n$
      genmap=generic map (\n  $\n)\n$
      group=group $ is ( $ );\n$
      ieee=library ieee;\n  use ieee.std_logic_1164.all;\n $
      if=if ( $ ) then\n  $;\n$end if;\n$
      ifelse=if ( $ ) then\n  $\nelse\n  $\nend if;\n$
      ifelsif=if ( $ ) then\n  $\nelsif ( $ )\n  $\nend if;\n$
      loop=$ : loop\n  $\nend loop;\n$
      map=$ : $\n  port map (\n    $\n  );\n$
      mapgen=$ : $\n  generic map (\n    $\n  )\n  port map (\n    $\n  );\n$
      next=$ : next $ when $;\n$
      numeric=use ieee.numeric_std.all;\n$
      pack=package $ is\n  $\nend package $;\n\npackage body $ is\n  $\nend package body $;\n$
      port=port (\n  $\n  );\n$
      procedure=procedure $ (\n  $\n  ) is\n$\nbegin\n  $\nend procedure $;\n$
      procedured=procedure $ (\n  $\n);\n$
      process=$ : process ( $ )\nbegin\n  $\nend process $;\n$
      proclk=$ : process ( $, $ )\n  begin\n    if ( $ = '$' ) then\n      $ <= $;\n    elsif( Rising_Edge( $ ) ) then\n      $\n  end if;\nend process $;
      protected=protected\n  $\nend protected ;
      Ris=Rising_Edge ( $ )$
      record=type $ is\n  record\n    $ : $ ;\nend record $;\n$
      start=library ieee;\n  use ieee.std_logic_1164.all;\n\nentity $ is\n  port (\n    $\n  );\nend $;\n\narchitecture $ of $ is\n$\nbegin\n$\nend $;\n$
      std=signal $ : std_logic$;\n$
      stdpi=$ : in    std_logic;\n$
      stdpio=$ : inout std_logic;\n$
      stdpo=$ : out   std_logic;\n$
      stdtextio=use ieee.std_logic_textio.all;\n$
      stdv=signal $ : std_logic_vector( $ downto 0);\n$
      stdvar=variable $ : std_logic;\n$
      stdvpi=$ : in    std_logic_vector( $ downto $);\n$
      stdvpio=$ : inout std_logic_vector( $ downto $);\n$
      stdvpo=$ : out   std_logic_vector( $ downto $);\n$
      stdvvar=variable $ : std_logic_vector( $ downto 0);\n$
      subtype=subtype $ is $;\n$
      textio=use std.textio.all;\n$
      units=units\n  $;\nend units;\n$
      waitf=wait for $;\n$
      waitu=wait until $;\n$
      waituf=wait until $ for $;\n$
      when=when $ =>\n  $;$
      whene=when ( $ ) else $;
      while=$ : while $ loop\n  $;\nend loop;\n$
      x=x"$"$

      It may be improve and complete but I think that it will be a good base.

      Thanks a lot

       
      • Don HO

        Don HO - 2007-08-07

        Ok. It'll be in the official release.

        Don

         
    • steakhacher

      steakhacher - 2007-08-07

      Hi

      I found a bug in find in files behavior. Indeed with ctrl+shift+f now filter is filled with the file type of current file, but directory is not filled with the current file file path. Moreover if you right click on a directory in explorer plugin and make find in file the directory is empty. It could be very interesting that this behavior is corrected because in was a fantastic thing in notepad++.

      Thanks

       
1 2 > >> (Page 1 of 2)
MongoDB Logo MongoDB