Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
3answers
5k views

#region analogue for eclipse

can somebody tell me, is there an analogue of a Visual Studio #region feature for Eclipse IDE ? I really need this magic! :)
12
votes
1answer
215 views

How to fold an inserted region with Open Tools API?

I wanna insert a region in an edit view and then fold this region. // fEditView: IOTAEditView; var writer: IOTAEditWriter; begin writer := fEditView.Buffer.CreateUndoableWriter; //... ...
7
votes
4answers
621 views

#region equivalent in CodeGear RAD Studio? Similar way to group code?

I was wondering if there is an equivalent to Visual Studio's #regions in RAD Studio. We use CodeGear's delphi and c++builder IDEs where I work and I would love to be able to use something like ...
6
votes
1answer
598 views

Country/State/City Database?

Ok, this one is a non technical question. I am creating a business directory and I'd like to categorize listings by location. Instead of giving users an option to enter the location, I am going to ...
4
votes
3answers
234 views

How to configure Visual Studio to collapse all regions by default?

When I open a code file in a new code window, I press Ctrl+M,O to collapse everything there. As far as I know this can be done by default, without need to press anything every time. I think I did it ...
4
votes
4answers
410 views

Regions In ASP.NET Views?

I am making a Asp.NET MVC application with the razor engine. And I was wondering if it's possible to use Regions in a view. something like: #region blabla <p>@Model.Name</p> ...
4
votes
3answers
310 views

removing #region

I had to take over a c# project. The guy who developed the software in the first place was deeply in love with #region because he wrapped everything with regions. It makes me almost crazy and I was ...
4
votes
4answers
688 views

How to track users location / region in PHP

I'm trying to get the country from which the user is browsing the website so I can work out what currency to show on the website. I have tried using the GET scripts available from: ...
4
votes
3answers
3k views

Silverlight Navigation using Mvvm-light(oobe)+MEF?

What is the best approach for navigating between UserControls/Pages(out of browser experience)? I'm fairly new to Silverlight and even newer to the mvvm pattern. How well does the Navigation ...
4
votes
3answers
1k views

Flex code region?

Is there a way in flex (Flash Builder 4) to make regions like in c#, to group a part of the code allowing us to collapse it and see through our project more easily? In c# it's like: #region exammple ...
4
votes
2answers
573 views

How do I access the contents of the current region in Emacs Lisp?

I want to access the contents of the current region as a string within a function. For example: (concat "stringa" (get-region-as-string) "stringb") Thanks Ed
4
votes
7answers
792 views

Naming Convention for State / Region / Province

I am building a class that represents a US State or Canadian Province. What should the class be called? Some ideas: Region: Problem with this is that .Net has a RegionInfo class that uses the term ...
3
votes
1answer
278 views

Is it possible to use only region monitoring + GSM and to get not more than 5 km horizontalAccuracy?

I would like to share the info of my performed testing scenarios and to ask you to share your experience with region monitoring. So, I have registered two opposite regions (A and B) with 5 km radius ...
3
votes
1answer
116 views

Getting A Window's Region

I am trying to a get a window's height and width using this : [DllImport("User32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] private static extern bool ...
3
votes
2answers
517 views

startMonitoringForRegion never calls didEnterRegion/didExitRegion

I try to get the iPhone4 to monitor regions and notify me by call didEnterRegion or didExitRegion. I can't get it to work. I was reading probably all related enries here, plus a couple more articles ...
3
votes
1answer
447 views

Merge (Boolean Union) rectangular regions with integer accuracy

Given any number of intersection, disjoint and touching rectangles, how to find the (multiple) outline polylines? Rectangles are defined in pixel coordinates so they have integer accuracy, but they ...
3
votes
1answer
214 views

How to group enums, structures and subclasses in classes?

I've heard bad things about overusing regions but when adding enums to my classes I put them into a #region "Enums" at the end of the class, and do the same with structures and even subclasses. Is ...
3
votes
4answers
2k views

Prism : Change the active view

I've got an little tool similar to the Windows Control Panel. The tool allows us to manage users, configure databases, manage scripts, etc. The home page presents all the sub categories of the ...
3
votes
5answers
2k views

Why MKMapView region is different than requested?

Greetings! I'm saving map region into user defaults when my iPhone app is closing like this: MKCoordinateRegion region = mapView.region; [[NSUserDefaults standardUserDefaults] ...
3
votes
2answers
4k views

How do you add an edit button to each row in a report in Oracle APEX?

I'm using Oracle APEX and I have a report region in a page that displays columns from a SQL query. I want to add edit buttons to the first column of this report so that the user can click on it and ...
3
votes
2answers
1k views

Delphi Region compiler directive - backwards compatible unit files?

Given the desire to use the useful Region compiler directive in unit files, what's the best approach to allow these same units from being used in previous versions of Delphi? There doesn't seem to be ...
2
votes
4answers
162 views

iphone CLLocationmanager Region monitoring callbacks not triggered

I am trying to use monitoring regions to track if users have visited landmarks. the location manager is initialized in a viewcontroller along with a mapkit in viewdidload of the view controller: if ...
2
votes
1answer
55 views

Need to find a way to extract coordinates of shaded region from an image file

I have an image file that has pizza shaped shaded regions in it: I need a way to extract the coordinates of the shaded region so i can use them in html code to make the area clickable. This needs ...
2
votes
3answers
157 views

How to trigger a video when a user reaches a certain location?

This is my CoreLocationController.h objective c class #import <Foundation/Foundation.h> #import <CoreLocation/CoreLocation.h> #import <MapKit/MapKit.h> extern const ...
2
votes
1answer
77 views

Emacs background color limited to region

I was wondering how I could set the background color for a given region of the emacs frame. The programming standard I'm following specifies max line width of 80 chars, which sometimes is ignored for ...
2
votes
3answers
175 views

c# #region/#endregion mismatch

Anyone know a good way to find out where i have an extra #region or #endregion in my code? I have about 5000 lines of c# code and i'm trying to do it manually right now. Any help is appreciated.
2
votes
1answer
99 views

How to define keybinding inside a marked region

I have a idea to mark regions in emacs easier. I press C-SPC to start. I use a vi style key to extend selection. such as "j" : line down "k": line up instead of using arrow key or C-n, C-p, ...
2
votes
1answer
507 views

C# print screen scrollable control

i have a control that is the plotter which is scrollable. After the plotter has finished plotting, it is able to scroll just like this: My plotter is a real-time plotter i.e. meaning it plots as ...
2
votes
3answers
2k views

iPhone MKMapView: set map region to show all pins on map

I'm trying to set the map region (center and span) so that the map shows all pin-annotations at the same time. I'm having trouble converting the long/lat coordinates from NSString to double, resp. ...
2
votes
1answer
155 views

C++ How to create simple 2d region grouse algorithm?

We have some 2d data parser that recives images of size 8x8 (roiSize=8) which are sent to our parser from something like: void UseOurParser(IplImage* destination) { int w = destination->width; ...
2
votes
4answers
2k views

sql server #region

can i create regions in sql server editor (like #region and #endregion in C#) ?
2
votes
12answers
282 views

Using '#region' as a quick fix to avoid refactoring into smaller functions

I often see large functions consisting of multiple #region tags. Is #region/#endregion quickly evolving evolving as means to avoid refactoring into smaller functions? In most of the cases code ...
2
votes
1answer
253 views

Switching main view with PRISM

Does anyone know of good tutorial how to switch what module is viewed in main region if i would have a win client that consist of 5 regions, Toolbar, Sidebar (with menu), footer and main regions. I ...
2
votes
2answers
180 views

Is there #Region code for HTML

In VB and C# there are #Region ... #endRegion and have it collapsable. Is there a similar way to do this in HTML? Right now I just have comments blocking where the different elements are on my HTML ...
2
votes
2answers
613 views

#region functionality in SSMS 2008

Using Sql Server 2008, is there any functionality similar to #region in Visual Studio? I'm aware that nodes appear to allow collapsing of SQL segments, but as far as I know, this is based on the ...
2
votes
1answer
132 views

Drupal - How do you add a region in comment-wrapper?

When you want to create a region in a node.tpl template, you simply put function xnalaraartbasic_preprocess_node(&$vars) { $vars['your_region'] = theme('blocks', 'your_region'); } in ...
2
votes
1answer
424 views

Silverlight prism region events

In silverlight prism application I have a region (ContentControl) and would like to remove currently active view before adding another view. I tried to use region.PropertyChanged event but it doesn't ...
2
votes
1answer
572 views

Detect iphone region

In my app, the user is supposed to insert a phone number, which is then displayed somewhere else. In the contacts application, when displaying a phone number, it automatically appears in the format ...
2
votes
11answers
578 views

Any .NET '#region directive' convention ideas?

I really appreciate the possibility to define regions in your code, as it improves the readability insanely. Anyways, I'd like to have everyone using the same convention in all classes (with the ...
2
votes
2answers
307 views

How can I use Vim syntax files to collapse single line comments into one region?

I'm putting together a syntax for editing Java Manifest files (at github, if anyone's interested). I'm trying to collapse multiple single-line-comments (which I'm matching at the moment with syntax ...
2
votes
3answers
410 views

Am I understanding Drupal regions and views correctly?

We're building a very content rich site in Drupal. It's my first time working with it. There are a variety of sections to this site, each with a different layout. I plan on determining the ...
2
votes
1answer
2k views

WPF Prism - To use Scoped Regions or not?

I have a WPF project based upon Prism Feb 2009 release set up as: Shell exposes a single ContentControl as "MainRegion" Another view (user control) defined in the Infrastructure project called ...
2
votes
3answers
550 views

Is there any good reason why the #region and #endregion does not work in F#

This is very useful in organizing and browsing the code. Why is it not implemented? And if it would prevent some constructs why not have something similar for F#?
1
vote
0answers
38 views

Android Region Monitoring?

Is there something similar in Android to the iOS version of region monitoring? I've only come across the Region class in Android, and I think to achieve something similar would require quite a bit of ...
1
vote
2answers
48 views

Get CultureInfo object from country name or RegionInfo object

Given a specific country code, e.g. "CH", how can I get a CultureInfo object? The specific country code is dynamic (changes at runtime). I only have the country code, and i want to know if it is ...
1
vote
1answer
27 views

Semantic Issue: Property 'regionMonitoringAvailable' not found

I want to check if the user's iphone can use region monitoring, so I check it with regionMonitoringAvailable property in CLLocationManager, however xcode said there is an error: error: Semantic ...
1
vote
1answer
48 views

Plot and fill area enclosed by n lines using Octave\Matlab

Lets suppose I have n curves, which together enclose some region. How to plot the curves and fill in the region they enclose using Octave/Matlab? Below is example for 3 curves (enclosed area is in ...
1
vote
1answer
81 views

cvSetImageROI in a loop

I'm just beginning to learn OpenCV and I would like to ask about how can I possibly use cvSetImageROI in a loop. The problem is that, I would like to divide an image into 9 equal regions and check ...
1
vote
1answer
227 views

Does anyone have Region monitoring working on iOS 5.0?

I have an app prototype that was working on Iphone4 + iOS 4.3, build with Xcode 4.02 and iOS4.3 SDK. The app was quite simple, there were 10 registered regions (radius 500m, accuracy 1km), and an app ...
1
vote
1answer
105 views

add a function on Page Load in Javascript

I have the folowing javascript code, what it does its loads a Map with different regions, when you hover or click over a country, it will display aditional information about that country in the right ...

1 2 3