Development: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
No edit summary
 
(139 intermediate revisions by 20 users not shown)
Line 1: Line 1:
<div id="nolabel" style="overflow:auto;height:1px;">
<table><tr>
<td width=600>


A2Z India Jobs provides the latest legitimate computer work at home jobs List and online business which can be done from home - part time or full time at free of service.
The development of FreeMind is coordinated using FreeMind's [http://sourceforge.net/projects/freemind/ project page] at SourceForge, and also using this wiki. At wiki, we have '''[[requests for enhancements]]''' page; there is also [http://sourceforge.net/tracker/?group_id=7118&atid=357118 requests for enhancements] (RFEs) page at SourceForge (not preferred). You can [http://freemind.git.sourceforge.net/git/gitweb.cgi?p=freemind/freemind;a=summary browse] our new [[GIT]] repository.


This website helps job seekers to find a potential job match For job seekers, we provide you the free service of employer’s data base for posting your resume to their respective position.
We also use SourceForge for [http://sourceforge.net/tracker/?group_id=7118&atid=107118 bugs], and [http://sourceforge.net/forum/forum.php?forum_id=22101 open discussion forum]. We do not use the documentation part there as we use this wiki instead.


This site is specifically designed for Indian Peoples to get good job in IT, NON–IT, Freelancers and for Work at Home Business Opportunities/online business opportunities.
==Contributing to FreeMind==


Now it’s good time to market your freelance services and find all the business you need to succeed. We have more number of jobs in our database, with fresh contacts and projects being added daily. So kickstart your work-at-home career through us
See [[Contributing]].


[http://www.a2zindiajobs.com online business opportunities]
==Getting started as a developer==


[http://www.a2zindiajobs.com/workathome.html work at home]
See [[Getting started as a developer]].


[http://www.a2zindiajobs.com/jobslist.html jobs list internet business]
==Getting started as a tester==


[http://www.a2zindiajobs.com/itjobs.html it jobs  internet business work from home]
See [[Getting started as a tester]].


[http://www.a2zindiajobs.com/nonitjobs.html non it jobs internet business freelancer jobs]
==Reporting bugs==


[http://www.a2zindiajobs.com/freelancer.html freelancer jobs online jobs]
See [[Reporting bugs]].


==Organization of FreeMind development==


A2Z India Jobs serving the mostly small business and work at home based business opportunity resources, classifieds, ideas, opportunities, tools and technologies, news and articles, a links directory, a monthly newsletter, an affiliate program, bizopp forums, and more.Work from home, running your own business and take control of your own future.
Initially, every active developer of the core team works on his own GIT branch. Our intermediate results are
published as our "alpha versions". We use forum [http://sourceforge.net/forum/forum.php?forum_id=22101 Open Discussion] to communicate them.


A2Z India Jobs is to bringing you all the latest freelance jobs and projects, with new listings added daily. So whether you're an experienced professional, or just starting out, You can apply/directly contact to the particular clients email/address.
Further details about the FreeMind release process are described on the FreeMind [[Release process]] page.


we can bring you hot leads and cool projects in every work-at-home job and freelance sector, including:
==Experimental versions==
</div>
 
Currently, there are no experimental versions available. The latest release candidate can be downloaded from [http://sourceforge.net/project/showfiles.php?group_id=7118 Files section].
 
==Obtaining focus for selected node in reliable manner==
 
Requesting focus for NodeView using requestFocus() method is unreliable. A reliable way of doing that has been implemented in the method <code>obtainFocusForSelected()</code> of Controller. A typical call in ControllerAdaper.java is
 
  getController().obtainFocusForSelected();
 
Requesting focus using
 
  newSelected.requestFocus();
 
where <code>newSelected</code> is a NodeView is unreliable, though most often works.
 
== More development pages ==
 
To see all development pages, have a look at the category Development, by clicking on the link at the bottom of this page.
 
[[Category:Development]]

Latest revision as of 19:04, 28 May 2011

The development of FreeMind is coordinated using FreeMind's project page at SourceForge, and also using this wiki. At wiki, we have requests for enhancements page; there is also requests for enhancements (RFEs) page at SourceForge (not preferred). You can browse our new GIT repository.

We also use SourceForge for bugs, and open discussion forum. We do not use the documentation part there as we use this wiki instead.

Contributing to FreeMind

See Contributing.

Getting started as a developer

See Getting started as a developer.

Getting started as a tester

See Getting started as a tester.

Reporting bugs

See Reporting bugs.

Organization of FreeMind development

Initially, every active developer of the core team works on his own GIT branch. Our intermediate results are published as our "alpha versions". We use forum Open Discussion to communicate them.

Further details about the FreeMind release process are described on the FreeMind Release process page.

Experimental versions

Currently, there are no experimental versions available. The latest release candidate can be downloaded from Files section.

Obtaining focus for selected node in reliable manner

Requesting focus for NodeView using requestFocus() method is unreliable. A reliable way of doing that has been implemented in the method obtainFocusForSelected() of Controller. A typical call in ControllerAdaper.java is

 getController().obtainFocusForSelected();

Requesting focus using

 newSelected.requestFocus();

where newSelected is a NodeView is unreliable, though most often works.

More development pages

To see all development pages, have a look at the category Development, by clicking on the link at the bottom of this page.