Menu

Notepad++ v4.0 RC 2

Don HO
2007-01-20
2012-11-13
1 2 3 > >> (Page 1 of 3)
  • Don HO

    Don HO - 2007-01-20

    Here's the Notepad++ v4.0 Release Candidate 2 :
    http://notepad-plus.sourceforge.net/commun/misc/npp.v40.RC2.zip

    Please test it and let me know if there's any problem.

    The v4.0 official release will be released in 4 days if there's no critical bug.

    Don

     
    • Nobody/Anonymous

      Jens,
      scintilla 172 is out. Is it any way to verify performance issue using it?

      Alexandr

       
    • Don HO

      Don HO - 2007-01-20

      I forgot to mention it :
      Please unzip all files into a *clean* folder (ie. a just created directory without old notepad++ files inside).

      Don

       
    • Nobody/Anonymous

      Just tried this.

      When closing the directory explorer panel, "plugins -> explore -> view exlorer" is still checked. You then have to uncheck it and recheck it to get the explorer back.

       
    • Nobody/Anonymous

      I found a problem but I'm not able to explain. I speak little english.
      I can see you :)
      http://www.visubox.com/box/tab-problem.swf

       
      • Don HO

        Don HO - 2007-01-20

        I'll try to fix this, but not in v4.0 OR.

        Don

         
    • Nobody/Anonymous

      Hello Don,

      At least 1 bug about "ctrl + L" and "cntl + shift + L" was fixed (now I can see them in the list), thank you very much!

      One thing, that can be in 4.0 R:
      1) "Bookmark's line background colour" in global styles - marked lines not only recognized by the yellow cycle (style defined in "Mark colour"), but by the lines' backgound colour too! I would be very nice!

      1 crash:
      hmmm... n++ doesn't crashes anymore(!), when I press mouse right button in files list in "Explorer" plugin...
      did you fix this bug?

      Eugene

       
      • Don HO

        Don HO - 2007-01-21

        > "Bookmark's line background colour" in global styles -
        > marked lines not only recognized by the yellow cycle
        > (style defined in "Mark colour"), but by the lines' backgound colour too!

        I won't work on this feature.

        > n++ doesn't crashes anymore(!), when I press mouse right button in files list in "Explorer" plugin...
        > did you fix this bug?

        No. Jens did.

        Don

         
    • Nobody/Anonymous

      Jens,
      The sorting done in the functions' list still does not sort properly functions with lowercase. I did post before a sample of my php functions. Here it is again:
                
                  <?php
                  
                  
                  class Process {
                  
                  function Array_Analayser ($array) {
                  
                  }//***************************************************************************************
                  
                  function Drop_Down_Menue ($active_fields, $selected_fields, $Table_Name, $css) {
                  
                  }//*****************************************************************************************
                  
                  function Multiple_Radio_Buttons ($active_fields, $selected_fields, $Table_Name,$style) {
                  
                  }//*******************************************************************************************************
                  
                  function Retrive_Active_Fields ($table, $table_name_variable) {
                  
                  }//*******************************************************************************************************
                  
                  function Exception_Output($table, $N,$table_name_var, $exception) {
                  
                  }//*******************************************************************************************************
                  
                  function Array_Output_inTable_Format($table, $search_res, $N, $id, $class1, $class2, $hrefid, $banner,$table_name_var){
                  
                  }//*******************************************************************************************************
                  
                  function retrieve_proper_result_format ($table, $array, $array2){
                  
                  
                  }//*******************************************************************************************************
                  
                  function Processing_Image ($file) {
                  
                  }//*******************************************************************************************************
                  
                  function get_sizes($src_w, $src_h, $dst_w,$dst_h ){
                  
                  
                  }/*****************************************************************/ 
                  
                  function Searchme ($posted, $table_name, $table_name_variable,$to_select, $offset, $limit, $order_by, $and) { 
                  
                  
                  }//*******************************************************************************************************
                  
                  function Select_Drop_radio ($table_name, $id, $array_table){
                  
                  
                  }//*******************************************************************************************************
                  
                  function Delet_Entries ($table_name, $field_name, $id){
                  
                  }//*******************************************************************************************************
                  
                  function update_Insert ($posted, $table_name, $table_name_var){
                  
                  
                  }//*******************************************************************************************************
                  
                  function Retrieve_Table_fields ($table_name){
                  
                  }//*****************************************************************************************
                  
                  function Date() {
                  
                  
                  } 
                  
                  function LocaleTime(){
                  
                  }
                  function main_First($id,$table,$table_var,$img_path,$comment,$H){
                  
                  
                  }
                  function first ($table, $table_var, $img_name, $comment, $category,$form_name){
                  
                  }
                  
                  function Sorting_Dates($_POST){
                  }
                  
                  }/**************End of class***************************/
                  
                  $process= new Process; 
                  ?>

       
      • Nobody/Anonymous

        Hi,

        I test the sorting here on my plugin. Following result happens:

        Array_Analayser
        Array_Output_inTable_Format
        Date
        Delet_Entries
        Drop_Down_Menue
        Exception_Output
        LocaleTime
        Multiple_Radio_Buttons
        Processing_Image
        Retrieve_Table_fields
        Retrive_Active_Fields
        Searchme
        Select_Drop_radio
        Sorting_Dates
        first
        get_sizes
        main_First
        retrieve_proper_result_format
        update_Insert

        For me it works.

        Best Regards
        Jens

         
    • CodeNexus

      CodeNexus - 2007-01-21

      Still unexpected results when trying to record macro involving TextFX.

       
      • Don HO

        Don HO - 2007-01-21

        The record macro doesn't include the plugins commands.

        Don

         
        • Greg Bullock

          Greg Bullock - 2007-01-21

          Is it sufficient to have the plugin interface functions within N++ call the macro-recording function where appropriate?

          Greg

           
    • Greg Bullock

      Greg Bullock - 2007-01-21

      >Still unexpected results when trying to record macro involving TextFX.

      Would you be specific?  An example macro would probably suffice.

      Regards.
      Greg

       
    • Nobody/Anonymous

      That link gives real problems in trying to download - many tries later, and
      it only gets to a few %, and then stalls.
      Perhaps it is too-low a link bandwidth for the number of downloaders ?
      Anyone else have stall issues with this link ?

       
    • Nobody/Anonymous

      >> "Bookmark's line background colour" in global styles - 
      >> marked lines not only recognized by the yellow cycle 
      >> (style defined in "Mark colour"), but by the lines' backgound colour too!

      >I won't work on this feature.

      =((
      I thought, I isn't difficult to do, but ofcource it's up to you.

      Don, can you add "\" and "/" to "shortcut" list in "Shortcut Mapper..."? Simply to be able to assign "ctrl + \" to some action...

      Eugene

       
    • Nobody/Anonymous

      Because of explorer crash in precious RC this is the first time I've been able to look at it.
      In the Explorer and Favorites panels I get the most bizarre and random icons attached to items, including folders. Shut down Notepad++ and the icons sometimes change. The choice of icons is totally unrelated to the extension or type, most folders show as folders but Documents and Settings always has a file icon which is different every time, for instance. In Favorites most of my files are showing with folder icons.

      The split between the disk drives and folders/files panels is only saved when Notepad++ is closed with them showing. If Favorites is showing then the next time I start up Notepad++ the folders/files panels is almost reduced to nothing.

      Mark B

       
      • Don HO

        Don HO - 2007-01-21

        Your OS is w2k, right?

        Don

         
        • jmg_

          jmg_ - 2007-01-21

          RC2 loaded and started OK (fresh DIR), after some download stalls.

          "In the Explorer and Favorites panels I get the most bizarre and random icons attached to items, including folders. Shut down Notepad++ and the icons sometimes change."

          I also see this, and yes, my OS is (also?) Win2k

          Other comments on the explorer:

          The top folders list seems to be time-sorted?,whilst my system is set to
          alphabetical-sort. - Very confusing to the point of unusable.
          I can't see any way to chage the sort ?

          However, when I get folders on bottom pane, that IS alphabetical-sort.
          -- well, actually _almost_ alphabetical-sorted ! - there is a wee ops-bug where the
          VERY FIRST folder name is out of order, rest seem OK  :)
          - and that very first folder name, happens to be the first (time-sorted?) in the top window. [ does this fail only on the lowest root level ? ]

          I also closed the Explorer, via the [x], but could then find no way to reopen
          it - nothing under View, and nothing on the icons - how is this re-enabled ?

          Sometimes, on first startup, the bottom explorer pane is blank, but it seems
          bi-stable in nature, and mostly it shows the alphabetical-sorted tree of the
          top window highlighted, which I figure is the normal/expected operation.

          The Explorer.filter option looks great!!, be nice to be able to use that.

          Session save/load seems to not remember the Explorer settings ? - is it meant to ?
          - to me that would be expected ?

           
          • Nobody/Anonymous

            Hi again,

            I forgot something to answere:

            >> I also closed the Explorer, via the [x], but could then find no way to reopen 
            >> it - nothing under View, and nothing on the icons - how is this re-enabled ? 

            This is a bug on my side. It will be removed on final release.

            Jens

             
        • Nobody/Anonymous

          Yes I should have mentioned that, sorry for delay, been ill.
          Mark B

           
    • Nobody/Anonymous

      Hi,
      The launch of npp is sometime very slow (more than 30s) (XP 64bit) even with the "don't check at runtime" option checked.
      Is it possible to download the scr and pdb files to debug the pb?
      thanks a lot for this tools.

       
      • Nobody/Anonymous

        Did you have the explorer open? Did you have external mounted devices? Do you have this device selected on closing? Could you answere all this questions with "Yes", this is the reason for slow startup.

        Best Regards
        Jens

         
      • Nobody/Anonymous

        npp is an open-source project. Go to "download" section and it will be there.

         
    • Nobody/Anonymous

      Hi, Don:

      How can I set a shortcut to the function "Reload from Disk"? I didnt find it in the Shortcut Mapper.

      Thanks in advance.

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