You are here: PSPad forum > Developer forum - new builds > PSPad UNICODE 4.5.0 (2155) beta English

PSPad UNICODE 4.5.0 (2155) beta English

Goto Page: Previous1 2 3

#21 BR: parenthesis in php

Posted by: rejetto | Date: 2005-11-26 20:10 | IP: IP Logged

the parenthesis matching in PHP has a bug

try this source:

<?
(())
?>

place on the first parenthesis, then use CTRL+M to go to the related one.
the cursor is placed well, i think, but ther INNER parenthesis is highlighted instead of the one i'm moving to.
this is annoying.

Options: Reply | Quote | Up ^


#22 BR: strange thing in PHP

Posted by: rejetto | Date: 2005-11-26 20:13 | IP: IP Logged

try this source

<?
$thispageurl = "http://$_SERVER[HTTP_HOST]$_SERVER[SCRIPT_NAME]?$_SERVER[QUERY_STRING]";
?>

select the line with the code, and see how the text is changed.
very weird indeed smiling smiley

Options: Reply | Quote | Up ^


#23 Re: hex on black

Posted by: pspad | Date: 2005-11-26 20:20 | IP: IP Logged

Sorry, I will correct it imediatelly

Options: Reply | Quote | Up ^


#24 Re: BR: parenthesis in php

Posted by: pspad | Date: 2005-11-26 20:22 | IP: IP Logged

And what for is this construction ? Usually is a something inside parenthensis

Options: Reply | Quote | Up ^


#25 Re: BR: strange thing in PHP

Posted by: pspad | Date: 2005-11-26 20:25 | IP: IP Logged

I will report it in the Synedit BugTracker. Its problem with painting

Options: Reply | Quote | Up ^


#26 Re: PSPad UNICODE 4.5.0 (2155) beta English

Posted by: carbonize | Date: 2005-11-26 22:07 | IP: IP Logged

Sorry if this has been mentioned before but I tried a search with no luck. The tabs of files opened from FTP used to be white but now they are the same colour as tabs for local files.

--
Carbonize

Options: Reply | Quote | Up ^


#27 Re: PSPad UNICODE 4.5.0 (2155) beta English

Posted by: pspad | Date: 2005-11-26 22:17 | IP: IP Logged

I am not able to use OwnerDraw, because M$ doesn't allow it on Win64 and I thing Vista will have same problem.

If you open a file from FTP, it has different symbol on the icon before file name on the file tab.

Options: Reply | Quote | Up ^


#28 Re: BR: parenthesis in php

Posted by: rejetto | Date: 2005-11-27 02:46 | IP: IP Logged

pspad wrote:
> And what for is this construction ? Usually is a something
> inside parenthensis

yes, but when i post you examples i remove all that is unnecessary.
i think this should speed up your debugging.
of course i started from a real source. ;)

Options: Reply | Quote | Up ^


#29 Re: PSPad UNICODE 4.5.0 (2155) beta English

Posted by: JZarzuela | Date: 2005-11-30 18:13 | IP: IP Logged

Code Explorer, in the case of Java classes, is not working properly. It skips some existing methods (they are not shown in the three).

Thx

---- Example code -----

Code explorer only shown:

m_container
setContainer [green colored]
TestClass() [yellow colored]

I could saw that if you change "protected" to "public" (independently of changing the first "public") the explores shows all the methods.

--------------------------

package none;

/**
* Test class
*/
public abstract class TestClass extends AbstractComponent implements ResponseHandler {

/** The operation container */
private Container m_container;

/** Constructor, crea una nueva instancia de AebResponseHandler */
public AbstractResponseHandlerImpl() {
super();
}

/**
*
*/
protected void setContainer(Container aContainer) {
m_container = aContainer;
}

/**
*
*/
protected Container getContainer() {
return m_container;
}

}

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3





Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR