Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion looking for how to support XQuery in ZendCoding, is there any guide for this?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Deitek Systems  
View profile  
 More options Jul 29 2012, 11:23 pm
From: Deitek Systems <dei...@deitek.com>
Date: Sun, 29 Jul 2012 20:23:03 -0700 (PDT)
Local: Sun, Jul 29 2012 11:23 pm
Subject: Re: looking for how to support XQuery in ZendCoding, is there any guide for this?

Hi Serge

I'm trying removing the filter section as follows:

[Code]
'xqy': {
'snippets': {
'nsosm2': 'declare namespace;'

},

'abbreviations': {
'nsosm': 'declare namespace osm;'
}
},

[Code]

But when I want in notepad using Ctrl+E after I write the abbreviation as
follows:

nsosm

I can not get the expected output: declare namespace osm

but this expands the abbreviation as follows:

<nsosm> </ nsosm>

How could obtain the expected output achieved ?

Regards,

David A Leon H
Deitek Systems

On Sunday, July 29, 2012 2:08:28 PM UTC-5, Sergey Chikuyonok wrote:

> 1. There's no 'xqy' filter, you shouldn't define it in 'filters' section.
> Better remove 'filters' at all.
> 2. You should also modify getSyntax() method so it can correctly match
> syntax for required files.

> ___________________________________________
> Сергей Чикуёнок
> http://chikuyonok.ru
> serge....@gmail.com

> On Sunday, July 29, 2012 at 11:03 PM, Deitek Systems wrote:

> Hi

> I'm looking for how to support XQuery in ZendCoding, is there any guide
> for this?

> I've tried using the following syntax in the zend_coding.js File of
> notepad++,

> [Code]

> 'xqy': {
> 'filters': 'xqy',
> 'snippets': {
> 'nsosm2': 'declare namespace;'
> },
> 'abbreviations': {
> 'nsosm': 'declare namespace osm;'
> }
> },

> [Code]

> but I could not get what I need.

> Someone could give me some help?

> Regards,

> David Alejandro Leon H
> Deitek Systems


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.