Hi. is it possible to replace something like this:
ololo = 0 wololo = 0 trololo = 0
into something like this:
ololo = 1 wololo = 2 trololo = 3
with geany regexp replacement? I tryed selecting column of zeroes and apply custom function: awk '$1=++a', but it didn't work really well:
ololo = 1 2 3
wololo = trololo =
so, is there a way to do this with regexp replace?
-- View this message in context: http://geany-users.466218.n3.nabble.com/geany-regexp-replace-tp3379814p33798... Sent from the Geany-Users mailing list archive at Nabble.com.
On Thu, 29 Sep 2011 09:40:27 -0700 (PDT) palach hyckapl@mail.ru wrote:
Hi. is it possible to replace something like this:
ololo = 0 wololo = 0 trololo = 0
into something like this:
ololo = 1 wololo = 2 trololo = 3
with geany regexp replacement?
If your zeros are vertically aligned, and you want to replace them with incrementional integer numbers, try the Insert Numbers (GeanyInsertNum) plugin.
thanks, that worked
-- View this message in context: http://geany-users.466218.n3.nabble.com/geany-regexp-replace-tp3379814p33802... Sent from the Geany-Users mailing list archive at Nabble.com.
On Thu, 29 Sep 2011 21:54:25 +0300, Dimitar wrote:
On Thu, 29 Sep 2011 09:40:27 -0700 (PDT) palach hyckapl@mail.ru wrote:
Hi. is it possible to replace something like this:
ololo = 0 wololo = 0 trololo = 0
into something like this:
ololo = 1 wololo = 2 trololo = 3
with geany regexp replacement?
If your zeros are vertically aligned, and you want to replace them with incrementional integer numbers, try the Insert Numbers (GeanyInsertNum) plugin.
Dimitar, what do you think about explaining this generally in the wiki? For example on a sb page of http://wiki.geany.org/howtos/start. This is probably quite useful for many users who just don't know about the plugin.
Regards, Enrico
Am Freitag, den 30.09.2011, 11:11 +1000 schrieb Lex Trotman:
Hey Enrico, when is the wiki going to have a link from the Geany front page, say in the left column in the support section.
It got one, just right now. :)
Regards, Dominic
On Fri, 30 Sep 2011 14:36:04 +0200, Dominic wrote:
Am Freitag, den 30.09.2011, 11:11 +1000 schrieb Lex Trotman:
Hey Enrico, when is the wiki going to have a link from the Geany front page, say in the left column in the support section.
I wanted to wait for something to be more complete before announcing the wiki to the world, I guess it was the color schemes section. But Matthew added some content some weeks ago, so I don't remember any blockers right now.
If nobody else has any blockers in mind, we could finally announce it to get more people look, use and extend it :).
The only question is whether it is better to announce it before or after the release or together?
It got one, just right now. :)
And it already lost it again, for now (until announced).
Regards, Enrico
2011/10/1 Enrico Tröger enrico.troeger@uvena.de:
On Fri, 30 Sep 2011 14:36:04 +0200, Dominic wrote:
Am Freitag, den 30.09.2011, 11:11 +1000 schrieb Lex Trotman:
Hey Enrico, when is the wiki going to have a link from the Geany front page, say in the left column in the support section.
I wanted to wait for something to be more complete before announcing the wiki to the world, I guess it was the color schemes section. But Matthew added some content some weeks ago, so I don't remember any blockers right now.
wikis are never "complete", thats their point :)
so don't worry
If nobody else has any blockers in mind, we could finally announce it to get more people look, use and extend it :).
The only question is whether it is better to announce it before or after the release or together?
By all means lets make it a *big* announcement.
Cheers Lex
On 11-09-30 10:14 AM, Enrico Tröger wrote:
On Fri, 30 Sep 2011 14:36:04 +0200, Dominic wrote:
Am Freitag, den 30.09.2011, 11:11 +1000 schrieb Lex Trotman:
Hey Enrico, when is the wiki going to have a link from the Geany front page, say in the left column in the support section.
I wanted to wait for something to be more complete before announcing the wiki to the world, I guess it was the color schemes section. But Matthew added some content some weeks ago, so I don't remember any blockers right now.
I wonder if it would be good to also add a mention of geany-themes on the Extras webpage on geany.org like we talked about before. The reason I mention it is because someone on IRC was working hard on a really nice theme that was using the legacy filedefs and it seems like a big time waste for people to think the old painful way is the only (or even recommended) way (not using named styles/style group copying).
IMO, if Geany is going to ship the next release with the old incomplete fildefs, at least we could make the fixed ones as visible as possible for when people look around for how complete the shipped filedefs to use named styles/style group copying as described in the manual.
Cheers, Matthew Brush
On Fri, 30 Sep 2011 19:13:24 -0700, Matthew wrote:
On 11-09-30 10:14 AM, Enrico Tröger wrote:
On Fri, 30 Sep 2011 14:36:04 +0200, Dominic wrote:
Am Freitag, den 30.09.2011, 11:11 +1000 schrieb Lex Trotman:
Hey Enrico, when is the wiki going to have a link from the Geany front page, say in the left column in the support section.
I wanted to wait for something to be more complete before announcing the wiki to the world, I guess it was the color schemes section. But Matthew added some content some weeks ago, so I don't remember any blockers right now.
I wonder if it would be good to also add a mention of geany-themes on the Extras webpage on geany.org like we talked about before. The reason I mention it is because someone on IRC was working hard on a really nice theme that was using the legacy filedefs and it seems like a big time waste for people to think the old painful way is the only (or even recommended) way (not using named styles/style group copying).
IMO, if Geany is going to ship the next release with the old incomplete fildefs, at least we could make the fixed ones as visible as possible for when people look around for how complete the shipped filedefs to use named styles/style group copying as described in the manual.
I agree. Would you mind writing some text for the Extras page?
If nobody objects, I could create a Wiki account for you as well.
Regards, Enrico
On 11-10-01 03:02 AM, Enrico Tröger wrote:
On Fri, 30 Sep 2011 19:13:24 -0700, Matthew wrote:
On 11-09-30 10:14 AM, Enrico Tröger wrote:
On Fri, 30 Sep 2011 14:36:04 +0200, Dominic wrote:
Am Freitag, den 30.09.2011, 11:11 +1000 schrieb Lex Trotman:
Hey Enrico, when is the wiki going to have a link from the Geany front page, say in the left column in the support section.
I wanted to wait for something to be more complete before announcing the wiki to the world, I guess it was the color schemes section. But Matthew added some content some weeks ago, so I don't remember any blockers right now.
I wonder if it would be good to also add a mention of geany-themes on the Extras webpage on geany.org like we talked about before. The reason I mention it is because someone on IRC was working hard on a really nice theme that was using the legacy filedefs and it seems like a big time waste for people to think the old painful way is the only (or even recommended) way (not using named styles/style group copying).
IMO, if Geany is going to ship the next release with the old incomplete fildefs, at least we could make the fixed ones as visible as possible for when people look around for how complete the shipped filedefs to use named styles/style group copying as described in the manual.
I agree. Would you mind writing some text for the Extras page?
You could just selectively copy and paste some text from the wiki page. Alternatively, all of the contents of the Extras page could be moved to the wiki and obsolete information could be pruned during the transfer.
If nobody objects, I could create a Wiki account for you as well.
I might be willing to transfer the Extras page to the wiki and having an account (or even just access to the markup used) for the main site wiki would probably be helpful in doing this.
Cheers, Matthew Brush
On Sat, 01 Oct 2011 03:43:26 -0700, Matthew wrote:
On 11-10-01 03:02 AM, Enrico Tröger wrote:
On Fri, 30 Sep 2011 19:13:24 -0700, Matthew wrote:
On 11-09-30 10:14 AM, Enrico Tröger wrote:
On Fri, 30 Sep 2011 14:36:04 +0200, Dominic wrote:
Am Freitag, den 30.09.2011, 11:11 +1000 schrieb Lex Trotman:
Hey Enrico, when is the wiki going to have a link from the Geany front page, say in the left column in the support section.
I wanted to wait for something to be more complete before announcing the wiki to the world, I guess it was the color schemes section. But Matthew added some content some weeks ago, so I don't remember any blockers right now.
I wonder if it would be good to also add a mention of geany-themes on the Extras webpage on geany.org like we talked about before. The reason I mention it is because someone on IRC was working hard on a really nice theme that was using the legacy filedefs and it seems like a big time waste for people to think the old painful way is the only (or even recommended) way (not using named styles/style group copying).
IMO, if Geany is going to ship the next release with the old incomplete fildefs, at least we could make the fixed ones as visible as possible for when people look around for how complete the shipped filedefs to use named styles/style group copying as described in the manual.
I agree. Would you mind writing some text for the Extras page?
You could just selectively copy and paste some text from the wiki page. Alternatively, all of the contents of the Extras page could be moved to the wiki and obsolete information could be pruned during the transfer.
Sounds good.
If nobody objects, I could create a Wiki account for you as well.
I might be willing to transfer the Extras page to the wiki and having
Yay!
an account (or even just access to the markup used) for the main site wiki would probably be helpful in doing this.
http://www.geany.org/Download/Extras?action=source if this is enough, otherwise just tell me.
Regards, Enrico
On Thu, 29 Sep 2011 22:39:56 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
Hi. is it possible to replace something like this:
ololo = 0 wololo = 0 trololo = 0
into something like this:
ololo = 1 wololo = 2 trololo = 3
with geany regexp replacement?
If your zeros are vertically aligned, and you want to replace them with incrementional integer numbers, try the Insert Numbers (GeanyInsertNum) plugin.
Dimitar, what do you think about explaining this generally in the wiki?
As of me, whoever asks for something should check the plugins first.
I woudn't mind if a contributor creates such an entry, and will answer any questions (s)he may have, albeit the plugin is pretty obvious.