Wow! A lot of "fixed/will fix". cite: -------------------------------------------------------------------------------- 2. you can open any file from source - select it and use right mouse - open file apointed by selection--------------------------------------------------------------------------------
I see, works fine with includes in C/C++. I've to feature requests for this: 1 Try to open the file from different places 1a From the place of the current source (as I assume it is done now) 1b If the file was not found look in the current Project if there's a file with the same name. 2 For COBOL: As wrote before there are several ways of defining a COPY statement. Most sources I've seen look like thisCOPY SOMECOP. COBOL compilers now search if there is a file "SOMECOP.CBL", if it's not found they search for "SOMECOP.CPY" and if that isn't found look for "SOMECOP" (without file extension). When calling a sub program you have something like CALL 'SUBMOD' END-CALL and the source file will be called SUBMOD.CBL or SUBMOD.COB or SUBMOD (as you don't have a binary called somthing like SUBMOD.CBL.DLL you cannot add the source file extension here). It would be really nice if PSPad would use the file masks in "Higlighter Settings"->COBOL for knowing what file extension should be added when this nice function is called. (Therefore call the function for 1 multiple times with the file masks used). Thank you for the clip file with the keywords, but if I use CTRL+SPACE in COBOL I see nothing. I can edit/view the file from Settings->Edit clip definition file. Any idea what's wrong? Does it work on your system? 4.3 Step-By-Step 0 Open PSPad and a Windows Explorer window 1 Set AC delay to 2000ms 2 create a new cpp file with the code #include <one.h> #i 3 put the cursor after #i 4 type n 5 switch to the open Window Explorer window 6 wait 2000ms and you see the AC popup I guess PSPad uses timers for the AC delay. If PSPad has lost the focus or any menu item/function key (like CTRL/ALT, F1-F24) or scrolling (via mouse wheel or cursor keys or page-up/-down keys) was used, the timer has to be destroyed. human -- <http://forum.pspad.com/read.php?6,55988,56022> PSPad freeware editor http://www.pspad.com
